DirtDBaK Posted November 1, 2007 Posted November 1, 2007 (edited) So i have a teacher that wants to use my laptop but i want to block acess there not computer savy so i can disable the start menu but wut else should i do that would be simple? Edited November 1, 2007 by DBak [center][/center]
JustinReno Posted November 1, 2007 Posted November 1, 2007 Usually the WIndows key + L for windows lock.
DirtDBaK Posted November 1, 2007 Author Posted November 1, 2007 Usually the WIndows key + L for windows lock.duh but i want her to only acess my desktop.... [center][/center]
Nahuel Posted November 1, 2007 Posted November 1, 2007 Well if you just want to disable the start button: ControlDisable("[CLASS:Shell_TrayWnd]","","[CLASSNN:Button1]")
DirtDBaK Posted November 1, 2007 Author Posted November 1, 2007 Well if you just want to disable the start button: ControlDisable("[CLASS:Shell_TrayWnd]","","[CLASSNN:Button1]") already did that what else can i do? [center][/center]
Moderators SmOke_N Posted November 1, 2007 Moderators Posted November 1, 2007 already did that what else can i do?Ask the teacher to respect your privacy and only access what you are willing to allow her/him to see.You'd be amazed at an adult is willing to do opposed to your buddies.But realistically speaking... This request is going in my duh bookmarks... (hiding from my teacher... whatever). 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.
Achilles Posted November 1, 2007 Posted November 1, 2007 Something like this? WinSetState("classname=Shell_TrayWnd", "", @SW_HIDE) My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Moderators SmOke_N Posted November 1, 2007 Moderators Posted November 1, 2007 ControlDisable("[CLASS:Shell_TrayWnd]","","[CLASSNN:Button1]")WinSetState("classname=Shell_TrayWnd", "", @SW_HIDE) Are ya'll going to remove the windows key from the keyboard as well? You may feel your teacher is incompetent, but you'd be amazed. So back to my suggestion, speak with them first, if they say they will respect your privacy and you believe them, allow them to use it... if you don't... don't. 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.
Achilles Posted November 1, 2007 Posted November 1, 2007 (edited) If you're desperate: While 1 WinSetState("classname=Shell_TrayWnd", "", @SW_HIDE) Sleep(10) WEnd I would follow SmoKe_N's advice though... Edited November 1, 2007 by Piano_Man My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
weaponx Posted November 1, 2007 Posted November 1, 2007 Disable windows key: CODE Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,\ 00,00,00,00
Nahuel Posted November 1, 2007 Posted November 1, 2007 Is everyone ignoring Smoke? I think he's right... Or just hide whatever you want to hide, should be easier.
Moderators SmOke_N Posted November 1, 2007 Moderators Posted November 1, 2007 (edited) Edit... Forget it... ya'll play with the kiddies. Edited November 1, 2007 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.
Paulie Posted November 1, 2007 Posted November 1, 2007 (edited) So i have a teacher that wants to use my laptop but i want to block acess there not computer savy so i can disable the start menu but wut else should i do that would be simple?duh but i want her to only acess my desktop....already did that what else can i do?You sound annoyed for some reason. I recommend you take a chill pill.There is no way it is fair for you to assume that we just "know" what you have already done or tried.So adding such words to your responses like "duh" and "already did that" serve no purpose but making you sound impatient. Tell us what you have already done if you don't want us to suggest it. Edited November 1, 2007 by Paulie
DirtDBaK Posted November 1, 2007 Author Posted November 1, 2007 my apologizes for sounding annoyed, and I just asked them to respect my privacy, and what do you know they listened... So Smoke_N was right.... Thanks guys [center][/center]
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