Home » Windows XP

How to grant permissions to specific Windows services

 

Download and install on the target computer the Windows resource kit utility Subinacl.
 Determine the target service name by opening the registry (Start -> Run -> Regedit) and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ServiceName> (If the service name contains spaces, the whole […]

How to Switch Internet Explorer 7 to Full Screen Mode

How to Switch Internet Explorer 7 to Full Screen Mode
 

Navigate to the Menu Bar and select Tools
Select the Full Screen Mode Option or Select the F11 function key on the keyboard

 
To turn of the IE 7 full screen mode
 

Select […]

How to get meaningful ASP error messages for 500 Internal Server Error

By default the Internet Explorer browser version 5.0 and up has the advanced option “Show friendly HTTP error messages” enabled. This typically produces the 500 Internal server error instead of meaningful ASP error. To disable this browser option follow these steps:

 Open IE and navigate to Tools ->  Internet Options -> Advanced Tab
Uncheck the “Show […]

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

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

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

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

How to enable verbose status message in Windows

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 New, and then click DWORD Value.

5.
Type verbosestatus, and then press ENTER.

6.
Double-click the new key […]


powered by FreeFind