Showing posts with label cmd. Show all posts
Showing posts with label cmd. Show all posts

Tuesday, December 12, 2017

How to Remove Shortcut Virus from Pendrive using CMD

How to Remove Shortcut Virus from Pendrive using CMD


Solution for "Shortcut" Virus Affecting Your Pen-drive
Click on "Start"
  • Run
  • Type CMD
  • And click on OK.
Here I assume your Pendrive letter as K:
 Enter this command.
  • attrib -h -r -s /s /d K:*.*
                            Or
  • attrib K:*.* /d /s -h -r -s
You can copy the above command Right-click in the Command Prompt and Paste it.
 
Note : Dont forget to replace the letter G with your Pen drive letter.
Press Enter
 
Now check for your files in Pen Drive.
Copy your files and folder into somewhere save and then format your pendrive. After that, copy back your files and folder back into your Pen-drive.

Download Autorun Exterminator
Download Malwarebytes Anti-Malware
 


visit link download
Read more »

Monday, December 11, 2017

how to Hack using cmd basic codes

how to Hack using cmd basic codes


In the starting of this tutorial i want clear this if you misuse this information in hacking someones computer then I am not responsible for it.


In this tutorial you will learn some basic codes and tricks in cmd ( command prompt ) so lets begin the tutorial


Step 1: opening the cmd window
first open start menu > run then type cmd and open it

Step 2: starting commands ping and tracert
Now lets start with it
our first command is ping command

ping command ? what this do

The ping command helps to verify IP-level connectivity. When troubleshooting, you can use ping to send an ICMP echo request to a target host name or IP address. Use ping whenever you need to verify that a host computer can connect to the TCP/IP network and network resources.


to apply the ping command just type the command like
" ping www.thewebsite.com"
ex- ping www.google.com

Now our second command is tracert

what is tracert? what does it do

The TRACERT (Trace Route) command is a route-tracing utility used to determine the path that an IP packet has taken to reach a destination. Note You can run this utitily by typing tracert IPAddress or tracert HostName at the command prompt.


to apply the tracert command just type the command like
" tracert www.thewebsite.com"
ex- tracert www.google.com

Step 3: ipconfig
? Now ipconfig ????

this command is easy to understand

Ipconfig displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings. Used without parameters, ipconfig displays the IP address, subnet mask, and default gateway for all adapters.


just type " ipconfig " and hit enter it will show you all the details

Step 4: Matrix
matrix is a code which is one of tricks done
in cmd. in this trick there
are different codes come and come and come
to do this tricks just type this code

Title Matrix
color a
mode 1000
:start
Echo %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random%
Go to start

save it as .bat if you want to do it in notepad

how to shutdown your school computer

to do it just type " net view "
then it will appear all the ip address that are connected to that network

when the command finish finding all the ip address then type " shutdown-i "
then a window will appear their are a tab name add just type the ip address of the pc which u want to shut down then their is a scroll box where their are option of shutdown restart or log out chose what u want to do

then their is a check box which is check this check box will sent the message of shut down to have fun just uncheck it
and press the shutdown button

How to create an admin account in windows

Step 1 Open CMD Prompt...
On Windows XP, click the Start button, then open up Run..., and type in "cmd" and click OK.

On Windows Vista or Windows 7, click Start, search for "cmd" and press Enter.

Step 2 Add username and password
Now, in the command prompt window, type:

net user /add [username] [password]

Press Enter. Heres an example of what it should look like:
Step 3 Add as admin
Now type:

new localgroup administrators [username] /add

Press Enter. Heres the example:



Done!
You should now have a new Admin Account on your PC!




visit link download
Read more »

Wednesday, December 6, 2017

How To Make A Bootable USB Pendrive Using CMD

How To Make A Bootable USB Pendrive Using CMD



How To Make A Bootable USB Pendrive Using CMD

Basically we making bootable disk for booting but there is another why to boot your PC. This is USB drives, making bootable pendrive is not difficult. And there is lots of tool to make USB drive but some time they can�t make bootable but I show you how to make a bootable USB pendrive by cmd. Command prompt only accept commands that why everyone think that was very difficult. But I clearly tell you creating USB pandrive using cmd is not hard.


 make-a-bootable-usb-pendrive

How To Make A Bootable USB pendrive:

    1.  First of all download windows Image which you want to install in your pc.
    2.  After it insert USB stick, now go to start ->> all programs ->> Accessories ->> select command prompt, right click on it and �run as administrator�. Now cmd will be display and enter the following commands�
    3.  Now enter diskpart ->list disk -> select disk 1 (chose the USB drive which you inserted into your pc)
Note: Please check your USB drive memory size and then select right disk.
  1. Now enter clean -> create partition primary -> select partition 1 -> active -> format fs= ntfs(This will format your pandrive within 15-20 minutes).
    image1
  2.  After the formatting is done, you have to enter commands again in cmd�
  3.  ->> Assign (you can see the pendrive changed its letter to (H): or(G)), ->> EXIT(this command will exit disk part function)
  4.  Now right click on your windows image and select -> mount an image, now you can see the disk image near your DVD drive.
    image2
  5. In my case the command is: J: -> CD boot ->> bootsect.exe/nt60 K: (K is the later of usb drive).
    image3
  6.   ->> EXIT (This command exit cmd)
Now copy all of your windows image data into you pandrive.All is done! Now restart your system and boot from USB pandrive.
Make A Bootable USB pendrive: 




visit link download
Read more »