Disable F1 Windows Help

takeown /f “%WINDIR%\HelpPane.exe”

icacls “%WINDIR%\HelpPane.exe” /grant Administrators:F

ren “%WINDIR%\HelpPane.exe” “HelpPane.exe.bak”

Disable Administrative Shares

Computer Management:

  1. Run “compmgmt.msc”
  2. System Tools » Shared Folders » Shares
  3. Stop Sharing all but IPC$

Registry Editor:

  1. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters
  2. New DWORD (32-bit) Value
  3. Name “AutoShareWks”

Symbolic Link in Cygwin

Claudio@Computer ~
$ ln -s /cygdrive/c/Users/Claudio/Desktop/ Desktop

  1. Sticky Notes
  2. Snipping Tool

Disable Microsoft Customer Experience

Local Group Policy Editor:

  1. Run “gpedit.msc”
  2. Administrative Templates » System » Internet Communication Management » Internet Communication settings » Turn off Windows Customer Experience Improvement Program
  3. Set Enabled

Task Scheduler:

  1. Run “taskschd.msc”
  2. Task Scheduler Library » Microsoft » Windows » Customer Experience Improvement Program
  3. Disable Consolidator, KernelCeipTask, UsbCeip

uTorrent RSS Downloader File

C:\Users\Claudio\AppData\Roaming\uTorrent\rss.dat

Backup!

No more Thumbs.db in Windows

Stop creating Thumbs.db files:

  1. Run “gpedit.msc”
  2. User Configuration » Administrative Templates » Windows Components » Windows Explorer » Turn off the caching of thumbnails in hidden thumbs.db files
  3. Set Enabled

Deleting all Thumbs.db files:

  1. Run “cmd”
  2. cd /
  3. del /s /a:h Thumbs.db

Custom Helvetireader²

helvetireader2.user.js

helvetireader.2.css

For Google Reader.

If https » opera:config#UserPrefs|UserJavaScriptonHTTPS

Doesn’t work properly with the new design.

Foobar Plugins

foo_gep, foo_psf, foo_midi
http://kode54.foobar2000.org/

foo_audioscrobbler
http://mp3tag.de/en/fb2k.html

Chrome $_POST Searches

javascript:document.write(‘<form name=”f” action=”http://www.foo.bar/search.html” method=”POST”><input type=”hidden” name=”search” value=”%s”></form><script>f.submit();</script>’);