当前位置: 首页 > 图文教程 > 操作系统 > Windows > Windows Sysinternals Suite Build 2009.06.04发布

Windows
解决打开U盘看不到文档的问题
深入分析Windows操作系统死机问题
Windows下让硬盘运转更快的九大绝招
让电脑在插入自己的优盘后才能启动
Windows 7操作系统新技术深入探讨
Windows自带命令查木马
Windows安全模式都能干什么?
BIOS开机自检的中文解释
Windows XP系统中如何重置TCP/IP协议
Windows系统性能最优化方法
XP提示“虚拟内存不足”原因总结
关闭移动硬盘自动播放功能
电脑开机就打开小键盘的设置方法
局域网内各主机互访无障碍的方法
系统加速 从逐步优化XP系统开始
彻底深入掌握Windows Update
Windows XP安装启动故障的解决方案
Windows操作系统31招快速修复技巧(上)
Windows XP网络故障的解决方案
Windows操作系统31招快速修复技巧(中)

Windows Sysinternals Suite Build 2009.06.04发布


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-20   浏览: 66 ::
收藏到网摘: n/a

Sysinternals Suite是微软发布的一套非常强大的免费工具程序集。我想介绍就不用多说了吧。用好Windows Sysinternals Suite里的工具,你将更有能力处理Windows的各种问题,而且不花一毛钱。

Sysinternals 之前为Winternals公司提供的免费工具,Winternals原本是一间主力产品为系统复原与资料保护的公司,为了解决工程师平常在工作上遇到的 各种问题,便开发出许多小工具。之后他们将这些工具集合起来称为Sysinternals,并放在网路供人免费下载,其中也包含部分工具的原始码,一直以 来都颇受IT专家社群的好评。

The Sysinternals Troubleshooting Utilities have been rolled up into a single Suite of tools. This file contains the individual troubleshooting tools and help files. It does not contain non-troubleshooting tools like the BSOD Screen Saver or NotMyFault. Microsoft acquired Sysinternals in July, 2006. Whether you’re an IT Pro or a developer, you’ll find Sysinternals utilities to help you manage, troubleshoot and diagnose your Windows systems and applications. If you have a question about a tool or how to use them, please visit the Sysinternals Forum for answers and help from other users and our moderators.

The Suite is a bundling of the following selected Sysinternals Utilities:
    * AccessChk: This tool shows you the accesses the user or group you specify has to files, Registry keys or Windows services.
    * AccessEnum: This simple yet powerful security tool shows you who has what access to directories, files and Registry keys on your systems. Use it to find holes in your permissions.
    * AdExplorer: Active Directory Explorer is an advanced Active Directory (AD) viewer and editor.
    * AdInsight: An LDAP (Light-weight Directory Access Protocol) real-time monitoring tool aimed at troubleshooting Active Directory client applications.
    * AdRestore: Undelete Server 2003 Active Directory objects.
    * Autologon: Bypass password screen during logon.
    * Autoruns: See what programs are configured to startup automatically when your system boots and you login. Autoruns also shows you the full list of Registry and file locations where applications can configure auto-start settings.
    * BgInfo: This fully-configurable program automatically generates desktop backgrounds that include important information about the system including IP addresses, computer name, network adapters, and more.
    * BlueScreen: This screen saver not only accurately simulates Blue Screens, but simulated reboots as well (complete with CHKDSK), and works on Windows NT 4, Windows 2000, Windows XP, Server 2003 and Windows 9x.
    * CacheSet: CacheSet is a program that allows you to control the Cache Manager's working set size using functions provided by NT. It's compatible with all versions of NT.
    * ClockRes: View the resolution of the system clock, which is also the maximum timer resolution
    * Contig: Wish you could quickly defragment your frequently used files? Use Contig to optimize individual files, or to create new files that are contiguous.
    * Ctrl2cap: This is a kernel-mode driver that demonstrates keyboard input filtering just above the keyboard class driver in order to turn caps-locks into control keys. Filtering at this level allows conversion and hiding of keys before NT even "sees" them. Ctrl2cap also shows how to use NtDisplayString() to print messages to the initialization blue-screen.
    * DebugView: Another first from Sysinternals: This program intercepts calls made to DbgPrint by device drivers and OutputDebugString made by Win32 programs. It allows for viewing and recording of debug session output on your local machine or across the Internet without an active debugger.
    * DiskExt: Display volume disk-mappings
    * DiskView: Graphical disk sector utility
    * Diskmon: This utility captures all hard disk activity or acts like a software disk activity light in your system tray.
    * Du: View disk usage by directory
    * EFSDump: View information for encrypted files
    * Filemon: This monitoring tool lets you see all file system activity in real-time.
    * Handle: This handy command-line utility will show you what files are open by which processes, and much more.
    * Hex2dec: Convert hex numbers to decimal and vice versa.
    * Junction: Create Win2K NTFS symbolic links
    * LDMDump: Dump the contents of the Logical Disk Manager's on-disk database, which describes the partitioning of Windows 2000 Dynamic disks.
    * ListDLLs: List all the DLLs that are currently loaded, including where they are loaded and their version numbers. Version 2.0 prints the full path names of loaded modules.
    * LiveKd: Use Microsoft kernel debuggers to examine a live system.
    * LoadOrder: See the order in which devices are loaded on your WinNT/2K system
    * MoveFile: Allows you to schedule move and delete commands for the next reboot.
    * LogonSessions: List the active logon sessions on a system.
    * NewSID: Learn about the computer SID problem everybody has been talking about and get a free computer SID changer, NewSID.
    * NTFSInfo: Use NTFSInfo to see detailed information about NTFS volumes, including the size and location of the Master File Table (MFT) and MFT-zone, as well as the sizes of the NTFS meta-data files.
    * PageDefrag: Defragment your paging files and Registry hives!
    * PendMoves: Enumerate the list of file rename and delete commands that will be executed the next boot
    * Portmon: Monitor serial and parallel port activity with this advanced monitoring tool. It knows about all standard serial and parallel IOCTLs and even shows you a portion of the data being sent and received. Version 3.x has powerful new UI enhancements and advanced filtering capabilities.
    * Process Explorer: Find out what files, registry keys and other objects processes have open, which DLLs they have loaded, and more. This uniquely powerful utility will even show you who owns each process.
    * Process Monitor: Monitor file system, Registry, process, thread and DLL activity in real-time.
    * ProcFeatures: This applet reports processor and Windows support for Physical Address Extensions and No Execute buffer overflow protection.
    * PsExec: Execute processes with limited-user rights.
    * PsFile: See what files are opened remotely.
    * PsGetSid: Displays the SID of a computer or a user.
    * PsInfo: Obtain information about a system.
    * PsKill: Terminate local or remote processes.
    * PsList: Show information about processes and threads.
    * PsLoggedOn: Show users logged on to a system
    * PsLogList: Dump event log records.
    * PsPasswd: Changes account passwords.
    * PsService: View and control services.
    * PsShutdown: Shuts down and optionally reboots a computer.
    * PsSuspend: Suspend and resume processes.
    * PsTools: The PsTools suite includes command-line utilities for listing the processes running on local or remote computers, running processes remotely, rebooting computers, dumping event logs, and more.
    * RegDelNull: Scan for and delete Registry keys that contain embedded null-characters that are otherwise undeleteable by standard Registry-editing tools.
    * RegHide: Creates a key called "HKEY_LOCAL_MACHINESoftwareSysinternalsCan't touch me!0" using the Native API, and inside this key it creates a value.
    * Regjump: Jump to the registry path you specify in Regedit.
    * Regmon: This monitoring tool lets you see all Registry activity in real-time.
    * RootkitRevealer: Scan your system for rootkit-based malware
    * SDelete: Securely overwrite your sensitive files and cleanse your free space of previously deleted files using this DoD-compliant secure delete program.
    * ShareEnum: Scan file shares on your network and view their security settings to close security holes.
    * Sigcheck: Dump file version information and verify that images on your system are digitally signed.
    * Streams: Reveal NTFS alternate streams
    * Strings: Search for ANSI and UNICODE strings in binaryimages.
    * Sync: Flush cached data to disk
    * TCPView: Active socket command-line viewer.
    * VolumeId: Set Volume ID of FAT or NTFS drives
    * Whois: See who owns an Internet address.
    * Winobj: The ultimate Object Manager namespace viewer is here.
    * ZoomIt: Presentation utility for zooming and drawing on the screen.

官网:http://www.microsoft.com/technet/sysinternals/utilities/sysinternalssu...

官方下载:
http://download.sysinternals.com/Files/SysinternalsSuite.zip