Windows Vista
Windows Ownership Renaming
by Webmaster on May.18, 2010, under FAQs, Windows 2000, Windows 7, Windows Server 2003, Windows Vista, Windows XP
Have you ever wanted to change the name Windows is registered to without reinstalling the computer?
First load up the registry editor (Start -> Run then type regedit and press the ok button) and follow this path HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> WindowsNT -> Current Version. In the window on the right find the RegisteredOrganization and RegisteredOwner string values and change them to whatever you like. Once that’s done simply exit and you’re set.
Now whenever someone looks at your system properties, the OS will be registered to the right person.
Managing "Run as " Option
by Webmaster on May.18, 2010, under Windows 7, Windows Vista, Windows XP
The RunAs Command option is great but sometimes its best not to allow users to have access to that feature. Disabling it is quick and simple, all we need to do is edit the registry.
First load up regedit (Start -> Run then type regedit and press the Ok button) and follow this path HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> policies -> Explorer. From there create a new DWORD value and name it HideRunAsVerb and give it a value of one. Once that’s done you’ll need to restart your machine. Now users won’t have the ability to run programs as other users.
How to Disable Task Manager
by Webmaster on Nov.20, 2009, under Windows 2000, Windows 7, Windows Server 2003, Windows Vista, Windows XP
Task Manager is an extremely powerful tool in Windows, from diagnosing problems or closing stuck programs/services, even accounts that are limited have access to this program. While this might sound like a good thing it can cause huge headaches for system administrators if there are trouble makers in the company.
To Disabling Task Manager, click the Start button and go to Run and from there type gpedit.msc and press the ok button. The Group Policy Editor window should open and from there follow this path User Configuration -> Administrative Templates -> System -> Ctrl+Alt+Delete options. From there on the right hand window find the Remove Task Manager option and change its value to enabled. Now on Task Manager will be disabled.
How to Bypass a folder from System Restore Backup
by Webmaster on Nov.20, 2009, under Windows 7, Windows Vista, Windows XP
Though System Restore is a very useful feature, you might not want it to back up everything. If there’s a specific folder or location that you’d like system restore to pass over, you’ll have to do a bit of registry editing.
Click on Start then select Run and from there type "regedit" then follow this path HKEY_LOCAL_MACHINE -> System -> CurrentControlSet -> Control -> BackupRestore -> FilesNotToBackup. From there create a new multi-string value and name it something descriptive so you know for the future. From there double click on the value to open it up and type in the full path of the directory you do not want to restore.
From now on when you create a restore point, System Restore will bypass any folders you mentioned in the registry under FilesNotToBackup.
How to Disable Shutdown option in Windows
by Webmaster on Nov.20, 2009, under Windows 2000, Windows 7, Windows Server 2003, Windows Vista, Windows XP
When you want a computer to stay on 24/7 no matter who’s using it, take away the ability for other users to shut down the computer. This is an easy task. But before doing that, you must have administrative access.
Go to Start -> Control Panel -> Administrative Tools -> Local Security Settings and in the right hand window expand the Local Policies branch then click on the User Rights Assignment tab. On the right hand window now find the "Shut down the system policy" and double click on it that will open up a new window. Now simply add or remove the user groups that you want to have shut down power and you’re set!
Recent Comments