Tag Archives: Lazy Admin

VMWare Trickery

I use vmware server, it’s brilliant. Here are some reasons to use it.

  • Testing slipstreamed Windows disks (service packs and drivers);
  • Configuring messy software like msSQL, without it crippling your computer;
  • Recovering a backup image ghost/true image to recover some files/settings;
  • Running almost any operating system and no dual boot mess;
  • Preparing for and testing vpn, ssh, pki, deployment;
  • Consolidating servers, have apache2 ubuntu, mssql xp, active directory 2003, all running on the same box. Centralize management and backup policies.

Read more »

netsh: Administrators friend

Resetting the TCP/IP Stack

For XP/2003
Go to start > Run > type “cmd” press enter > then type the following:

netsh int ip reset resetlog.txt

For Vista
Go to start > Run > type “cmd” press enter > then type the following:

netsh int ip reset
netsh winsock reset

Read more »

CleaningComputers on a Windows Domain – [Lazy ADMIN]

Lately I have been cleaning up too many computers and need to find a way of automating everything.

A post by “StreamlinePanda” @ Piriform forums (ccleaner people) http://forum.piriform.com/index.php?showtopic=14936

Read more »