Showing posts with label command. Show all posts
Showing posts with label command. Show all posts

Saturday, July 23, 2016

How To Remove SHORTCUT VIRUS From Your Pendrive or MICROSOFT Windows Pc


Hello Friends...
"How to remove shortcut virus" is a important  Question which comes in the mind of almost Windows PC users.
I also faced this situation when I had no option to remove shortcut virus from pendrive and PC , then I searched about it on many websites and found amazing solutions that worked like charm. Today I am going to share with you how can you remove shortcut virus easily from your windows PC, pendrive and laptop.

How Remove SHORCUT Virus using CMD [METHOD 1]:

1.Insert your Pendrive in PC.
2.Open Start Menu-> Run. (Alternatively, Win + R key combination). In the run dialog box, type cmd.
Copy the below code and paste it into CMD:
​ATTRIB -H -R -S /S /D G:*.*


Note
You’ll need to change the G letter of the code to your Pen Drive’s letter. G was just an assumption (for the above example.)

Meaning of the above code:

❇Attrib specifies the attribute.
❇-H is to unhide all the files on Flash Drive (which were hidden as shortcuts due to the virus)
❇-R is to create the files in your Pen Drive (recreate the shortcut files retrieving the original contents)
❇-S makes all the file on your USB drive not to be the part of system again (which makes it easy to do the process)
❇G is the Assumed USB Drive’s Letter (you’ll have to change it according to your Pen Drive / External HDD drive’s letter).

A Coded .bat File to Permanently Remove Virus[METHOD 2]:



A bat file is an executable file which contains some pre-written script.

Just like the VBScript, it is made to do certain tasks, and in our case, it’s removing the shortcut virus.​
•Open Notepad from your computer/laptop.
•Type or copy the below code as it is on notepad.
@echo off

attrib -h -s -r -a /s /d Drive:*.*

@echo complete
•Make sure to replace Drive with your drive name. Eg: F:*.*
•Now click on Save As… by clicking on File tab in notepad and change the save as type to “All files(*.*)” from “Text documents” and rename it to removeshortcutvirus.bat and save it on your desktop.
•Now close notepad and go to desktop and double click on the BAT file that you have just created.
•All shortcut viruses from the respective drive will now be removed in couple of seconds and your original files will be back.
Enjoy

If You are to lazy for trying  above method then here is a list of some tool which is really helpful for removing shortcut virus from your pc, laptop and USB Drive.
1. USB FIX
2. SHORTCUT VIRUS REMOVER
3. R KILL
4. ROUGH KILLER

Post Completed!!!!


If You Want To Get Whatsapp Notifications Of All Stuffs Deals & Loots, directly in your Inbox.
Do, Subscribe for WhatsApp Alert & Get All New Updates Directly In Your Inbox.
Type "SUB TV" And Send It To "+918574847699" From Your WhatsApp.

Read more

Friday, March 25, 2016

How to create a hotspot in MICROSOFT WINDOWS without any software (using CMD only)

Hey Guys,

Lots of guys asked me


    "How to make hotspot in your windows laptop without using any SOFTWARE"

NOTE: Using CMD(Command Prompt) Only

1. Open CMD
  a. by pressing START+R and type cmd in it.
  b. just type cmd in start search bar(for windows 7+)


2. Now just type the following commands in it:

# netsh wlan set hostednetwork mode=allow ssid=tricksvibe key=password

# netsh wlan start hostednetwork



3.  To check the status of hotspot:

# netsh wlan show hostednetwork



4. To stop hotspot:

# netsh wlan stop hostednetwork



Or if you are lazy like me then just download the scripts written by me and double click on them :p

StartScript

ShowStatusScript

StopScript

So this was my little post for
how to make hotspot in windows without using any software (only using cmd).

Like us
Subscribe us
If u liked what we did.

Thanx for watching and hope it helped.



Read more

Monday, March 07, 2016

NOTEPAD Tricks

Hello Readers...

Notepad is a simple text editor which is provided by Microsoft in every version of Windows. It is helpful when we want to create a note. The files created by Notepad are saved in .txt format which is supported by every text editor.

Many of us don't know but there is alot of extensions along with .txt which is supported by Notepad and itself hold many amazing commands, tricks and hacks to make it more productive for you.
Today I'm gonna tell you some trick's and hacks that you can use to get most out of Notepad and amaze your friends.

1. CREATE DIARY ON NOTEPAD
This Notepad trick will allow you to create Notepad note. This trick will give you a format in such a way that whenever you edit your note, it will get saved with date and time stamp automatically.

Follow below step to create Diary👇

1) Open Notepad
2) Type .LOG in first line.
3) Save the file as Log.txt

Now, write something to the file and it will automatically get saved with edited date and time.☺

2.CREATE FAKE ERRORS ON WINDOWS
This is another cool trick that allows you to create Fake error messages. You can create any type of Fake error message with the help of this trick.


1) Open Notepad
2) Type X=Msgbox(“Message Here”,0+16,”Title Here”)
3) Replace Message Here and Title Here with your Error Message and Error-Window Title respectively.
4) Save the file with error.vbs.

Now, click the file and you will get your customized error message.



3. Force Shutdown On Your Windows System

This trick will let you force shutdown your Windows in a single-click. So, if you don’t want to waste three clicks (Start > Turn Off Computer > Turn Off), this trick will help you in that.
Follow below steps

1.Open Notepad
2.Paste @echo off in first line.
3.Paste msg * Shutdown computer in second line.
4.Paste shutdown -c “Sleep Tight” -s in third line
Save the file with .BAT extension. For example, shutdown.bat
5.Click on your file and it will force shutdown your Windows.


4. How to Make Your Desktop/Laptop Speakable What You Want.

This trick will help you to create a software which will speak whatever you want.
1.Open Notepad
2.Copy & paste this command:
Dim message, sapi
message=InputBox(“What do you want me to say?”,”Speak to Me”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message

3. Save the file as speak.vbs.

Double-click the file and it will open a prompt. Enter the sentence you want your computer to speak
Click OK and Notepad will speak the sentence for you.

All these tricks for education purpose only.
Thanks for Visiting!!!


If You Want To Get Whatsapp Notifications Of All Deals & Loots......

Subscribe To Our Whatsapp Broadcasts & Get All New Update In Your Whatsapp MESSAGE "TV" TO "+918574847699"
Thanks!!!
Read more