Jump to content

hide the task bar


Recommended Posts

how do i hide the task bar under a GUI and keep the person from hiding/closeing the GUI with out entering the correct password

HI,

may have a look at Valuaters PC look... script (its in his sig)

Opt ("WinTitleMatchMode", 4)

Winsetstate("classname=Shell_TrayWnd","",@SW_HIDE)
Sleep (5000)
Winsetstate("classname=Shell_TrayWnd","",@SW_Show)

So long,

Mega

Edited by th.meger

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

im trying to make a more simple version of vaulters pc lock that will let u change the password but im still just trying to figure out how im gonna do it so i need to kno how to do the thing with the task bar cuz i already found a way to keep them from minimizing the window or closing it

A great place to start Autoit 1-2-3

Link to comment
Share on other sites

Hi,

did you watch my post above? I showed you how to hide the taskbar. :D

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

If you want some example:

i542

He means taskbar not tray icon

---

Also, closing explorer.exe will acomplish this, just make sure you run it again later in the program

ProcessClose("explorer.exe")
ToolTip("No Taskbar!", 0,0)
Sleep(5000)
ToolTip("",0,0)
Run("explorer.exe")
Edited by Paulie
Link to comment
Share on other sites

  • Moderators

thanx guys im gonna try them out.

EDIT mega um how do i make it reapear?? or does it reapear when the script ends?

Did you notice the difference between the 2 calls to WinSetState()? @SW_HIDE / @SW_SHOW - do you know what those 2 do? Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...