Posted in 10 November 2009 ¬ 16:26h.John
I had a little trouble with an HP Printer driver that was causing the Vista PCs to hang at logon.
Without going into the specifics of the problem (which comes down to poor HP drivers), I needed a way to ensure that the driver wouldn’t be active the next time that a user logged onto a [...]
Read the rest of this entry »
Posted in 9 November 2009 ¬ 23:27h.John
Following on from my remove ranger script, here is a VBScript that will automatically install Ranger packages without the need for the Ranger software on the network.
It’s a little rough around the edges but it gets the job done. Just drag a package folder onto the script to install onto your PC.
Read the rest of this entry »
Posted in 27 October 2009 ¬ 12:32h.John
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 »
Posted in 5 September 2009 ¬ 19:43h.John
Vista’s UAC prevents standard users from installing printer 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 »
Posted in 21 August 2009 ¬ 11:01h.John
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 »
Posted in 12 June 2009 ¬ 23:23h.John
I used a regular expression in VB for the first time ever (I think) today!
The reason is that I cached some generated ASP and realised that when I needed to use it on different pages, the id lookup for certain elements would change. So, no problem (except for the fact that I’m coding in ASP):
Dim [...]
Read the rest of this entry »