This page is my knick knacks drawer for little things pertaining to Microsoft that don't really fit somewhere else yet.
Do the following if you have has *.cab files (usually in /windows/options/cab/):
/windows & /programs for backup.To wipe clean an old system:
Format c: /s/u [for system files unconditionally] Make sure you back up your registry files:
WINDOWS directory.SYSTEM.DAT and USER.DAT files.
ATTRIB -h -s C:\WINDOWS\SYSTEM.DAT ATTRIB -h -s C:\WINDOWS\USER.DAT COPY C:\WINDOWS\SYSTEM.DAT C:\WINDOWS\SYSTEM.BAK COPY C:\WINDOWS\USER.DAT C:\WINDOWS\USER.BAK ATTRIB +h +s C:\WINDOWS\SYSTEM.DAT ATTRIB +h +s C:\WINDOWS\USER.DAT
SystemRoot\System32\Config directory.
RDISK.EXE to backup your registryDesktop Images. The default wallpaper choices given come from several potential places (depending on your version of Window). Just clean up the available choices in those areas and you should have greater control over the default wallpaper listed (because a huge list is annoying).
C:\Documents and Settings\user\My Documents\My PicturesC:\Program Files\Plus!\ThemesC:\WINDOWSC:\WINDOW\WEB\WallpaperC:\WINNT. The image shown while Win NT or above is locked, is your latest BMP wallpaper. This gives you choices:C:\WINNT\Web\Wallpaper.
The following changes can be made to C:\WINDOWS, or C:\WINNT\Profiles\user, or C:\Documents and Settings\user.
\Favorites\Favorites\Links\"Start Menu"\"Application Data"\Microsoft\"Internet Explorer"\"Quick Launch"\SendToMiscellany
explorer.exe /n, /e[driveLetter:\pathToDesireDirectory]. Use the /select switch if you don't want the directory selected expanded.NET USE DriveLetter: \\ServerName\SharedDirectory. EG: NET USE H: \\FILESERVER\SALES.\\servername\sharedFolder or \\serverName\C$. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout. Add a new binary value. Rename it to: Scancode Map. Modify its value data to:
00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00
Of course be very careful when modifying the registry.
WINNT32.EXE /OX off of your NT CD. You should also make an ERD (Emergency Repair Disk). Make it by running RDISK.EXE. The disk contains these files: autoexec.nt, config.nt, default._, ntuser.da_, sam._, security._, setup.log, software._, and system._. This will enable you to recreate your system instead of having to reinstall the system.net send command line command is the nifty way to do instant messaging. Here is the syntax: net send {name | * | /domain[:name] | /users} message. Here are some notes direct from Microsoft:name. Specifies the user name, computer name, or messaging name to send the message to. If the name is a computer name that contains blank characters, enclose the alias in quotation marks (" "). Long user names may lead to problems when used as NetBIOS names. NetBIOS names are limited to 16 characters, and Windows 2000 reserves the 16th character.*. Sends the message to all the names in your domain or workgroup./domain[:name]. Sends the message to all the names in the computer's domain. If name is specified, the message is sent to all the names in the specified domain or workgroup./users. Sends the message to all users connected to the server.winipcfg.exeregedit.exe, regedit32.exe, or regsvr32.exe.poledit.exe.sysedit.exe.C:\WINDOWS\NOTEPAD.EXE C:\WINDOWS\HOSTS
C:\WINNT\NOTEPAD.EXE C:\WINNT\system32\drivers\etc\HOSTS
HOST.SAM before use because it is a SAMple file. The SAM extension must be removed for the file to be active.C:\WINDOWS\SYSTEM\SHELL32.DLL. cd "My Documents".winipcfg (for Windows 9X) or ipconfig /all (for Windows NT).Program Files/Microsoft Office as opposed to Program Files/MS Office.Program Files/Microsoft Office/Templates and SystemRoot/Profiles/user/Application Data/Microsoft/Templates.2007-09-13 18:20:34Z