Monday, July 16, 2012

Run Vim inside MinGW shell (or mntty)

In order to run Vim inside MinGW shell (or mntty), you need to install MSYS version of Vim.

Run the following code snippet inside the shell, to install Vim for MSYS:
mingw-get install msys-vim

Tuesday, June 19, 2012

Change Windows 7 Serial Number

1. Open command prompt as an Administrator.
2. Type slmgr.vbs -ipk new_serial_number <press enter>.
3. To activate windows with the new serial number type: slmgr.vbs -ato <press enter>.