Launch Videos With One Click - www.TrafficGeyser.com

How to show/hide hidden files with a vb script

by admin June 16th, 2009. Filed under: Softwares and Scripts.

Use this link to view in higher quality http://youtube.com/watch?v=IeDFo_SBfDQ&fmt=18

How to turn hidden files on and off with a vb script good if u have rocket dock or any docklet program just make a shortcut to it drag and drop it on ur dock and there you go.

VB Script:

Option Explicit
Dim dblHiddenData, strHiddenKey, strSuperHiddenKey, strFileExtKey
Dim strKey, WshShell
On Error Resume Next

strKey = “HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced”
strHiddenKey = strKey & “\Hidden”
strSuperHiddenKey = strKey & “\ShowSuperHidden”
strFileExtKey = strKey & “\HideFileExt”

Set WshShell = WScript.CreateObject(”WScript.Shell”)
dblHiddenData = WshShell.RegRead(strHiddenKey)

If dblHiddenData = 2 Then
WshShell.RegWrite strHiddenKey, 1, “REG_DWORD”
WshShell.RegWrite strSuperHiddenKey, 1, “REG_DWORD”
WshShell.RegWrite strFileExtKey, 0, “REG_DWORD”
WScript.Echo “Showing Hidden Files ”

Else
WshShell.RegWrite strHiddenKey, 2, “REG_DWORD”
WshShell.RegWrite strSuperHiddenKey, 0, “REG_DWORD”
WshShell.RegWrite strFileExtKey, 1, “REG_DWORD”
WScript.Echo “Hidding Files ”

End If

Duration : 0:3:18


Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

25 Responses to How to show/hide hidden files with a vb script

  1. goblinhk

    but nvm i have …
    but nvm i have found way to get in those folders

  2. goblinhk

    I want to put my …
    I want to put my own models music etc in game

  3. Megaloth13

    use the normal …
    use the normal method, go into folder options and select show hidden files and folders, why do you need access to them anyway?

  4. goblinhk

    who knows how to …
    who knows how to access Serious Sam II hidden files this isnt working on this game SS2 have hidden fles wich i need!

  5. vbsripter

    i have xp
    i have xp

  6. vbsripter

    ITS NOT WORKIN. ANy …
    ITS NOT WORKIN. ANy reasons to why?

  7. Twiz9491

    no it should work …
    no it should work on every folder\drive it just changes the settings in ur folder options its the same as changing it manually in your computer

  8. thepowerof9b

    Ye but this is only …
    Ye but this is only working on the desktop right? cuz my hidden files in my C:/ is alwas hidden…

  9. Twiz9491

    what do you mean?
    what do you mean?

  10. tokoy2x

    how to show hidden …
    how to show hidden file? becouse i “Apply changes to this folder,subfolders and files” all the file in the folder is gone..i cant show the hidden file..need some help…

  11. Twiz9491

    did you refresh …
    did you refresh your desktop of window? and are you on xp or vista cuz i have vista i havent tried it in xp

  12. thepowerof9b

    I have the same …
    I have the same problem, is says hiding files: nothing happens, then when I do it again it says showing hidden files but still no differens

  13. 1981z28camaro

    haha thats funny, I …
    haha thats funny, I also had the same wallpaper as you have one just the other day!

  14. XGLSuperbounce

    nice vid but not …
    nice vid but not what im lookin for

    if any1 knows how to keep running a process but close the program and it still works and you can open up later and its still running then please tell me i need to know

  15. Twiz9491

    u shure?
    u shure?

  16. 8136009

    hey i paste ur …
    hey i paste ur code in note pad and make vbs
    it just ask me showing files
    and hiding files
    but it do not show or hide my files hope u reply

  17. Twiz9491

    Yea PF iS tha …
    Yea PF iS tha :D ~!*TWIZ*!~

  18. Paddoman05

    Pink Floyd lover I …
    Pink Floyd lover I see ^^ Dude I love PF! Nice vid! 5 stars!! Keep up the good work ;)

  19. EdwardoOwns

    great video 5 stars …
    great video 5 stars, keep making more :D

  20. Twiz9491

    when it is clicked …
    when it is clicked on it turns on and off your hidden files in windows so instead of having to go to control then folder options every time u want to turn hidden files on and off all u have to do is click on the script or click on a short cut to the script

  21. bassethoundnmattedo

    what exactly it do …
    what exactly it do plz pm me

  22. bassethoundnmattedo

    hi quality is fmt …
    hi quality is fmt 18 or mp4 sick man

  23. ScrewdriverGuru

    No problem , it is …
    No problem , it is really nice :DD

  24. Twiz9491

    Thankz dude finally …
    Thankz dude finally some 1 comments lol :D

  25. ScrewdriverGuru

    Great video , 5 …
    Great video , 5 stars man

Leave a Reply


Launch Videos With One Click - www.TrafficGeyser.com