Pages

Sunday, 8 July 2012

How to make dial-up connection to you pc

For example we do a Bluetooth connection

 1. connection your mobile and PC 
 2. go to -> my Bluetooth place right click your smart phone icon    (ex:Nokia 7610)click connect to dial-up networking.
 3. close the connection tag.
 4. Right click on my computer ->properties->hardware->device manager->modems->Bluetooth modem
 5. Right click Bluetooth modem->properties->advanced
 6. and we see Extra initialization commands: and type +CGDCONT=1,"IP","TATA.DOCOMO.INTERNET"(for docomo connection)
 7. press ok, and close the device manager.
 8. then start->connect to->show all connections->we see Bluetooth connection icon.
 9. and double click the icon , and change the dial no : *99***#.
 10. and press Dial


Than you will get the dial-up connection.
 Thank you by BOOBALAN....

How to delete shortcut virus

  1. Go to Start Menu > Run
  2. Type cmd (cmd stands for command prompt)
  3. And using cd\ 
  4. Next change particular directory (ex:cd f:)
  5. Then type f:\attrib -h -r -s /s /d f:\*.*
  6. After your get the shortcut files in your f drive
  7. Now you can remove the recycle floder
  1. +s - meaning it is a system file (which also means that you cannot delete it just by using the delete command)
  2. +h - means it is hidden (so you cannot delete it)
  3. +r - means it is a read only file ( which also means that you cannot delete it just by using the delete command)
 Find autorun.inf

  1. Type attrib -s -h -r autorun.inf ( be sure to include -s -h -r because you cannot change the attributes using only -s or -h or -r alone)
  2. Type attrib again to check if your changes have been commited
  3. If the autorun.inf file has no more attributes, you can now delete it by typing del autorun.inf
  4. Since SilentSoftech.exe is a malware you can remove its attributes by doing step 1 and step 3(just change the filename) ex. attrib -s -h -r silentsoftech.exe

Make auto shutdown with shortcut


You can find free auto shutdown applications on the net, but your Windows XP has this feature too. If you want to make your own then follow these steps:
  1. Make a new shortcut on your desktop, don’t know how to make new shortcut, read on bloggers. Right click on empty area of your desktop, choose New and then Shortcut. This will open Create Shortcut wizard window. Now type ‘ shutdown –s –t 3600 –c “Maintenance” ‘. Click Next and then give a name for your new shortcut, Click Finish.
  2. The number ‘3600’ is the number for countdown in second, so you can give your own number here (just change the number). If you don’t want to display any message then delete this part ‘ –c “Maintenance” ‘. If you want to change the message then just change this part “Maintenance” with your own message.
  3. After you create a shutdown shortcut, you can make it prettier. How ? ... Easy, just right click on that shortcut and then choose Properties. Then under Shortcut tab, click Change Icon.. button and then choose better icon.
You also can make a shortcut to cancel your shutdown, here how:
Follow step 1, but this time type ‘ shutdown –a’, the next steps just same steps.
Important:
To do this you have to have in your machine the file shutdown.exe placed on c:\windows\system32\ or the program don't work, you have also to be administrator