This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
option explicit | |
On Error GoTo 0 | |
'Dim sResult: sResult = Wscript.ScriptName ''' debugging | |
Const HKEY_CURRENT_USER = &H80000001 | |
Dim strComputer, strKeyPath, strValName, dwValue, arrValues, objReg, WshShell | |
arrValues = Array (" unknown", " show hidden files", " hide hidden files" ) | |
strComputer = "." |
NewerOlder