Windows tools
Jump to navigation
Jump to search
These tools and references are useful for system administration in Microsoft Windows.
Windows commands[edit]
- winipcfg ipconfig
- W98 and W2k+ command to get network config
- ipconfig /registerdns
- refresh dhcp & reregister dns
- cmd
- command shell
- XP/2000 commands and tools
- list of command line tools equivalent to various windows GUI tools
- Microsoft W2k server command reference
- documentation for all commands
- Microsoft Windows XP command reference
- control
- run control pannel parts [1]
- control appwiz.cpl
- Add/Remove programs
- control wuaucpl.cpl
- Automatic updates
- devmgmt.msc
- device management
- control desktop
- display properties
- control desk.cpl
- display properties
- control color
- display properties: appearance
- verifier
- driver verifier utility
- eventvwr.msc
- event viewer
- control folders
- folder properties
- gpedit.msc
- group policy editor (xp profesional only)
- ncpa.cpl
- network connections
- netsetup.cpl
- network setup wizard
- mstsc
- remote desktop
- sysedit
- system configuration editor
- sfc /scannow
- system file checker : scan immediately
- sfc /scanonce
- system file checker: scan once at next boot
- control nusrmgr.cpl
- user account management
- firewall.cpl
- firewall manager
- wupdmgr
- windows update launches
- write
- wordpad
Tools[edit]
archiving[edit]
disk space management and copying[edit]
- dd rescue
- efficently image copy disks with bad blocks (untested, linux based)
- xxcopy
- copy directory directory trees, but don't abort on errors (untested)
- data recovery tools blog article reviewing recovery tools
system administration and diagnostics[edit]
- autoruns
- view automatically started programs (sysinternals)
- process explorer
- explore processes and resource use (sysinternals)
- tcpview
- explore open network ports and what is using them (sysinternals)
- ShareEnum
- scan for open network shares on remote computers (sysinternals)
- AccessEnum
- scan access permissions for files or registry entries (sysinternals)
- startup control pannel
- similar to autoruns
- PsLogList
- alternate interface to the event viewer (includes remote access) (sysinternals)
- pg and contig
- sysinternals single file defragmenters
- defraggler
- defragment specified files
- Windows Update Diagnostics
- Microsoft page to diagnose Windows Update
- WGA Diagnostic Tool
- Downloadable tool that fixes most Windows Update problems
- AccessChk
- shows what accesses a specified user or group has to files, Registry keys or Windows services
- malware scanning tools
- Ad-Aware and other malware tools listed in Help:Badware
- putty
- very small ssh terminal client
- ultimate boot cd
- (untested?) rescue boot CD for windows
- XPY
- disable extaneous windows built in features
- Why Reboot?
- Lists pending operations after installs that need a reboot to complete
- Packetstuff
- Network tools that can be run straight off of a USB
- DirectoryFixer from http://www.somacon.com
- remove or rename files with strange names
- SubInAcl (microsoft)
- manipulate file permissions
- windbg
- microsoft dump analyzer [2]
- regdiff
- make and compare registry dumps, make sorted registry patches, etc.
optimizations and fixes[edit]
- why windows takes so long to shut down
- burnInTest (30 day trial)
- ccleaner
- disable autoruns
misc[edit]
- Office2007 Compatibility Pack
- converter for Office 2003
- Synergy
- Control multiple computers with one keyboard and mouse (one at a time)
- Vbscript
- general purpose scripting language
- Microsoft User Profile Hive Cleanup Service
- fixes slow shutdowns and romaing profile problems
recovery tips[edit]
XP and earlier[edit]
- Boot from your XP Setup CD and enter the Recovery Console or something like BartPE
- try chkdsk first (then reboot)...
If HAL.DLL missing, boot recovery and try:
- Run Attrib -H -R -S C:\Boot.ini
- Del C:\Boot.ini
- Run Bootcfg /Rebuild (rebuild boot.ini with correct parameters for XP and earlier)
- Run Fixboot (replace partition boot sector)
If OS missing, try
- FixMBR (replaces master boot sector)
See also Harry O's Windows XP Repair tips
Alternate method to repair boot sectors: use ms-sys from a unix boot disk. (Ubuntu live boot: apt-get install ms-sys )
Vista and later[edit]
- Run bcdedit for windows vista and later
- Use bootrec to restore boot sectors or rebuild the BCD
- bootsec (windows 7+ ?)
- bcdboot c:\windows
Windows update repair[edit]
boot repair procedure[edit]
- boot system rescue cd and use smartctl to make sure the drive is not failing
- look in /proc/partitions and mount each filesystem read only to see if they are ok
- If MBR, make sure there is an active partition
- boot windows recovery mode or PXE environment; try windows boot repair or do it manually as follows
- chkdsk /f c: to repair filesystem
- bootsec (?) to repair MBR
- bcdboot c:\windows to rebuild BCD
Install tools[edit]
unattended[edit]
- http://unattended.sourceforge.net/
- nLite (slipstream and customize)
- Microsoft Remote Install Services
- sysprep
- http://unattended.msfn.org/unattended.xp/ (tutorials)
Boot managers[edit]
- Smart Boot Manager
- Plop boot loader/manager -- boots anything w/o bios assistance (including usb)
- bsd partition selector (forget the name--bootpart ?)
- grub (gnu herd based, but works great for windows too)
- Installing Windows 7 by booting it from a flash drive (3rd party: [3] [4] [5] google search)
disk imagers[edit]
- ghost
- dd (ick!)
- ntfsclone (linux based, copies only used space, allows resize)
- g4u (ghost for unix) (about as good as dd)
- http://www.windowsdream.com/
patches[edit]
- http://update.microsoft.com
- http://www.softwarepatch.com/windows/
- http://go.microsoft.com/fwlink/?linkid=52012 - run if windows update can't install Genuine check (discussion)
Vista[edit]
Windows 8[edit]
- http://classicshell.sourceforge.net/ -- restores start menu and more (but do you really need this?)
multimedia[edit]
- vlc
- "plays everything"
- Windows XP Creativity Fun Pack PowerToys Wallpaper Changer
- Microsoft PowerToys for Windows XP
communication[edit]
- putty (ssh)
- remote desktop
- Xming
- TeraTerm serial port terminal and vt100 emulator
- Pidgin instant messenger
- vnc2swf records a vnc session to a flash file; see also wikipedia:Comparison of screencasting software
Useful Guides[edit]
- Windows Events and Errors search
- BartPE on a flash drive
- Windows XP tips and tweaks
- windows XP registry tweaks
- http://updates.boot-land.net/
See also[edit]
External websites[edit]
- http://sysinternals.com/
- Why windows takes so long to boot up optimization tips
- 99 useful (windows) run comamnds
- http://www.pricelesswarehome.org/
- http://www.hanselman.com/blog/ScottHanselmans2005UltimateDeveloperAndPowerUsersToolList.aspx
- BartPE
- 99 run commands for XP
- whatisthatfile.com supply filename, find out what it is
- Harry O's Windows XP tips
- http://www.bootdisk.com/
- http://PortableApps.com
- http://PortableFreeware.com
- Windows XP/2000 Tools and Commands
- freeware to delete undeletable files (somacon.com)
- deleteing undeletable files ** (pchell.com)
- http://www.linuxrsp.ru/win-lin-soft/table-eng.html