Posted on May 11th, 2009 by thehabgroup
How to Change Permissions on the Windows Scheduled Tasks Folder (C:\Windows\Tasks)
To modify folder permissions on C:\Windows\Tasks — the “Scheduled Tasks” folder you will need to use CACLS.EXE tool that allows manipulation of the NTFS permission flags directly.
1. Open a CMD prompt
2. Type XCOPY C:\WINDOWS\TASKS C:\TASKTEMP /s /e /k /o
This will copy […]
No Comments »
Filed under: Operating System, Task Scheduler
Posted on May 11th, 2009 by thehabgroup
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 […]
No Comments »
Filed under: Operating System, vbscript, Windows XP, Windows 2000, Windows 2003, services
Posted on May 6th, 2009 by thehabgroup
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 […]
No Comments »
Filed under: Windows XP, Internet Explorer, Windows 2003
Posted on April 15th, 2009 by thehabgroup
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 […]
No Comments »
Filed under: Windows 2003
Posted on April 15th, 2009 by thehabgroup
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 […]
No Comments »
Filed under: IIS, Windows XP, Windows 2000, Internet Explorer, Windows 2003