Home » Windows 2003

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 Enable Network (Ditributed Transaction Coordinator) DTC access Windows 2003

Steps to enable network DTC access

Click Start, point to Control Panel, and then click Add or Remove Programs.
Click Add/Remove Windows Components.
Select Application Server, and then click Details.
Select Enable network […]

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

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


powered by FreeFind