Windows Notes
Autohotkey
- Used to map OS X hotkeys to Windows equivalents, also enables some keys on Apple keyboards to work in Windows.
- Configuration file attached here: AutoHotkey.ahk
Delete all IE 7 Cookies and files
- Create a shortcut to:
%windir%\system32\RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
- Suggest using a hotkey mapping of Control + Shift + D
Command line settings
- Layout tab:
Screen Buffer Size Width 195 Screen Buffer Size Height 3000 Window Size Width 195 Window Size Height 100
- Options tab:
QuickEdit Mode true
Lock screen Windows XP
- To lock a screen in Windows XP, create a shortcut with the following:
rundll32.exe user32.dll, LockWorkStation
- To set the icon, use one of the existing icons in the c:\windows\system32\SHELL32.dll
Manage startup configuration
msconfig