Personal IT Experiences

Personal IT Experiences header image 1

ADModify.Net Support Tool Utility

July 2nd, 2007 · 1 Comment

Having difficulty locating the Admodify.net utility? Try the URL link below.

Admodify - Download

→ 1 CommentTags: Active Directory · Windows

Lighthouse

June 28th, 2007 · No Comments

Networking isn’t always as easy as it should be: Ever tried to let a colleague connect to an HTTP or SSH server running on your Mac when you’re in your home network behind your NAT router? Or to work together on a document in SubEthaEdit? Or get good download rates in your favorite BitTorrent client?

Without port forwarding, it just won’t work, but static port mappings that you can set up in your router are cumbersome to use, only work with static IP addresses and are lost when you buy a new router.

Not so with Lighthouse. Being a dynamic port forwarding utility, starting and stopping port mappings is just a click away. Or even better, let Lighthouse start a port forwarding automatically when you launch an application!

Mac OS 10.4

codelaide software » Lighthouse

→ No CommentsTags: Macintosh

VMware: Best Practices For Deploying Citrix on ESX

June 26th, 2007 · No Comments

A nice outline of best practices for installing Citrix in a VMWare environment. Test and dev labs.

Virtrix - Virtual Tricks: VMware: Best practices for deploying Citrix on ESX

→ No CommentsTags: Citrix · VMWare

Citrix Product Sale and EOL Support Dates

June 25th, 2007 · No Comments

Comprehensive matrix indicating the date that each product will no longer be generally available for purchase and the end of life date for product support.

Citrix » Citrix Product Matrix Table

→ No CommentsTags: Citrix

Free Windows XP Defrag Utility JkDefrag v3.16

June 25th, 2007 · No Comments

Free (released under the GNU General Public License) disk defragment and optimize utility for Windows 2000/2003/XP/Vista/X64. Completely automatic and very easy to use, fast, low overhead, with several optimization strategies, and can handle floppies and USB disks/sticks. Included are a Windows version, a commandline version (for scheduling by the task scheduler or for use from administrator scripts), a screensaver version, a DLL library (for use from programming languages), and versions for Windows X64.

JkDefrag v3.16

→ No CommentsTags: Weekend Warrior · Windows

Windows XP Retrieve Accidentally Deleted Files

June 24th, 2007 · No Comments

Undelete Plus is a quick and effective way to retrieve accidentally deleted files, NTFS files, files removed from the Recycle Bin, in a DOS window, from a network drive, from Windows Explorer with the SHIFT key held down. Free utility software that does not have to be “installed” before using.
Undelete Plus. Free file recovery software. Retrieve accidentally deleted files

→ No CommentsTags: Weekend Warrior · Windows

Netmeeting Built Into Windows XP

June 21st, 2007 · No Comments

Windows NetMeeting is already installed but hidden on your Windows XP computer.

  • From the -> Start button, select -> Run…
  • In the run field, type -> CONF and press -> OK.

→ No CommentsTags: Weekend Warrior

When Was The GPO Last Refreshed?

June 20th, 2007 · No Comments

If you’re creating and troubleshooting the effects of group policies (GPO) on your computer, there is a command line utility you can download and install called GPTime.exe. It’s one simple executable that I unzipped and copied into the same folder as the Win2k3 Resource Kit tools. The resource kit folder is already included in the path statement of my computer.

Download GPTime.exe

Configure your group policy then perform a gpupdate /force to apply the group policy change. After the update is completed, run gptime.exe to see when the group policies were really updated on the computer.

→ No CommentsTags: Active Directory · Group Policy · Windows

What Group Policies Have Been Applied?

June 20th, 2007 · No Comments

In Windows XP or Windows 2003, open an entire command window and type -> GPUpdate <enter>. All of the current policy settings affecting your computer (or server) and your account are displayed.

You can also see a history of the application of group policies by inspecting the registry.

To inspect the group policies applied to your local computer, use Regedt32 to navigate to:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Group Policy\History

To inspect the group policies applied to your account, navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy\History

Each sub-key represents an installed Group Policy Extension and each Group Policy Object is a subkey numbered from 0, the first GPO applied.

JSI Tip 2487. What group policies have been applied?

→ No CommentsTags: Active Directory · Group Policy · Weekend Warrior · Windows

Overcoming The 4,095 MB Paging File Size Limit In Windows

June 20th, 2007 · No Comments

To get a complete memory dump from computers that have 4 GB RAM or more, it is still necessary to use the /MAXMEM switch in the Boot.ini file. One of the page files on the system partition must still be 1 MB larger than the amount of RAM installed in the computer to successfully create a memory dump.

How to overcome the 4,095 MB paging file size limit in Windows

→ No CommentsTags: Weekend Warrior · Windows