The wsh tag has no wiki summary.
0
votes
0answers
50 views
How print SID and its user visible names in WSH
I look for WSH script (VB or better JScript) that print a list of available SIDs (security identifiers) and its user names, like:
S-1-1-0 All
PsGetSid utility from Sysinternals allow print SID by ...
1
vote
1answer
406 views
How to reinstall broken VBScript support on Windows XP SP3? [closed]
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 ...
0
votes
2answers
51 views
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 ...
0
votes
0answers
86 views
controlling windows applications with WSH
I was wondering there are reference materials or in-depth tutorial links (or book recommendaitons) that focus specifically on controlling windows desktop applications with WSH, (automating logon ...
1
vote
2answers
813 views
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 ...
0
votes
2answers
1k views
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.
(Should also be ...