It is currently Thu Apr 18, 2024 7:58 am

All times are UTC - 8 hours [ DST ]


Forum rules


Before posting a bug report or a feature request, search the forum for an older post on the same topic.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Mon Mar 21, 2016 4:27 pm 
Offline

Joined: Fri Jan 25, 2013 7:13 pm
Posts: 2
Feature Request for Classic Explorer Toolbar.
Source Code included in the attached zip file.
Add 2 additional buttons to the toolbar:
[Hidden] (View Hidden Files - Toggle ON/OFF)
[Super Hidden] (View Super Hidden Files - Toggle ON/OFF)


Attachments:
Classic Shell Feature Request.zip [4.95 MiB]
Downloaded 681 times
Top
 Profile  
Reply with quote  
PostPosted: Mon Mar 21, 2016 9:26 pm 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
Nice idea. A simple VBScript if Ivo agrees to implement it as an internal command can also do the trick:

Hidden = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden"
SHidden = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden"
Set Sh = WScript.CreateObject("WScript.Shell")
St = Sh.RegRead(Hidden)
If St = 2 Then
Sh.RegWrite Hidden, 1, "REG_DWORD"
Sh.RegWrite SHidden, 1, "REG_DWORD"
Else
Sh.RegWrite Hidden, 2, "REG_DWORD"
Sh.RegWrite SHidden, 0, "REG_DWORD"
End If
Sh.SendKeys("{F5}")

_________________
Links to some general topics:

Compare Start Menus

Read the Search box usage guide.

I am a Windows enthusiast and helped a little with Classic Shell's testing and usability/UX feedback.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 66 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group, Almsamim WYSIWYG Classic Shell © 2010-2016, Ivo Beltchev.
All right reserved.