Page is a not externally linkable
- Microsoft
-- (deprecated) Microsoft Windows OS (XP/NT/Vista)
---- Windows Productivity Tips


milanmk - 2:13 pm on Mar 22, 2007 (gmt 0)


Empty Temporary Files

Batch file:
echo y¦ del /S /Q "%SystemRoot%\temp\*.*"
echo y¦ del /S /Q "%USERPROFILE%\recent\*.*"
echo y¦ del /S /Q "%USERPROFILE%\locals~1\temp\*.*"

Standby Shortcut

%windir%\System32\rundll32.exe powrprof.dll,SetSuspendState

Open Windows Explorer to specific folder

%SystemRoot%\explorer.exe /n, /e, /select, C:\folder

IE default search to Google

Registry Entry:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl]
"provider"="gogl"
@=http://www.google.com/search?q=%s

Add "HTML Document" to "New" context menu option

Registry Entry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.htm\ShellNew]
"FileName"="C:\\WINDOWS\\Shellnew\\webpage.htm"

HTML file at C:\WINDOWS\Shellnew\webpage.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Test Page</title>
</head>
<body>
</body>
</html>

Placesbar Shortcuts for Open/Save Dialog Window

Registry Entry:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\Placesbar]
"Place0"="MyPictures"
"Place1"="C:\\Downloads"
"Place2"="C:\\Folder"
"Place3"="ProgramFiles"
"Place4"="MyComputer"

System Performance Monitor

%SystemRoot%\system32\perfmon.msc /s

Milan


Thread source:: http://www.webmasterworld.com/microsoft_windows_os/3287488.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com