Showing posts with label Folder Option. Show all posts
Showing posts with label Folder Option. Show all posts

Wednesday, December 5, 2012

Script to make all folder unhide

If you face a problem that all your folder in window directory was missing, you may try to un-check few options in folder option menu.
By default of Windows, the ribbon will be at #2-1, "Don't show hidden files, folders, or drives.
To view hidden file, change the ribbon to #2-2, show hidden files, folders, and drives
However, sometimes you need to un-check #2-3, hide protected operating system files (recommended) while the system has been infected by virus.

#3 is un-hide all file extension for all file types if there was un-check.

Then you may see some kind like this as below picture. All folder are hidden and grey out.

How to make all folder unhidden in one-shot instead to do it one-by-one folder?
Here is the command prompt script to let you unhide all folder in one-click.



Copy all those text into notepad.exe and save it as *.bat file extension. Then put the file *.bat into those folder or drives that infected and execute it.
Then you will see all your folder come back as per normal and you may check back the folder options as windows default.

Reference:

http://forums.techguy.org/windows-7/1029473-making-all-hidden-files-unhidden.html

Tuesday, April 24, 2012

[How] Open an image by using default window programs

What if we don't want open any image file by using another or alternate or third party software, How do we set to open a image by using default window setting, such as Window Photo Viewer in Window 7.
Just as window default programs.


Now, here is the step, to teach you how to configure in registry way... =)

1.       Run -> cmd -> regedit
2.       HKEY_CLASSES_ROOT -> Directory -> Shell



3.       Double click on “Default” or right click on it choose Modify


4.       Type in none in “Value data” field.




Sunday, April 22, 2012

[How] Open folder in same window / separate window

1)      Configure in folder setting
1.       Click on folder options



2.       Select the option in “Browse folders” panel


3.       Done

2)      Change registry value
a.       Open folder in same window /separate window
1.       Run -> cmd -> regedit
2.       HKEY_CURRENT_USER -> Software -> Microsoft -> Windows -> Current Version -> Explorer -> CabinetState



3.       Double click “Settings” registry file or right click on in to choose Modify
4.       Change the 5th  value data



Note: 0A – open folder in same window
          2A – open folder in separate window





Related Posts Plugin for WordPress, Blogger...