• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Computer Era

  • Android
  • How to Guides
  • Tech News
  • gadgets
  • Featured
  • Telugu Site

Command prompt

How To Remove Write Protection From An SD Card

April 13, 2021 by Satyapriya


The write errors that we find on SD cards are literally a lot of pain and will disturb and distract us from all the things that we are doing and grab our entire attention. We may be picking the good company SD cards and purchase the perfect one. But these issues can be found on any company cards and as many cards have write protection, we cannot be able to format them to get them back.

Steps To Remove Write Protection In SD Card

We thought to bring a proper and easy solution for this he4ad burning problem and here are the steps that you need to go through

  • Some cards come with a toggle switch that has the ability to remove the write protection. So check whether your card has one such a toggle or not and if it has your solution is pretty simple, just toggle it and then try inserting it and you will be able to format it
  • And the second thing that you should check if your card doesn’t have a toggle switch is by checking the device’s properties. You just head to the Devices and Drivers window on your PC by just searching for devices and drivers on your PC and then right click on your particular card and click on properties where you will find toggle option, if you can’t find the toggle option even here, then head to the next process
  • The other troubleshooting step that you can try to get out of this issue is using the command prompt Open command prompt in administrator mode, then type ‘diskpart’ and hit enter, then type ‘list disk’ and you will find the list of disks connected to your device, then note the number of your card by figuring out your card by its size. And then type the command ‘select disk [disk number]’ and hit enter, then type ‘attributes disk clear readonly’ and hit enter to remove clear the write protection

Hope these simple yet useful troubleshooting tips help you to get back your SD card. Remember you can always get back your lost data from such cards through various backup managers and EaseUS Data Recovery tool is one of the very useful ones.

Filed Under: How to Guides, Uncategorized Tagged With: Command prompt, SD cards, Write protection

Here Is A Quick Guide For You To Remove Shortcut Virus

June 30, 2020 by Satyapriya

The most common problem that many of us get to experience in common all the time is the shortcut virus. When we find our files, folders turned into shortcut virus we may obviously be annoyed that we can’t think of any solution immediately to get rid of that situation. Using an anti-virus is obviously not the solution for this as it can be found in anti-virus protected devices as well. So here we provide you an easy and simple procedure using command prompt, just follow these steps

  • As a first step, you obviously need to open the command prompt and to do that you can just click on the start button and then choose command prompt or just click Windows + R and then type cmd and press enter
  • Now you need to go to the location of your pen drive, so enter the drive it may be e, g or f. so enter the letter in your case and then press enter
  • Then type the command ‘del *.Ink’ and then press enter to remove all the link files in the directory
  • Now enter the command ‘attrib -h -r -s /s /d drive letter:*.*’, and then press enter ( replace the words drive letter with the letter of your drive
  • This shortcut allows you to get rid of the virus and when you open the drive and find your files, all you have to do is just copy and paste them somewhere else and do the formatting of your drive once, after the completion of formatting, you can get the files copied back to your pen drive.

Or you can also choose to use other third-party applications like USBFIX to remove the shortcut virus. But getting rid of that virus using any process is needed, so choose this simple process without any other downloads and all.

Filed Under: How to Guides Tagged With: Command prompt, shortcut virus

Some cool command prompt tricks that you must know

February 24, 2020 by Satyapriya

Command prompt is the command liner interpretation application available in most of Windows Operating systems. It is basically used to execute the entered CMD or DOS commands.
There are much a lot of things and cool tricks we can actually do using the command prompt, here in this piece of article I am going to take you through some command tricks which will be quite helpful and cool as well.

Encrypt Files:
This is one of the coolest things you can do using the simple command and many are actually not aware of these simple tricks they can do using the prompt. So here is how to encrypt your important files very easily
• Open the command prompt window
• Now change the directory using the simple cd command to the file/folder where your important files exist or to the file/folder which you would like to encrypt.
• Now just type “cipher” and press enter. That is it, you have encrypted your important files and no other user can delete them.

Change CMD color:
Aren’t you bored of the black and white theme of the CMD prompt window? Yes there is the way we can simply change it. Here is a simple command trick to change the font color.
• Open the CMD prompt window
• Type “help color” in the prompt window just to get an idea about the colour codes
• To change the colours of the foreground and background, just use the simple command “color” followed by the color codes that you like
For example “color xy”
x attributes to background-color
y attributes to the foreground color

Change Window Title:
The command prompt window title is very boring and if you wish to change it something quirky and cool. Yes, you can do that using a very simple command trick.
• Open the command window
• Just type the command “title” followed by the window title that you would like to replace with and press enter. That is it, you will notice the change.

Hide a file/folder:
Hiding files and folders in windows can be done easily using the properties option, but the hidden files in that way can be unhidden when someone makes changes to the folder options. But using a simple command trick, you can hide files actually in way that they cannot be unhidden.
• Open CMD window
• Change the directory to the file or folder that you wish to hide.
• Now just type “Attrib +h +s +r” d press enter, your file/folder will be now hidden
• To unhide the file/folder just type “Attrib –h –s –r”

Get List of Programs on PC:
Typing the command “wmic product get name” will get you the list of all the programs installed in your computer after a little while. It will take some time, so kindly have some patience.

So, these simple DOS commands are thus helpful and cool as well, so try these for sure.

Filed Under: Featured, Uncategorized Tagged With: Command prompt, Command tricks, DOS commands

How To Remove Viruses From Your Computer Using Command Prompt

December 3, 2019 by Satyapriya

Viruses, malware, trojans, worms! These evil things can penetrate your computer through numerous ways like internet browsing, from USB devices, phishing links in your email and also by installing infected software.

Most of these viruses make your computer slow and eat up valuable memory as well as storage space. Some more powerful viruses are meant to contaminate our operating system too and steal personal information and banking data.

The conventional method to identify and remove such unwanted programs from your computer is to install anti-virus software and scan your computer for any viruses/trojans/worms that exist and quarantine them.

CMD has access to reconstruct all Windows system files by using various attributes like removing the hidden attributes which a virus normally uses.

One of the leading causes of virus infections in computers and the CMD method work on USB to remove its viruses and secure your computer.

Steps To Remove Virus Using Command Prompt

  • Type cmd in the search bar, right-click “Command Prompt” and choose “Run as an administrator”.
  • Type F: and press “Enter”. (Replace “F” with the drive letter of the infected partition or device.)
  • Type attrib -s -h -r /s /d *.* and hit “Enter”.
  • Type dir and hit “Enter”. Now you will see all the files under the assigned drive. (The dir command displays a list of a directory’s files and subdirectories.)
  • For your information, a virus name may contain words like “autorun” and with “.inf” as the extension. Thus, if you find such suspicious files, type del autorun.inf to remove the virus.

Here are the basic attributes of the ‘attrib’ command:

R – represents the “Read-only” attribute of a file or folder. Read-only means the file cannot be written on or executed.

H – the “Hidden” attribute.

A – stands for “Archiving” which prepares a file for archiving.

S – the “System” attribute changes the selected files or folders from user files into system files.

I – “not content indexed file” attribute.

Removing a virus using CMD is a roundabout solution. Yet it works in some cases. If the attrib command fails, try the three more tips provided to get rid of the malicious file.

Filed Under: How to Guides Tagged With: Command prompt, remove viruses

Learn How To Ping A Computer Or A Website On the Internet

August 9, 2019 by Satyapriya

If you have had any conversations with IT professionals or even if you have had some interest in the internet technology and terminology, then you must have definitely heard of the word ping. Pinging a computer or a website has got many different uses. You can measure the speed of your internet connection with this thing. You can also connect to another computer. You may feel like it is a complicated thing to do. But in fact, it is not. Here is how you can ping a computer or a website.

First of all, in your Windows computer, you will need command prompt.

Then for a simple ping, you just need to type a single command line in the command prompt window.

Ping [web URL] for pinging a certain website, just replace the URL with the website address.

Ping [IP address] for pinging the particular computer, just replace the IP address with the computer’s IP address.

In case if you want to run a continuous ping on Windows, then you need to use

Ping –t[web address]

Ping – t[IP address]

When you ping a computer or a website using the above command lines, then it will provide you with some kind of information which will include the time it took to send and receive the pingback, TTL, packets, round trip tip kind of information.

This is the simple process that lets you ping a computer with the help of the command prompt program.

Filed Under: Featured, How to Guides Tagged With: Command prompt, ping a computer

  • Go to page 1
  • Go to page 2
  • Go to Next Page »

Primary Sidebar

Recent Posts

  • Get Free Ebooks In A Really Easy Way From These Websites
  • How To Instantly Translate Text In Android Phones
  • Some Of The Excellent Screen Sharing And Remote Access Tools
  • How To Reduce Distracting Android Notifications
  • How To Protect An Android Device From Being Hacked

Copyright © 2023 · eleven40 Pro on Genesis Framework · WordPress · Log in