Add to the right-click menu (tested on XPSP2)
Referenced the original "Add 'Show Hidden System Files' to Right-Click" Ye Zhongkai's SuperHidden part of the VBS script and another batch file for showing file extensions, made a merged VBS script:
PS: Currently only adds one menu item, I wonder who knows how to add several menu items? Then you don't need to choose, each item has one menu.
==============================================
Show/Hide System Files, File Extensions 20070918 Update:
Automatically switch state, modify right-click menu name
Show/hide file extensions is only effective when executed in the state of selecting any folder, file
To prevent antivirus programs from intercepting "FileSystemObject" operations, do not use "FileSystemObject" to detect system folder names, so the system folder name must be "WINDOWS", or modify "SuperHidden.vbs" where "WINDOWS" is the system folder name (only the "WINDOWS" part can be modified)
[ Last edited by zh159 on 2007-9-18 at 01:42 AM ]
Referenced the original "Add 'Show Hidden System Files' to Right-Click" Ye Zhongkai's SuperHidden part of the VBS script and another batch file for showing file extensions, made a merged VBS script:
PS: Currently only adds one menu item, I wonder who knows how to add several menu items? Then you don't need to choose, each item has one menu.
==============================================
Show/Hide System Files, File Extensions 20070918 Update:
Automatically switch state, modify right-click menu name
Show/hide file extensions is only effective when executed in the state of selecting any folder, file
To prevent antivirus programs from intercepting "FileSystemObject" operations, do not use "FileSystemObject" to detect system folder names, so the system folder name must be "WINDOWS", or modify "SuperHidden.vbs" where "WINDOWS" is the system folder name (only the "WINDOWS" part can be modified)
[ Last edited by zh159 on 2007-9-18 at 01:42 AM ]
Recent Ratings for This Post
( 8 in total)
Click for details
Attachments


