Home » 2008

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 […]

The ATTRIB Commnd - CMD

Attrib commnd - Changes file attributes for a single file or directory. This command sets or removes the read-only, system, hidden, and compressed attributes assigned to files or directories.
The attrib commnd with the parameters listed below is only available when you are using the Recovery Console. The attrib command with different parameters is available from […]

AT CMD Commnd

AT - Schedules commands and programs to run on a computer at a specified time and date. You can use at only when the Schedule service is running. Used without parameters, at lists scheduled commands.
Syntax
at [\\ComputerName] [{[ID] [/delete] | /delete [/yes]}]
at [[\\ComputerName] Hours:Minutes [/interactive] [{/every:Date[,…] | /next:Date[,…]}] Command]
Parameters
\\ComputerName
Specifies a remote computer. If you omit this […]

ASSOC CMD Commnd

Displays or modifies file extension associations
ASSOC [.ext[=[fileType]]]
.ext Specifies the file extension to associate the file type with
fileType Specifies the file type to associate with the file extension
Type ASSOC without parameters to display the current file associations.
If ASSOC is invoked with just a file extension, it displays the current
file association […]

CMD Commnds - Commands

CMD, or CMD.EXE, is the command line shell introduced in Windows NT and available in all the below versions of Microsoft Windows.
Windows NT
Windows XP
Windows 2000
Windows 2003
Here are the commnds useable in CMD interpreter:
ASSOC Displays or modifies file extension associations.
AT Schedules commands and programs to […]

Microsoft DOS CMD and Command.com

Starts a new instance of the Windows XP command interpreter
CMD [/A | /U] [/Q] [/D] [/E:ON | /E:OFF] [/F:ON | /F:OFF] [/V:ON | /V:OFF]
[[/S] [/C | /K] string]
/C Carries out the command specified by string and then terminates
/K Carries out the command specified by string […]

How to Enable Verbose Status Messages by editing the Registry

To use enable verbose status messages by editing the registry, follow these steps:
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
4. On the Edit menu, point to […]


powered by FreeFind