Home » 2008 » November

How to add “Empty Recycle Bin” to the Right Click Menu

Open Regedit: Start -> Run -> type regedit
Navigate to followig registry keys and enter the values below:

[HKEY_CLASSES_ROOT*shellexContextMenuHandlers{645FF040-5081-101B-9F08-00AA002F954E}]
@=”Empty Recycle Bin”

[HKEY_CLASSES_ROOT*shellexContextMenuHandlersEmpty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

[HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlersEmpty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

[HKEY_CLASSES_ROOTDirectoryshellexContextMenuHandlersEmpty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

[HKEY_CLASSES_ROOTFoldershellexContextMenuHandlersEmpty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

UncategorizedUncategorized

How to add “Empty Recycle Bin” to the Right Click Menu - Windows XP

Open Regedit: Start -> Run -> type regedit
Navigate to followig registry keys and enter the values below:

[HKEY_CLASSES_ROOT*shellexContextMenuHandlers{645FF040-5081-101B-9F08-00AA002F954E}]
@=”Empty Recycle Bin”

[HKEY_CLASSES_ROOT*shellexContextMenuHandlersEmpty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

[HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlersEmpty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

[HKEY_CLASSES_ROOTDirectoryshellexContextMenuHandlersEmpty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

[HKEY_CLASSES_ROOTFoldershellexContextMenuHandlersEmpty Recycle Bin]
@=”{645FF040-5081-101B-9F08-00AA002F954E}”

Windows XPWindows XP

Tips and Tricks for Using Microsoft Office SharePoint Portal Server 2003 - White paper

From Microsoft: These Tips and Tricks show how to perform a number of basic tasks in a Microsoft® Office SharePoint™ Portal Server 2003 environment. They can help you learn to use SharePoint Portal Server and will introduce you to the basic features and principles of portal site navigation and customization.
See attached file.sharepointtips.docSharepointSharepoint

Vbscript to Search Windows Event Logs

‘ —— SCRIPT CONFIGURATION ——
On Error Resume Next
intEventCode = 4377 ‘ Enter the Event ID here
intEventTime = InputBox(”Enter Date in the Format MM/DD/YYYY”, “Enter Date to check Event”) ‘ No default date used
strLog = “System” ‘ Event log name; e.g. Application
intMaxNum = 0 ‘ Max events to return (0 for all)
strSource = “NTServicePack” ‘Enter the […]


powered by FreeFind