Posted on November 12th, 2008 by thehabgroup
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
No Comments »
Filed under: Uncategorized
Posted on November 12th, 2008 by thehabgroup
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
No Comments »
Filed under: Windows XP
Posted on November 7th, 2008 by thehabgroup
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
No Comments »
Filed under: Sharepoint
Posted on November 7th, 2008 by thehabgroup
‘ —— 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 […]
No Comments »
Filed under: vbscript, Windows XP, Windows 2000, Windows 2003