
Feature Request for Classic Shell/Classic Explorer 'Toolbar'.

Source Code and Executable included.

--------------------------------------------------------------------------------
Feature Request
--------------------------------------------------------------------------------
Settings for Classic Explorer 4.2.5 Dialog
- Toolbar Buttons tab
  Available commands

Add these 2 buttons:
- Hidden       (Tip: View Hidden Files - Toggle ON/OFF)
- Super Hidden (Tip: View Super Hidden Files - Toggle ON/OFF)

--------------------------------------------------------------------------------
Classic Explorer Toolbar
--------------------------------------------------------------------------------
HKEY_CURRENT_USER\Software\IvoSoft\ClassicExplorer\Settings
ToolbarItems  (REG_MULTI_SZ)

CustomItem.Command="%SystemDrive%\Program Files (x86)\$OEM\HiddenFilesToggle\HiddenFilesToggle.exe" 0
CustomItem.Label=Hidden
CustomItem.Tip=View Hidden Files - Toggle ON/OFF
CustomItem.Icon=shell32.dll, 3

CustomItem2.Command="%SystemDrive%\Program Files (x86)\$OEM\HiddenFilesToggle\HiddenFilesToggle.exe" 1
CustomItem2.Label=Super Hidden
CustomItem2.Tip=View Super Hidden Files - Toggle ON/OFF
CustomItem2.Icon=shell32.dll, 3

--------------------------------------------------------------------------------
This has been tested on;
--------------------------------------------------------------------------------
- Windows  7_x64
- Windows 10_x64

--------------------------------------------------------------------------------
How to Demo the [Hidden] [Super Hidden] buttons.
--------------------------------------------------------------------------------
With Classic Shell v4.2.5 installed.

1. Copy folder... $OEM
   To............ C:\Program Files (x86)

   You should have:
   C:\Program Files (x86)\$OEM\HiddenFilesToggle\
   HiddenFilesToggle.au3
   HiddenFilesToggle.exe

2. Create a 'Desktop Shortcut' to...
   \Classic Shell 4.2.5 Settings\Registry Exports\IvoSoft.reg

   Name the shortcut... IvoSoft.reg

3. Close all instances of the 'Windows Explorer'.

4. Onen the Registry Editor:

     Rename RegKey... HKEY_CURRENT_USER\Software\IvoSoft
     To.............. HKEY_CURRENT_USER\Software\IvoSoft_OLD

   Close the Registry Editor:

5. Using the 'Desktop Shortcut' created above, import my 'IvoSoft' reg key:
   Double-click... \Desktop\IvoSoft.reg

That's all. Run the 'Windows Explorer', examine the new toolbar.

--------------------------------------------------------------------------------
What these buttons do...
--------------------------------------------------------------------------------
[Hidden] button:
Calls... HiddenFilesToggle.exe" 0
Command="%SystemDrive%\Program Files (x86)\$OEM\HiddenFilesToggle\HiddenFilesToggle.exe" 0

[Super Hidden] button:
Calls... HiddenFilesToggle.exe" 1
Command="%SystemDrive%\Program Files (x86)\$OEM\HiddenFilesToggle\HiddenFilesToggle.exe" 1

--------------------------------------------------------------------------------
HiddenFilesToggle.exe
--------------------------------------------------------------------------------
The source code for 'HiddenFilesToggle.exe' is 'HiddenFilesToggle.au3'.

To examine 'HiddenFilesToggle.au3', open it with Windows 'Notepad'.

'HiddenFilesToggle.au3' is an AutoIt v3.3.14.2 Script.

--------------------------------------------------------------------------------
AutoIt
--------------------------------------------------------------------------------
https://www.autoitscript.com/site/autoit/

AutoIt is about as simple as it gets, yet it is very powerfull.

--------------------------------------------------------------------------------
Final comments.
--------------------------------------------------------------------------------
1. Thank you for providing Classic Shell.
   Classic Shell is the best utility for operating systems beyond WinXP.

2. Feel free to use my script as you feel fit.

3. Please add the [Hidden] [Super Hidden] buttons as standard buttons to Classic Shell.

Thank You...
