MarkMarkMark Posted April 22, 2005 Posted April 22, 2005 Hej guys... I have a quick question... How can i disable this: When i rightclick then New.. when i choose New shortcut.... I want to disable that... here a attachment:
MarkMarkMark Posted April 22, 2005 Author Posted April 22, 2005 Is there a regedit key for it or something?
CyberSlug Posted April 22, 2005 Posted April 22, 2005 Don't know if this is possible...1) Info here might help http://forums.wugnet.com/Security-disable-...pict354703.html2) You can use group polity (gpedit.msc) to completely disable the right-click menu, but the user can still choose new shortcut from the File menu in Explorer/My Computer....3) I didn't find anyway to ResHack explorer.exe 2) Best workaround:;;;; #noTrayIcon $title = "Create Shortcut";Change title as needed While 1 sleep(100) If WinExists($title) Then ControlClick($title,"",2);the cancel button WEnd Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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