` `

Archive

Posts Tagged ‘Windows’

Removing a, "Disconnected Network Drive"

August 6th, 2008 No comments

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

Categories: Computer Stuff Tags:

Disable Stickykeys with a logon script via Group Policy

June 11th, 2008 No comments

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 key + U) and High contrast (Left Alt + Left Shift + Print Screen) and will post them as soon as I do.

Categories: Computer Stuff Tags:

Defrag all computers on a domain, for free, using PsTools

April 21st, 2008 No comments

I’m going to enlighten my readers on a little “how-to” to get your entire domain’s hard drives defragged at once.  It’s pretty simple, and can be scheduled to run by windows task scheduler.  *note- It sometimes doesn’t work if the computer isn’t logged on by a user (for some unknown reason). Usually, if someone is using the computer, or has it locked, it runs perfectly.* Read more…

Categories: Computer Stuff Tags: ,