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