Jump to content

Recommended Posts

Posted

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]

Posted (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 by Squirrely1

Das Häschen benutzt Radar

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...