Windows 64-bit

Revision as of 20:39, 3 April 2006 by Manus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A few things to know about maximizing the usage of Windows XP 64 bits while waiting for all applications to be 64 bits.


Shell extension

While waiting for all your favorite programs that add shell extensions to be 64 bits, you can emulate them by running the 32 bits version of Windows Explorer using the following command:

%SystemRoot%\syswow64\explorer.exe /separate,/e

TweakUI

Now Tweak UI is made by another company, to get the 64 bits version download it from:

http://neosmart.net/Products/TweakUI64.htm

Missing Context menu entries

Vim

For enabling the `Edit with Vim" command, simply add the following to your registry keys.

REGEDIT4 

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell] 
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\vim]
@="Edit with Vim" 
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\vim\command] 
@="\"C:\\apps\\vim\\vim64\\gvim.exe\" \"%1\""