Tag: Windows

Computer Stuff

Removing a, "Disconnected Network Drive"

removing the key for that share under [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2] and then logging off and back on cleared it. The key for your share will look something like this ##SERVER01#SharedFiles Taken from: http://www.pcreview.co.uk/forums/thread-2420750.php

scythe944 
Computer Stuff

Disable Stickykeys with a logon script via Group Policy

Kids drivin’ you nuts by turning on Accessibility options? Set this as a login script: ‘Disable Sticky Keys Set WSHShell = Wscript.CreateObject(“Wscript.Shell”) RegKey = “HKCU\Control Panel\Accessibility\Stickykeys\” WSHShell.RegWrite regkey & “Flags”,”506″,”REG_SZ” You can also replace the “506” with  “510” to turn it back on. I’m currently working on a solution to remove the Utility Manager (windows […]

scythe944