Delta Posted February 16, 2008 Posted February 16, 2008 I'm working on a large security script for my cousin to prevent unwanted users (her daughter and friends, and other relatives) from getting into her pc or doing anything on it that she doesn't want them to do. One of the functions i'm having trouble with is hiding the taskbar. I've searched the forums but all i can find are dead ends to scripts that don't work anymore or are unavailable. Anyone have any idea's? [size="1"]Please stop confusing "how to" with "how do"[/size]
Squirrely1 Posted February 16, 2008 Posted February 16, 2008 (edited) Hides the taskbar for 5 sec's: WinSetState("[CLASS:Shell_TrayWnd]","", @SW_HIDE) Sleep(5000) WinSetState("[CLASS:Shell_TrayWnd]","", @SW_SHOW)Works on Windows XP Home edition, elsewise, you might need to use the AutoIt Window Info tool on the target machine. Edited February 16, 2008 by Squirrely1 Das Häschen benutzt Radar
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