Version 29 (modified by 11 years ago) (diff) | ,
---|
How to make Windows 7 usable
Classic software
- Firefox, UK English: http://www.mozilla.org/firefox/all.html?lang-search=british
- Disable Google tracking: http://userscripts.org/scripts/show/47300
- Chrome, UK English: https://www.google.com/chrome/?hl=en-GB
- Disable Google tracking: http://userscripts.org/scripts/show/29078
- VLC: http://www.videolan.org/vlc/download-windows.html
- GVim: http://www.vim.org/download.php#pc
- Gimp: http://gimp-win.sourceforge.net/stable.html
- Inkscape: http://inkscape.org/download/?lang=en
- Wireshark: http://www.wireshark.org/download.html
Usability
- Typical X11 behaviour: TXmouse (http://fy.chalmers.se/~appro/nt/TXMouse/), download binary and copy it in
Startup
folder (possibly for all users); provides the following:- focus-follows-mouse
- no-raise
- right-click-sends-back
- middle-click-pastes
- AllChars (http://sourceforge.net/projects/allchars/files/); unzip and copy
.exe
toStartup
folder (possibly for all users) and*.dll
toc:\Windows\system32
, provides the following:- compose key
- Edit registry key
InitialKeyboardIndicators
and set bit 1 (0x00000002) to 0:- disable boot-time numlock
- Control Panel -> Region and Language -> Administrative -> Copy Settings:
- set logon screen keyboard layout
- Windows Update -> Change Settings -> Important Updates -> Download updates but let me choose whether to install them
- disable automatic reboots after nightly updates
Other minor tweaks:
- Set logon screen image:
- Set
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background
keyOEMBackground
to 1. - Browse
c:\Windows\system32\oobe\info\backgrounds
and put abackgroundDefault.jpg
image there.
- Set
- Remove Xbox 360 Neighbourhood icon: search
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop
for a key containingXbox
and remove it.
MSYS
- Download installer from http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/
- Run the installer and optionally select all proposed packages
- Install the following packages using
mingw-get
:msys-vim
mintty
- Tweaking
- Edit
c:\MinGW\msys\1.0\etc\fstab
using a text editor and append the following line:c:\Users\ /home
(this will make sure MSYS see the proper user directories) - Add
--mintty
to the MinGW shell icon command line
- Edit
- Git
- Download and run msysGit (http://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git)
- Choose the Run Git and included Unix tools from the Windows Command Prompt install option
- Python
- Download from http://www.python.org/download/releases/