REGISTRY
Automatic optimizing your harddisk
Defrag Operation
Account Invissible
Own LogonWindow
Mounted devices memorised
cmd-admin.reg
{ Registry_Tweak }
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\OptimalLayout]
"EnableAutoLayout"="1"
A simple way to speed up a defrag operation in Windows XP is to restart the system before you launch Defrag. This allows the operating system to clear out the swap/paging file and reset it to the default size. This lets Defrag focus strictly on the necessary data on the hard disk, without having to stop and manage a huge swap file loaded with unneeded data.
Another approach to speeding up a defrag operation in Windows XP is to configure them to occur immediately upon startup. Fortunately, you can do so easily with a simple registry edit. Follow these steps:
Launch the Registry Editor (Regedit.exe).
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\RunOnce.
Right-click the RunOncesubkey and select New | String Value.
Name the value Defrag and press [Enter] twice.
Type Defrag.exe c: /f in the Value Data text box, and click OK.
Close the Registry Editor and restart Windows.
The defrag operation will begin when you type in your password and press [Enter]. (Keep in mind that values added to the RunOnce key are removed immediately after the command has been run.)
When you see Windows announcement screen then you dan push two times op Ctrl+Alt+Del. Then you see the classic Windows announcement screen . Where you can type your username and password in your account. To control if accounts are hidden ;open u het register (Start / run, type Regedit) and navigate to key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList.
If the name of an account account has value-data=0? doubleClick it and type 1 in Value Data.If the name isn't shown you can make your own Edit / New/ DWORD-value. Give the exact Username, doubleclick on it and give it the value-data = 1 .
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon.
Edit > LegalNoticeCaption (Put here Title of your messagewindow)
Edit > LegalNoticeText (Put Here your message )
This message will be displayed next time you start Windows.
HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Open Command Window Here (Administrator)"
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /s /k pushd \"%V\""