I've downloaded and isnstall this files as you said, but after 4 months of use, i've started to getting this error (this command is still working with my files, but this error is poping and its really anoying):
"Windows script host: Script: C:\Windows...; Line: 14; Char: 1; Error: The system cannot find the file specified; Code: 80070002; Source: (null)"
Any idea how to repair this error and prevent it to pop up anythime when i use show/hide button?
P.S. Sorry for my bad English!
Thanx ;)
Here's the image of that error:
http://postimage.org/image/1sy970z7o/
How-To Geek Forums / Windows 7
(Solved) - Show/hide hidden files, problem!
(8 posts)- View Accepted Answer
- Remove Solved Status
Does the .vbs file look exactly like this ?
__________________________________________________________________________________________
Hidden = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden"
SSHidden = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden"
Set Command1 = WScript.CreateObject("WScript.Shell")
Check = Command1.RegRead(Hidden)
If Check = 2 Then
Command1.RegWrite Hidden, 1, "REG_DWORD"
Command1.RegWrite SSHidden, 1, "REG_DWORD"
Else
Command1.RegWrite Hidden, 2, "REG_DWORD"
Command1.RegWrite SSHidden, 0, "REG_DWORD"
End If
Command1.SendKeys "{F5}"
________________________________________________________________________________________
This is how it looks...
http://postimage.org/image/1pbsh3tgk/
Topic Closed
This topic has been closed to new replies. Please create a new topic instead.
