|
Home | Switchboard | Unix Administration | Red Hat | TCP/IP Networks | Neoliberalism | Toxic Managers |
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and bastardization of classic Unix |
News | See also | Recommended Links | Tutorials and Articles | SFU | Microsoft Registry tools |
NT4 reskit | Windows 2000 reskit | Windows XP SP2 Resource Kit |
Windows 2003 reskit (can be used on XP workstation and server) |
Desktop Resource Kits | Cdburn & dvdburn |
Creatfil | Diskuse | Dnsdiag | List | Logtime | Moveuser |
Nlsinfo | Now. | Ntimer | Ntrights | Oh | Oleview |
Pathman | Permcopy | Pmon | Qgrep | Regini | Regview |
Remapkey | Robocopy | Rpccfg | Rpcdump | Showacls | Showpriv |
sleep | Srvmgr | Tail | Tcmon | Timeit | Timezone |
Usrmgr | Vfi | Vrfydsk | Winexit | Random Findings | Etc |
|
Windows Resource Kits is a must for any serious/professional Windows user and can serve as a quick test of the level professionalism on the applicant to the Windows related position. It is essentially a set of command line tools, that simplify managing Windows from the command line (Unix-way). Before SFU 3.5 it included major Posix utilities (for example Reskit 2000 did). It is interesting to note that command line tools exist for almost any administrative task in Windows.
|
Non-Posix tools that are included ResKits are still in flux and change from one version to another, but there is several core tools that survived in the last three versions of OS (2000, XP and 2003). See for example Microsoft Registry Tools.
The Windows 2003 Resource Kit is a free download and can be used on Windows XT (Workstation and Server) and Windows 2003 server. Along with its hidden extension (SFU 3.5) is is probably the most underutilized component of Windows. It contains a better command line shell and 188 tools. If SFU is installed command line shell provides a very smooth integration with Unix utilities present in SFU including ls, grep, find, crontab, vi. It also has allows based command history retrieval (Like C-shell).
Among other useful general purpose command tools in ResKit2003 (all of them are usable of Windows XP) I would like to mention:
Microsoft Services for Unix should be considered as an important (but hidden for unprofessional) part of Resource Kit It is a separate download but logically it is a Reskit component. It contains ports of all classic Unix Utilities like grep, find, sed, ex, vi as well as several scripting languages (Korn shell, awk, Perl, python ). That's kind of Microsoft Linux and as such is extremely useful both to Windows administration and for application development.
Actually ResKits provides ports of some Unix tools. Some of the tools while not direct ports are close analogs of Unix utilities (Diskuse.exe, Creatfil.exe, Qgrep.exe, Oh.exe, Sleep.exe). For example ResKit2003 provides tail.exe. But full assortment of classic Unix command line tools and ksh improves the quality of Windows environment considerably, especially if you are working with http or proxy logs:
Tail is a command-line tool that displays a user-specified number of the last lines of a text file, such as a log file, in a console window.
A log file lists actions that have occurred. For example, servers running Microsoft SQL Server maintain log files that list every query made to that server. With analysis software, it is possible to analyze these log files to improve database performance and to verify the data contained in the database is not being accessed without authorization.
The Windows 2000 Server Resource Kit includes seven books that deliver in-depth information enabling professionals to understand, deploy, and make optimal use of their Windows 2000 operating systems. It also contains several references including the Technical Reference to the Windows 2000 Registry, Error and Event Messages Help, the Group Policy Reference, and the Performance Counters Reference.
If you still off not download and learn Reskit and SFU it's time for it right now.
|
Switchboard | ||||
Latest | |||||
Past week | |||||
Past month |
Here's a list of some new tools mixed up with the old favorites that will make any Linux user feel at home with the command prompt. A lot of these commands are intended for administrating a network, but they are great for savvy home users as well. We even listed which OS you need for these commands.With most of these commands, you can just type the command without any options and a list of possible arguments will be displayed.
- bootcfg (XP only) This utility allows you to set up your boot options, such as your default OS and other loading options.
- cacls (XP, 2000, & NT4.0) Changes the ACLs (security Settings) of files and folders. Very similar to chmod in Linux.
- comp (XP & 2000) This utility is very similar to diff in Linux. Use the /? switch to get examples of command usage.
- contig (NT4.0 and newer) A great defrag utility for NTFS partitions.
- defrag (XP only - NT4.0 and Win2k use contig) Yes, XP comes with a command line disk defrag utility. If you are running Win2k or NT4.0 there is still hope. Contig is a free defrag program that I describe on the defrag page.
- diskpart (XP only) Use this command to manage your disk partitions. This is the text version for the GUI Disk Manager.
- driverquery (XP only) Produces a list of drivers, their properties, and their versions. Great for computer documentation.
- fsutil (XP only) This is a utility with a lot of capability. Come back soon for great examples.
- getmac (XP & 2000) This command gets the Media Access Control (MAC) address of your network cards.
- gpresult (XP & 2000 This generates a summary of the user settings and computer group policy settings.
- ipconfig (XP, 2000 & NT4.0) This handy tool displays IP settings of the current computer and much more.
- MMC (XP, 2000 & NT4.0) - Microsoft Management Console This is the master tool for Windows, it is the main interface in which all other tools use starting primarily in Windows 2000 and newer systems.
- msconfig (XP only) The ultimate tool to change the services and utilities that start when your Windows machine boots up. You can also copy the executable from XP and use it in Win2k.
- msinfo32 (XP & 2000) An awesome diagnostic tool. With it you can get a list of running processes, including the residing path of the executable (great for manually removing malware) and get detailed information about hardware and system diagnostics.
- netsh (XP & 2000) A network configuration tool console. At the 'netsh>' prompt, use the '?' to list the available commands and type "exit" to get back to a command prompt.
- openfiles (XP Only) Allows an administrator to display or disconnect open files in XP professional. Type "openfiles /?" for a list of possible parameters.
- Pathping (XP & 2000) A cross between the ping and traceroute utilities. Who needs Neotrace when you can use this? Type "pathping <ip address>" and watch it go.
- recover (XP & 2000) This command can recover readable information from a damaged disk and is very easy to use.
- reg (XP & 2000) A console registry tool, great for scripting Registry edits.
- schtasks (XP only) A newer version of the AT command. This allows an administrator to schedule and manage scheduled tasks on a local and remote machines.
- secedit (XP & 2000) Use this utility to manually apply computer and user policy from your windows 2000 (or newer) domain. Example to update the machine policy: secedit /refreshpolicy machine_policy /enforce
To view help on this, just type secedit.
NOTE: In Windows XP this command is superceded by: gpupdate /force- sfc (XP & 2000) The system file checker scans important system files and replaces the ones you (or your applications) hacked beyond repair with the real, official Microsoft versions.
- shutdown (XP & 2000) With this tool, You can shut down or restart your own computer, or an administrator can shut down or restart a remote computer.
- sigverif (XP only) Microsoft has created a driver signatures. A signed driver is Microsot tested and approved. With the sigverif tool you can have all driver files analysed to verify that they are digitally signed. Just type 'sigverif' at the command prompt.
- systeminfo (XP only) Basic system configuration information, such as the system type, the processor type, time zone, virtual memory settings, system uptime, and much more. This program is great for creating an inventory of computers on your network.
- tasklist (XP pro only) Tasklist is the command console equivalent to the task manager in windows. It is a must have when fighting scumware and viruses. Try the command: tasklist /svc to view the memory resources your services take up.
- taskkill (XP only) Taskkill contains the rest of the task manager functionality. It allows you to kill those unneeded or locked up applications.
Microsoft Windows 2000 Command Reference
If you think these commands were handy, check out our list of helpful Windows Shortcut Keys.
Download Free Windows 2000 Resource Kit Tools
Pstat: Process and Thread Status - Shows the status of all running processes and threads.
PTree: Process Tree - Process Tree allows you to query the process inheritance tree and kill processes on local or remote computers.
PViewer: Process Viewer - Process Viewer is a Windows-based tool that displays information about a running process and allows you to stop (kill) processes and change process priority. See also Microsoft pviewer
This GUI tool displays information about a running process and allows you to stop processes and change process priority. Note
- Process Viewer is similar to Pview.exe, but it can view processes on remote computers.
Mastering the Windows Server 2003 Resource Kit
The Windows 2003 Resource Kit is by far the most underutilized arsenal I have seen in my work as a Manager. I see many Administrators doing tasks or not having solutions for tasks that are totally provided with this toolkit. In the next series of articles I present, we shall cover the Windows 2003 Resource kit 'In Depth'. This article starts the series by fundamentally covering where to get the software, the basic use of the resource kit, online resources and file set.
Windows Server 2003 Technical Reference/Networking Collection
[Jul 6, 2005] Windows Server 2003 Resource Kit Tools Updates
[Jul 6, 2005] Amazon/Microsoft Windows 2003 Server Resource Kit Special Promotion Edition
This official Microsoft RESOURCE KIT delivers seven comprehensive volumes, including:Microsoft Windows Security Resource Kit, Second Edition
Microsoft Windows Group Policy Guide
Microsoft Windows Registry Guide, Second Edition
Microsoft Windows Administrator's Automation Toolkit
Microsoft Windows Internals, 4/e
Microsoft Windows Server 2003 Performance Guide
Microsoft Windows Server 2003 Troubleshooting Guide
The Resource Kit also includes:
1. Tools: 120+ ResKit Tools and Tools help files, plus 114 IIS ResKit tools
2. Scripting tool library: 120+ scripted tools with command-line interface
3. Group Policy utilities: group policy scripts, templates, and whitepapers
4. WS03 Technical Reference Collection: 5,400 pages created by the Windows UA team
5. Unique e-book library: e-book versions of the books in the RK, plus 4 other titles
[Jul 6, 2005] Windows 2000 Server Resource Kit Books The Windows 2000 Server Resource Kit includes seven books that deliver in-depth information enabling advanced IT customers to understand, deploy, and make optimal use of their Windows 2000 operating systems.
See the following sample chapters from this Resource Kit book:
Download the entire Deployment Planning Guide.
See the following sample chapters from this Resource Kit book:
See the following sample chapters from this Resource Kit book:
See the following sample chapters from this Resource Kit book:
See the following sample chapters from this Resource Kit book:
In addition, the guide discusses how to plan Web server installations, how to optimize and tune an IIS-based Web server, how to maintain an Internet service provider (ISP) installation, and how to use the Web to access older data and applications.
The Internet Explorer Resource Guide provides comprehensive information about planning, customizing, installing, and supporting the latest versions of Microsoft® Internet Explorer.
[Dec 11, 2004] Dureg: Registry Size Estimator - Shows how much data is stored in the registry, or in any registry subtree, key, or subkey.
[Dec 11, 2004] FileVer: This command-line tool examines the version resource structure of a file or a directory of files on either a local or remote computer and displays information on the versions of executable files such as .exe files and dynamic-link libraries DLLs.
[Dec 11, 2004] Download Free Windows 2000 Resource Kit Tools
Google matched content |
Windows Deployment and Resource Kits -- page with links to all reskits.
Microsoft TechNet Resource Kits
Online books for Windows 2000 Resource Kits
Microsoft® Windows® XP Professional Resource Kit Documentation
Windows XP Professional Resource Kit Errata
Microsoft Windows XP Professional Resource Kit Documentation Comments And Corrections
Windows XP Professional Resource Kit System Restore Scripting Samples
Windows
XP Professional Resource Kit Documentation
Windows XP Professional Resource Kit Documentation helps IT professionals
deploy, manage, and support the Windows XP operating system. In addition
to this free online version of the printed book, Windows
XP Professional Resource Kit Documentation is available in print from
Microsoft Press.
IIS 6.0 Resource Kit
[Jun 10, 2005]
Internet
Information Services (IIS) 6.0 Resource Guide
This searchable technical reference provides information about running IIS
as a Web application platform, ensuring that IIS stays secure, monitoring
and tuning IIS, administering the server programmatically, and capitalizing
on built-in IIS scalability features to manage large-scale deployments.
Society
Groupthink : Two Party System as Polyarchy : Corruption of Regulators : Bureaucracies : Understanding Micromanagers and Control Freaks : Toxic Managers : Harvard Mafia : Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience : Who Rules America : Neoliberalism : The Iron Law of Oligarchy : Libertarian Philosophy
Quotes
War and Peace : Skeptical Finance : John Kenneth Galbraith :Talleyrand : Oscar Wilde : Otto Von Bismarck : Keynes : George Carlin : Skeptics : Propaganda : SE quotes : Language Design and Programming Quotes : Random IT-related quotes : Somerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose Bierce : Bernard Shaw : Mark Twain Quotes
Bulletin:
Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis : Political Skeptic Bulletin, 2013 : Unemployment Bulletin, 2010 : Vol 23, No.10 (October, 2011) An observation about corporate security departments : Slightly Skeptical Euromaydan Chronicles, June 2014 : Greenspan legacy bulletin, 2008 : Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) : Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 : Inequality Bulletin, 2009 : Financial Humor Bulletin, 2008 : Copyleft Problems Bulletin, 2004 : Financial Humor Bulletin, 2011 : Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult : Political Skeptic Bulletin, 2011 : Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law
History:
Fifty glorious years (1950-2000): the triumph of the US computer engineering : Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds : Larry Wall : John K. Ousterhout : CTSS : Multix OS Unix History : Unix shell history : VI editor : History of pipes concept : Solaris : MS DOS : Programming Languages History : PL/1 : Simula 67 : C : History of GCC development : Scripting Languages : Perl history : OS History : Mail : DNS : SSH : CPU Instruction Sets : SPARC systems 1987-2006 : Norton Commander : Norton Utilities : Norton Ghost : Frontpage history : Malware Defense History : GNU Screen : OSS early history
Classic books:
The Peter Principle : Parkinson Law : 1984 : The Mythical Man-Month : How to Solve It by George Polya : The Art of Computer Programming : The Elements of Programming Style : The Unix Hater’s Handbook : The Jargon file : The True Believer : Programming Pearls : The Good Soldier Svejk : The Power Elite
Most popular humor pages:
Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : IT Slang : C++ Humor : ARE YOU A BBS ADDICT? : The Perl Purity Test : Object oriented programmers of all nations : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor : C Humor : Scripting Humor : Real Programmers Humor : Web Humor : GPL-related Humor : OFM Humor : Politically Incorrect Humor : IDS Humor : "Linux Sucks" Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor : Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor
The Last but not Least Technology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D
Copyright © 1996-2021 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.
FAIR USE NOTICE This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.
This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...
|
You can use PayPal to to buy a cup of coffee for authors of this site |
Disclaimer:
The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the Softpanorama society. We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.
Last modified: March 12, 2019