====== Windows Notes ====== ===== Tools ===== * [[http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx|Junction]] - Create Win2K NTFS symbolic links. * [[http://gnuwin32.sourceforge.net/|GnuWin32]] ==== Forfiles ==== Example: forfiles -D-1 -PC:\Windows\temp -Manon* -C"cmd /c if @ISDIR==TRUE rd /q /s @FILE" forfiles -D-1 -PC:\DOCUME~1\atg\LOCALS~1\Temp -Manon* -C"cmd /c if @ISDIR==TRUE rd /q /s @FILE" forfiles -D-3 -PC:\Windows\temp -Mhudson-remoting* -C"cmd /c if @ISDIR==TRUE rd /q /s @FILE" forfiles -D-3 -PC:\DOCUME~1\atg\LOCALS~1\Temp -Mhudson-remoting* -C"cmd /c if @ISDIR==TRUE rd /q /s @FILE" ===== Windows 7 ===== * [[http://sinewalker.wordpress.com/2010/03/10/ms-windows-focus-follows-mouse-registry-hacks/|MS-Windows focus-follows-mouse Registry hacks]]