JohnWang Posted January 10, 2006 Posted January 10, 2006 Hi, Is there a way to automatically hide all desktop icons via autoit? One way i come up with is to do it with registry key but most of the one i found requires the reboot of explorer.exe which does not work because i want to avoid the reload/killing of explorer.exe if possible(does killing explorer.exe do any harm? caz everytime my explorer.exe crashed on me and auto reload itself it takes a while; also i have noticed not all trayicons were restored.) Reason for this code was that I am planning on making a program which locks the pc and can be restore only with teh correct password. And i wanted to hide the icons so no1 can touch/modify anything while the pc is locked. And need some help... anywyas Thanks for the help in advance
Valuater Posted January 10, 2006 Posted January 10, 2006 (edited) take a look herehttp://www.autoitscript.com/forum/index.php?showtopic=10083#or thishttp://www.autoitscript.com/forum/index.ph...ock+%2Bcomputer8) Edited January 10, 2006 by Valuater
BinaryBrother Posted October 7, 2008 Posted October 7, 2008 This topic is dead... but I know an easy answer... WinSetState("Program Manager", "", @SW_HIDE) SIGNATURE_0X800007D NOT FOUND
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