Questions tagged [wsh]
7 questions
9
votes
2 answers
Is it possible to 'apply' a registry change without rebooting?
I have a new mouse - roccat kova. It's good but one problem is that mouse settings get reset to default whenever I turn my computer off.
I am able to find out how to actually make the registry changes using the windows scripting host so that I can…
MrVimes
- 1,415
- 7
- 21
- 36
7
votes
3 answers
Is there a way to get access to a window handle in windows using WSH, or WMI or similar?
Is there a way to get access to a window handle in windows using WSH, or WMI or similar? I just want to flag a window as always-on-top. Ideally I'd use windows script host for this.
Jotham
- 478
- 1
- 7
- 13
4
votes
1 answer
What are the .wsf , .wsh, and .wsc files?
I understand that C:\Windows\System32\cscript.exe and its GUI version C:\Windows\System32\wscript.exe can interpret VBScript .vbs/.vbe (Microsoft Visual Basic Scripting Edition) and JScript .js (Microsoft's dialect of the ECMAScript/JavaScript)…
Foad
- 546
- 3
- 10
- 36
2
votes
1 answer
Get track name in foobar with WSH Panel
I want to have something that speaks the name of the currently playing track in foobar, best I could come up with is using WSH Panel to launch a powershell text to speech script, however I can't get the track name in WSH Panel..my WSH Panel script…
jamesg76
- 79
- 5
1
vote
1 answer
How to reinstall broken VBScript support on Windows XP SP3?
Possible Duplicate:
Input Error: There is no script engine for file extension “.vbs”.
VBScript support (Windows Scripting Host, as far as I understand) seems to be been broken on my system (for example, when I run a Microsoft FixIt tool it…
Ivan
- 7,293
- 28
- 70
- 99
0
votes
2 answers
Is it possible to backup shell folders in XP with VB or WSH script?
I would like to backup shell folders on my XP machine. It is useful for me because when I reinstall XP I can just restore those backed up shell folders.
Can you guys get me started or point me in the right…
rashid
- 206
- 2
- 8
0
votes
0 answers
My computer is infected from mining virus and giving me Windows script host error
The first error that I have got was Windows Script Host error described as
C:\Windows\xdgaudio.vbs
When I have located to the file the content was
Dim WShell
Set WShell = CreateObject("WScript.Shell")
WShell.Run "wmipvrse.exe -B --donate-level 1 -r…
Hamza Anis
- 101
- 3