Monday, June 29, 2009

Shut Down Remote Computer - Windows XP

I already have a post on "Remote Shutdown in Windows NT".But the things are little different in XP. Windows XP comes with the component "SHUTDOWN.exe" that would help us in making the task successful.

* Click Start ==> Run ==> Type "cmd"

* Enter the commands below:


SHUTDOWN -r -m \\computer name -- Restarts the remote computer with the specified computer name

SHUTDOWN -s -m \\computer name -- Shuts down the remote computer

There are other options available for -r and -s....

-i -- Help on the command

-l -- Displays GUI

-a -- Aborts the system shutdown

You can also spencify the time after which the operation should occur

SHUTDOWN -r -f -m \\computer name -t xx -- Shuts down the computer after xx seconds.

Where -f -- Forces running applications to close.

Please Comment!!

Have Fun!

Google Docs - Offline Mode

Wouldn't it be great to access all your documents offline. Google uses Gears, an open source component, to provide the users the offline mode of the Google Docs.

Here is how you do it....

* Register with "http://docs.google.com"

* In the header, click the 'Offline' link ==> 'Download Gears' in the dialog box.

* Click 'Install Gears' ==> Save the "Gears.exe" file.

* Double-click the file and start the setup.

* Browse the site "http://gears.google.com" and check if the component has been successfully installed.

* Log into the Google account and click the 'Offline Link' ==> 'Activate Offline Access'

* Activate the 'I trust the site' option in the security note for external access to your computer with Gears.

* Now you can select the direct links that you want to create.

* You can browse the files through the link created to Google Text or browse 'http://docs.google.com'


Once connected to the internet, the documents are automtically synchronized.

What do you say??


Please Comment!!!


Enjoy!

Advanced Error Search

Did you know that, with a simple log file, you can have a clear information about all the actions and the user profiles, during a crash or any error??

Windows XP and Vista provides you with such enhanced features!!

* Click Start ==> Run ==> Type "Regedit"

* Navigate to "HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\ CurrentVersion\Winlogon"

* Right click in the right-pane and click New ==> DWord Value

* Name it as "UserEventDebugLevel"

* Double click and enter any of the Hex-Values below:

- 10001 ==> Log file with default output
- 10002 ==> Log file with extended output
- 20001 ==> Debugging file with default output
- 20002 ==> Debugging fiel with extended output


* Restart the machine and the desired information is found in the "userenv.log" in the 'Debug\User Mode' directory in the Windows folder


To stop creating the logs, either delete the entries or change the value to "0"


Please Comment!!

Have Fun!

Friday, June 19, 2009

Hide Users from Login Screen in XP

Windows displays the list of users by default in the login screen. But want to give it a new look!!! Follow these tweaks....

* Click Start ==> Run ==> Type "Regedit"

* Navigate to "HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\ CurrentVersion\Winlogon\SpecialAccounts\UserList"

* Right-click on the right pane and click "New" ==> "DWord Value"

* Create the DWord with the exact name of the user you want to hide and assign a Decimal value of 0/1.


0 - To hide the user
1 - To show the user

* Click "OK"

Now Restart the system!!

* To logon with the account of hidden user, Press "CTRL+ALT+DEL" twice and you are displayed with the classic style of XP logon where you can enter both the username and the password of the user.


Wasn't that cooool!!!

Please Comment!!!