ReaImDown Posted June 15, 2008 Posted June 15, 2008 where might I be able to find the registry key used for hiding / un-hiding hidden files and folders? [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Developers Jos Posted June 15, 2008 Developers Posted June 15, 2008 Confusing question. Why would that be a registry entry in stead of being part of the File/direcory information? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
ReaImDown Posted June 15, 2008 Author Posted June 15, 2008 (edited) Confusing question. Why would that be a registry entry in stead of being part of the File/direcory information?haha, to be honest, I dont know where the information is saved... editopen a folder, click Tools/Folder Options/view/Hidden Files and Folders Edited June 15, 2008 by ReaImDown [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Developers Jos Posted June 15, 2008 Developers Posted June 15, 2008 haha, to be honest, I dont know where the information is saved... editopen a folder, click Tools/Folder Options/view/Hidden Files and FoldersOk, so you mean how to show the hidden files/Directories in the Windows Explorer.That probably is located somewhere in the registry.Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
MHz Posted June 15, 2008 Posted June 15, 2008 where might I be able to find the registry key used for hiding / un-hiding hidden files and folders?Searching Google or find it your self by using a program like RegShot to see the change of registry after you change the setting in Folder Options. $key = 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' RegWrite($key, 'Hidden', 'REG_DWORD', '1'); 2-normal view, 1 show hidden files
ReaImDown Posted June 15, 2008 Author Posted June 15, 2008 Searching Google or find it your self by using a program like RegShot to see the change of registry after you change the setting in Folder Options. $key = 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' RegWrite($key, 'Hidden', 'REG_DWORD', '1'); 2-normal view, 1 show hidden filesthank you, and I never heard of regshot, I will look into it, thanks again [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now