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 July 30th, 2008 by thehabgroup
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 […]
No Comments »
Filed under: Operating System, Windows XP, Windows 2000, Windows 2003
Posted on July 30th, 2008 by thehabgroup
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 […]
No Comments »
Filed under: Operating System, Windows XP, Windows 2000, Windows 2003
Posted on July 30th, 2008 by thehabgroup
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 […]
No Comments »
Filed under: Operating System
Posted on July 30th, 2008 by thehabgroup
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 […]
No Comments »
Filed under: Operating System, Windows XP, Windows 2000, Windows 2003
Posted on July 30th, 2008 by thehabgroup
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 […]
No Comments »
Filed under: Operating System
Posted on July 2nd, 2008 by thehabgroup
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 […]
No Comments »
Filed under: Operating System, Windows XP, Windows 2000
Posted on April 17th, 2008 by thehabgroup
Remote Installation Service Installations
The process of adding OEM Plug and Play drivers to RIS installations involves the same steps that are listed in the “Unattended Setup” section of this article, with two small adjustments:
1. Place the $oem$ folder at the same level as the \I386 folder of the RIS image. For example:
RemoteInstall\Setup\%language\Images\%dir_name%\i386
RemoteInstall\Setup\%language\Images\%dir_name%\$oem$\$1\Drivers
\NIC
\MODEM
\VIDEO
2. […]
No Comments »
Filed under: Operating System, ADS, Windows XP
Posted on March 26th, 2008 by thehabgroup
———————————–
SOON : Command Scheduling Utility
———————————–
Usage : SOON [\\computername] [delay] [/INTERACTIVE] “command”
or : SOON /D [/L:n] [/R:n] [/I:{ON|OFF}]
delay : the number of seconds from now when the scheduled job should start.
/D : modify Default settings and/or display their current values.
/L : set LocalDelay - default delay for Local jobs - initially 5 seconds.
/R : […]
No Comments »
Filed under: Operating System