Creating a Legal Text Notice Before Logon

Creating a Legal Text Notice Before Logon

April 25, 2009

You can create a banner that will come up just before you logon to the computer:

  1. Start Regedit
  2. Go to HKeyLocalMachine \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ WinLogon
  3. Create a new string value called LegalNoticeCaption and give it a value you want to see in the menu bar
  4. Create a new string value called LegalNoticeText and give it a value you want to see in the dialog box

Now before anyone logs into that computer, this banner will come up on the screen.
This can be useful for any legal warnings you want to give regarding the use of the computer.

Hiding Any Combination of Drives

Hiding Any Combination of Drives

April 25, 2009

If you want to stop a drive or any combination of drives appearing in Explorer/My Computer

Add the Binary Value of 'NoDrives' in the registry at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Give it a value from a combination of the table below:

A 1 00 00 00
B 2 00 00 00
C 4 00 00 00
D 8 00 00 00
E 16 00 00 00
F 32 00 00 00
G 64 00 00 00
H 128 00 00 00
I 00 1 00 00
J 00 2 00 00
K 00 4 00 00
L 00 8 00 00
M 00 16 00 00
N 00 32 00 00
O 00 64 00 00
P 00 128 00 00
Q 00 00 1 00
R 00 00 2 00
S 00 00 4 00
T 00 00 8 00
U 00 00 16 00
V 00 00 32 00
W 00 00 64 00
X 00 00 128 00
Y 00 00 00 1
Z 00 00 00 2

Where (for eg) you want to hide Drives {C,E,J,O,R,U,Y,Z} you would give 'NoDrives' the value 14 42 12 03
Where C+E = 14, J+O = 42, R+U=12 and Y+Z = 03
Please NOTE: The Numbers are to be added in HEXadecimal ie: ABCD = 0F, not 15 All Drives Visible is 00 00 00 00 All Drives Hidden is FF FF FF 03

Getting Rid of Schemes

Getting Rid of Schemes

April 25, 2009
  1. A safer way would be is to go to the Control Panel / Display / Appearance tab
  2. Go to the Scheme drop down box
  3. Select the one you don't want and click on the delete button

When you right click on your desktop and pick properties your Display Properties screen appears.
Under Appearance tab / Schemes, determine if you want all those wild schemes.
If not they can be deleted and clear approximately 45K.
Before you delete them, choose or create at least 1 Scheme and "Save As" (in my case Bud 1).

  1. Open Regedit
  2. Go to HKEY_CURRENT_USER \ Control Panel \ Appearance \ Schemes
  3. Highlight every String and Value on the right side and delete. DO NOT DELETE "Default"
Re-Enabling DHCP Error Messages

Re-Enabling DHCP Error Messages

April 25, 2009

If you got a DHCP error message, selected to not see DHCP errors, and now want to see them again;

  1. Start Regedit
  2. Go to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ VxD \ DHCP
  3. Change the value of PopupFlag from 00 to 01
Disabling the Blinking Cursor

Disabling the Blinking Cursor

April 25, 2009

To stop the cursor from blinking in applications such as Word:

  1. Start Regedit
  2. Go to HKEY_CURRENT_USER\Control Panel\Desktop
  3. Add a String Value
  4. Name it CursorBlinkRate
  5. Give it a value of -1
  6. Reboot the computer
Changing the Location of Outlook Express Data Files

Changing the Location of Outlook Express Data Files

April 25, 2009

Normally Outlook Express keeps its data files in the C:\Windows\Application Data\Microsoft\Outlook Express directory.

To change this:

  1. First copy those files to the new location
  2. Start RegEdit
  3. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Outlook Express
  4. Change the Store Root key to the directory where you moved the files
NT Crash Log File

NT Crash Log File

April 25, 2009

In addition to the crash log file, you can also enable two other methods of crash notification and logging.

You can enable an administrative alert by changing the value of

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\SendAlert to 1. The next time the system crashes, an administrative alert will be sent that may provide the first sign of the crash.

You can also make NT log the crash in the event log by changing the value of

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\CrashControl\LogEvent to 1 instead of its default 0. Now, the exact time of the crash will be permanently recorded.