Archive for the ‘Microsoft Windows 2000’ Category

Microsoft® Update-katalog

Saturday, September 12th, 2020

https://www.catalog.update.microsoft.com/home.aspx

Hide drive letters in My Computer in Windows

Thursday, August 11th, 2011

1. Launch the Registry Editor (Regedit.exe).
2. Navigate to
HKEY_CURRENT_USERSoftwareMicrosoftWindows CurrentVersionPoliciesExplorer.
3.
Right-click the Servers key, and select New | DWORD value.
4. Name the value
NoDrives.
5. Press [Enter] twice to open the Edit DWORD Value dialog box.

6. Using the list below, type a number that corresponds to the drive you
want to hide in the Value Data text box, and click OK.
A: 1
B: 2
C: 4
D: 8
E: 16
F: 32
7. Close the Registry Editor.

User Profile Wizard 3.5

Monday, August 8th, 2011

Download

User Profile Wizard 3.0 for Windows 2000/XP/Vista/Windows 7

Friday, June 25th, 2010

Profwiz3

Link

.CPL Files – The following list shows the .cpl file that corresponds to each Control Panel tool.

Tuesday, April 27th, 2010

   .cpl File       Control Panel Tools
   ————————————————
   Access.cpl      Accessibility
   Appwiz.cpl      Add/Remove Program
   Desk.cpl        Display
   Desk.cpl        Printers      
   Fax.cpl         Fax wizard
   Hdwwiz.cpl      Add/Remove Hardware
   Intl.cpl        International
   Joy.cpl         Game controller
   Liccpa.cpl      Licensing
   Main.cpl        Mouse
   Mlcfg.cpl       Mail
   Mmsys.cpl       Sound and multimedia
   Modem.cpl       Phone and Modem
   Ncpa.cpl        Network and connectivity
   Netcpl.cpl      Network and Dial-up Connectivity
   Nwc.cpl         Netware client connectivity
   Odbccp32.cpl    Open database connectivity
   Powercfg.cpl    Power management
   Sticpl.cpl      Scanner and camera
   Sysdm.cpl       System
   Telephon.cpl    Dialing rule and modem
   Timedate. cpl   Date Time and Time zone
   Wspcpl.cpl      WSP Client
   Wspcpl32.cpl    WSP Client

SFC.EXE (system file checker)

Thursday, February 25th, 2010

sfc.exe /SCANNOW

Environment Variables in Windows

Saturday, November 21st, 2009
Variable Typical value (May vary, depending on system)
%ALLUSERSPROFILE% C:\Documents and Settings\All Users
%APPDATA% C:\Documents and Settings\{username}\Application Data
%COMPUTERNAME% {computername}
%COMSPEC% C:\Windows\System32\cmd.exe
%HOMEDRIVE% C:
%HOMEPATH% \Documents and Settings\{username}
%PATH% C:\Windows\System32\;C:\Windows\;C:\Windows\System32\Wbem
%PATHEXT% .COM; .EXE; .BAT; .CMD; .VBS; .VBE; .JS ; .WSF; .WSH
%PROGRAMFILES% Directory containing program files, usually C:\Program Files
%PROMPT% Code for current command prompt format. Code is usually $P$G
%SYSTEMDRIVE% The drive containing the Windows XP root directory, usually C:
%SYSTEMROOT% The Windows XP root directory, usually C:\Windows
%TEMP% and %TMP% C:\DOCUME~1\{username}\LOCALS~1\Temp
%USERNAME% {username}
%USERPROFILE% C:\Documents and Settings\{username}
%WINDIR% C:\Windows

Restore Show Desktop

Saturday, May 30th, 2009

Download

Memory Limits for Windows Releases

Wednesday, May 20th, 2009

Download

How To Remove A Windows Service?

Tuesday, January 6th, 2009

INSTSRV <SERVICENAME> REMOVE

Download