Posts Tagged ‘Windows’

Uninstall Ranger from a Computer without the RangerRemove User

Sometimes it might be necessary to remove Sentinel’s Ranger software from a computer with the minimum of fuss. Even though there is a removal user account. For instance, this may not work.
So here’s a handy script to automitcally disable Ranger on a workstation. This returns some Windows settings back to normal and backs up the [...]

Read the rest of this entry »

Adding Printers will Hang a Vista Logon to a Domain

Vista’s UAC prevents standard users from installing printerr drivers by default. This can cause a problem, especially if you use a logon script or group policy preferences to add shared printers to the user profile.

Luckily there’s a quick group policy fix that will allow users to add printers without any prompt. Once configured, you should be able to log on with a user account that automatically adds the printer without a hitch.

Read the rest of this entry »

Set the default Organisational Unit for New Computers in Windows Server

Once you have your domain and group policies set up, it can become frustrating to constantly have to remember to move a new computer into the correct OU.
Luckily in Windows 2003 and above, you can set a default OU:
redircmp ou=ComputersOU,dc=mydomain,dc=com
Remember to replace the path with your own domain’s OU path. Also, your domain has to [...]

Read the rest of this entry »

Deleting files older than a specific date or age

I needed to delete a chunk of cookies today – but I didn’t want to delete them all.
Thankfully there is a handy command that is within Windows versions after XP such as Server 2003 and Vista that will enable to clean up without too many problems.
The forfiles command will allow you to set a specific [...]

Read the rest of this entry »

How to download BBC iPlayer programmes

Fed up with the BBC iPlayer? Well this article explains how to download BBC videos straight to your computer to watch in your favourite video player.

Read the rest of this entry »

Edit files with Notepad++ From Anywhere on your Network

Notepad++ is a very handy tool. It rocks.
What is annoying is that if you have it installed on a server, then you have to run NPP before opening the intended file that you want to edit.
Well, no more! Using the power of Group Policy Preferences (which also rocks).
First of all, install NPP onto your server [...]

Read the rest of this entry »