REGEDIT4

; == set defaults for command prompt
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"EnableExtensions"=dword:00000001
"DefaultColor"=dword:00000000
"CompletionChar"=dword:00000009

; == Some defaults for the logon box
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ReportBootOk"="1"
"LegalNoticeCaption"="Warning: access to private data!"
"LegalNoticeText"="Only authorised personnel at Boran Consulting may access machine! Please repect this notice."
"ShutdownWithoutLogon"="1"
"PowerdownAfterShutdown"="1"
"DefaultPassword"="0"
; If you don't want the last logged on username visible, set =1
"DontDisplayLastUserName"="0"

; == Enable RAS logging
;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\Parameters]
;"Logging"=dword:00000001

;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\PPP]
;"Logging"=dword:00000001

; == Don't allow guest to access the logs
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Application]
"RestrictGuestAccess"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\System]
"RestrictGuestAccess"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Security]
"RestrictGuestAccess"=dword:00000001


; == Make GVIM available as right-click on files with an unrecognised extension
[HKEY_CLASSES_ROOT\Unknown\shell\g vim]

[HKEY_CLASSES_ROOT\Unknown\shell\g vim\command]
@="c:\\apps\\vim\\gvim.exe %1"

; == Disable "shortcut to" on link names
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Link"=hex:00,00,00,00


; ----------------other tips -----------------------
; a) command prompt here: attach action to folder
;   C:\WINNT\System32\cmd.exe /k cd "%1"

; b) Desktop Keys (win key)
; r - open run dialog
; f - find
; e - explorer
; m - minimise all, shift-m unminimise
; break - SystemProperties
;
; Last update: Sean / 6.Mar.01  [Tested on NT4, also seems OK on Win2k]