Follow these steps to restore the "Windows Classic" look to XP:
Right-click Start and select Properties.
- Click the radio button next to [Classic Start menu] and click OK.
- Optionally, Click [Customize...]
From the Start menu, select Settings, then Control Panel.
- On the left side of the window, click [Switch to Classic View].
- Double-click [Display].
- In the window that appears, from the drop-down menu under [Theme:], select [Windows Classic].
- Click on the [Appearance] tab, then the [Effects] button. Uncheck all. Click [OK].
Open Windows Explorer.
- If you want to apply a custom view, for example [View|Details], do that first.
- Select [Tools] and click [Folder Options...].
- Select the [General] tab.
- In the [Tasks] section, select the radio button next to [Use Windows Classic Folders].
- Click on the [View] tab and customize (i.e., uncheck "Hide File Extensions").
- Click [Apply] at the bottom and then the [Apply to All Folders] button at the top.
Hit F3, or from the Start menu, select Search
- Click on "Turn off the animated character"
- Click "Change Search Preferences"
- Click "Change Files and Folders Search Behavior"
- Choose "Advanced - Include options to manually enter..."
- You may also want to run a search to remember settings:
- Click "More Advanced Options"
- Check "Hidden files and folders"
Right-click the Taskbar
- Go to Toolbars
- Click on QuickLaunch
- Customize the QuickLaunch icons
You can also use Remote Desktop on XP:
- Right-click My Computer, select Properties
- Click on the Remote tab
- Check the "Allow Users to connect remotely" box
- Click "Select Remote Users..." and add local usernames
- Run this in a batch file (call it something like rdp.cmd) to change the port:
@echo off REM - Change Remove Desktop port number to 1942 (0x796) REM REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v PortNumber /t reg_dword /d 1942 /f netsh firewall add portopening protocol=tcp port=1942 name=RDP_1942 netsh firewall show portopening pause
