Time synchronization between server and client

October 19, 2010
The following command is used for time synchronization between server and client.

This command is used in client computer.

w32tm /resync /computer:computername or domainname /nowait /soft
 

How to set path using bat file

October 19, 2010

Type the below command in notepad and save the file to .bat file extenstion.

cmd /k "set path=%path%;"c:\Program Files\Java\jdk1.5.0\bin"&&z:"


Continue reading...
 

Restore Icons to the Desktop

October 19, 2010
In Microsoft Windows XP Home Edition and Professional, the new Start menu is enabled by default. When the new Start menu is enabled, the My Computer, My Documents, and My Network Places icons are removed from the desktop. To restore these icons, follow these steps:

1. Right-click the desktop and click Properties.
2. Click the Desktop tab.
3. Click Customize desktop.
4. Click the General tab, and then click the icons that you want to place on the desktop.
5. Click OK.
Continue reading...
 

Use Group Policy to disable USB, CD-ROM, Floppy Disk

October 19, 2010
Import this administrative template into Group Policy as a .adm file.

CLASS MACHINE
CATEGORY !!category
CATEGORY !!categoryname
POLICY !!policynameusb
KEYNAME "SYSTEM\CurrentControlSet\Services\USBSTOR"
EXPLAIN !!explaintextusb
PART !!labeltextusb DROPDOWNLIST REQUIRED

VALUENAME "Start"
ITEMLIST
NAME !!Disabled VALUE NUMERIC 3 DEFAULT
NAME !!Enabled VALUE NUMERIC 4
END ITEMLIST
END PART
END POLICY
POLICY !!policynamecd
KEYNAME "SYSTEM\CurrentC...
Continue reading...
 

Install Office 2003 Service Pack 3 through GP

October 19, 2010
Download Office SP3 (Office2003SP3-KB923618-FullFile-ENU.exe) from Microsoft.

Create a temp folder for store extracted file on C:\temp. Extract the file to temp folder by run this command in the command line mode:

“Office2003SP3-KB923618-FullFile-ENU.exe /c /t:C:\temp /q”.

Now you can see the extracted files on temp folder. MAINSP3.msp is the main Office service pack 3. OWC11SP3.msp and OWC102003SP3.msp are web components service pack 3 for Office XP and Office 2003 respestively.



You ca...
Continue reading...
 

How to Check Office 2010 Activation Status

October 19, 2010
1 Open an administrative level command prompt.

2 Change directory to the Office14 folder at the following location by typing the following command, and hit Enter to execute:

cd \Program Files\Microsoft Office\Office14

Note: For user installing 32-bit (x86) edition of Office 2010 on 64-bit (x64) Windows OS, type the following command instead, and hit Enter to execute:

cd \Program Files(x86)\Microsoft Office\Office14
3 Then, type the following command, and hit Enter to execute:

cscript ospp.vbs /d...
Continue reading...
 

shirassr@gmail.com


Mob:9495667411

Recent Posts