Jump to content


Photo

Toggle Hidden Files, System Files and File Extensions


  • Please log in to reply
8 replies to this topic

#1 rbrtryn

rbrtryn
  • Members
  • 790 posts

Posted 13 July 2012 - 09:30 PM

There are three hotkeys assigned:

  • Ctrl+Alt+H Toggle the whether hidden files are shown or hidden.
  • Ctrl+Alt+S Toggle the whether super-hidden system files are shown or hidden.
  • Ctrl+Alt+E Toggle the whether the file extensions for known file types are shown or hidden.

You can also toggle these options using the tray menu. The tray menu also shows which options are currently selected.

Note: In order to show the super-hidden system files, both Show Hidden Files and Show System Files must be selected. This is an OS restriction.

Works on both Win XP and Win 7.

 

Edit: 3-28-2013 - Removed AHK Basic support. Please use the current version of AHK.

Spoiler


#2 Guests

  • Guests

Posted 14 July 2012 - 07:50 AM

Works with both AHK Basic and AHK_L



It gives an error with ahk basic in line22.

So please test it before you make such statements.

#3 rbrtryn

rbrtryn
  • Members
  • 790 posts

Posted 14 July 2012 - 03:30 PM

It gives an error with ahk basic in line22.

What's the error? There isn't a single statement in the script that isn't part of AHK Basic.
Can anyone else confirm this?

So please test it before you make such statements.

Please don't troll. If you going to complain, log in to a registered account so I know who I am talking to. :evil:

#4 Guests

  • Guests

Posted 14 July 2012 - 07:52 PM

Thanks rbrtryn
Works fine on Ahk_L

#5 SKAN

SKAN
  • Administrators
  • 9062 posts

Posted 14 July 2012 - 08:35 PM

Can anyone else confirm this?


I get two errors:

Error at line 22.
Line Text: #Warn
Error: This line does not contain a recognized action.


Error at line 29.
Line Text: global SubKey := "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
Error: This line does not contain a recognized action.



#6 rbrtryn

rbrtryn
  • Members
  • 790 posts

Posted 14 July 2012 - 08:50 PM

Doh :head palm slap:
I'll fix that as soon as I get home.

#7 rbrtryn

rbrtryn
  • Members
  • 790 posts

Posted 15 July 2012 - 01:05 AM

Fixed the two bugs that were preventing this from running with AHK Basic. Original post updated.

#8 Guests

  • Guests

Posted 15 July 2012 - 10:35 AM

Please don't troll. If you going to complain, log in to a registered account so I know who I am talking to.



This reaction is not justified keep your temper please.

#9 jurgenfd

jurgenfd
  • Members
  • 1 posts

Posted 21 February 2013 - 09:06 AM

Works great! Thanks so much!