Monday, February 27, 2012

Running NetMeeting

To run NetMeeting:

Do a Start / Run
Enter conf
Answer the prompts along the way for name, e-mail etc.

-Set the Online Registration as Being Completed

You can set WindowsXP to assume the online registration has been completed.

Run Regedit
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ M'zoft \ Windows NT \ CurrentVersion
Create a String Value called RegDone
Give it a value of 1
Download reg file

Creating a Boot Floppy

To create a bootable floppy from within WindowsXP:

Insert a floppy into the A: drive
Open the Explorer
Right click on the A: Drive
Select Format
Check Create an MS-DOS startup disk
Click on the Start button
This will create a Millennium boot disk

-Changing the Login Screen Saver

If you want to change the screen saver that runs at the login prompt:

Start Regedit

Go to HK_USERS / .DEFAULT / Control Panel / Desktop
Double click on SCRNSAVE.EXE
Enter in the screen saver you want to use

Adding Time Servers

With WindowsXP, you can double-click on the time in the System Tray and connect to Time Servers on the Internet to synchronize with.
To add to the list of available servers:

Start Regedit
Go to HKEY_LOCAL_MACHINE\SOFTWARE\M'zoft\Windows\Curr entVersion\DateTime\Servers
Add new string keys named 2, 3, etc. with a value of the time server you want to use.

Changing the Registered Owner

Start Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\M'zoft\Windows NT\CurrentVersion
From there you can edit the name in the Registered Owner key

-Opening a Command Prompt to a Particular Directory from Explorer

If you want to open a command prompt to a directory that is selected in the Explorer:

Start Regedit
Go to HKEY_CLASSES_ROOT \ Directory \ shell
Create a new key called Command
Give it the value of the name you want to appear in the Explorer. Something like Open DOS Box
Under this create a new key called command
Give it a value of cmd.exe /k "cd %L"
Now when you are in the Explorer, right click on a folder, select Open DOS Box, and a command prompt will open to the selected directory.
Download reg file

Changing the Default DOS Window Properties

If you want to change the default DOS windows properties like:

Size
Color
Font
Buffer Size
Window / Full Screen
Open up a DOS window
Right click on the Title Bar
Select Defaults
Make any of the changes you like
All subsequent DOS windows will assume these defaults

Allowing Network Access with Blank Passwords

Although you can log in locally without a password, by default, WindowsXP Pro does not allow network users to access the computer without a password. Typically you will receive an Unknown error 31 if this is the case.

To change this setting:

Run gpedit.msc
Go to Computer Configuration / Windows Settings / Security Settings / Local Policies / Security Options
Double click on Accounts: Limit local account use of blank passwords to console login only
Disable this option

Turn off the Windows Picture and Fax Viewer as the Default Image Viewer

You can also change the file associations for the specific file types you want.

Open the Windows Explorer
Go to Tools / Folder Options / File Types
Scroll down to the extension you want to change
Click on the Change button
Select the program you want to associate with that extension
Click on the OK button

If the Windows Picture and Fax Viewer is set as the default for many of your graphic file types,
you can remove it so other graphics programs can be used.

Run Regedit
Go to HKEY_CLASSES_ROOT / SystemFileAssociations / image / ShellEx / ContextMenuHandlers
Delete the key ShellImagePreview
Download reg file