Difference between revisions of "Windows 64-bit"
(Removed tweakui since it is on the Developer tools page) |
|||
Line 7: | Line 7: | ||
%SystemRoot%\syswow64\explorer.exe /separate,/e | %SystemRoot%\syswow64\explorer.exe /separate,/e | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== Missing Context menu entries == | == Missing Context menu entries == |
Latest revision as of 14:59, 9 February 2007
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
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\""