09.02.2014 Views

Windows sysinternals

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 15<br />

Miscellaneous Utilities<br />

The utilities in this chapter are not for diagnostic or troubleshooting purposes. They<br />

are simple utilities I wrote for my own needs or amusement and later published to the<br />

Sysinternals Web site.<br />

■ RegJump launches RegEdit and navigates to the registry path you specify.<br />

■ Hex2Dec converts numbers from hexadecimal to decimal and vice versa.<br />

■ RegDelNull searches for and deletes registry keys with embedded null characters in<br />

their names.<br />

■ Bluescreen Screen Saver is a screen saver that realistically simulates a “Blue Screen of<br />

Death.”<br />

■ Ctrl2Cap is a keyboard filter driver that converts Caps Lock keypresses to Control<br />

keypresses for those of us who are used to keyboards where the Control key is located<br />

immediately to the left of the A key.<br />

RegJump<br />

RegJump is a command-line utility that takes a registry path, opens the <strong>Windows</strong> RegEdit<br />

applet, and navigates RegEdit to the path you specify. You can specify the root key in standard<br />

or abbreviated form, or even in Microsoft <strong>Windows</strong> PowerShell drive-specifier format.<br />

Note that it is not necessary to quote registry paths that contain spaces. The following<br />

commands are all equivalent:<br />

regjump HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control<br />

regjump HKLM\SYSTEM\CurrentControlSet\Control<br />

regjump HKLM:\SYSTEM\CurrentControlSet\Control<br />

RegJump works by programmatically sending keystrokes to RegEdit. This means that on<br />

<strong>Windows</strong> Vista and newer, RegJump must run with at least as high an integrity level as that<br />

of RegEdit. Also note that if you are a member of the Administrators group, RegEdit requires<br />

elevation, so RegJump must also run elevated. If you are logged on as a standard user,<br />

neither RegJump nor RegEdit require elevation.<br />

www.it-ebooks.info<br />

377

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!