Header Ads Widget

Responsive Advertisement

Ticker

6/recent/ticker-posts

Windows 10 Command Prompt Tricks TOP 20 That will surprised you

Everyone will tell you to command prompt trick. But today, I will tell you the awesome windows 10 command prompt or later. Basically, the cmd trick that I will tell you, those tricks surprised your friend. Windows 10 command prompt tool is amazing because you can easily fix huge problems by the command prompt. That's because I really like a command prompt.

You are here to know the awesome trick not learn about basics or structure. Isn't it right? Let's make other people surprized.


Best windows 10 command prompt tricks.


1. Watch an ASCII version of Star Wars using windows 10 command prompt


Take popcorn with you and look into your desktop or laptop screen. Because now we will see the ASCII text version of Star Wars using windows 10 command prompt. If your desktop is windows 7 or 8.1 or mac. Don't worry you can also allow it in our cinema hall. For that launch command prompt and type 'telnet towel.blinkenlights.nl' and hit Enter.


windows 10 command prompt
windows 10 command prompt 


windows 10 command prompt
windows 10 command prompt 

If your window says 'telnet' is not recognized as an internal or external command, operable program or batch file.

Then you can easily turn on ' telnet'. For that go to Programs and Features > Turn Windows Features On or Off > search for 'telnet' > tick the checkbox and hit 'Enter'. Welcome, you are in your group now.

2. Change letter's color on windows 10 command prompt or later


Give the super look of command prompt latter by using simple command. Are you ready? By default, you can see your window color is the white color with the black background. Now, you can give an awesome look.

In command prompt just type ' color help'. Great. Pick color code, in this case, I want to use 'color a' for the light green with a black background. Isn't it awesome?


windows 10 command prompt
windows 10 command prompt 


But when you exit the command prompt, the window will appear in the previous color.

So, open the command prompt and right-click on the prompt window. Go to properties and click on colors. Now, you can customize your prompt color.


windows 10 command prompt
windows 10 command prompt 

3.Connect to a Wi-Fi network using Windows 10 Command Prompt


Now windows 10 offers you to connect wifi in a different-different way. For the reason that you can connect wifi through the command prompt.

Similarly, launch the command prompt with Run as administrator and type 'netsh wlan show profile' and hit 'Enter'.

Make a note about which network profile you want to use. Great.

Now type the command to connect the wifi 'netsh wlan connect ssid=your-wifi-ssid name=profile-name'. After that, your computer will automatically connect to the wireless network.


windows 10 command prompt
windows 10 command prompt 

IMPORTANT: In the command keep in mind to specify the SSID of the network and profile name with the network settings you are making an attempt to attach.

If you have got over one wireless adapter, you need to conjointly specify within the command that adapter you would like to use.(Example, netsh wlan connect ssid=YOUR_WIFI_SSID name=PROFILE_NAME interface=Wi-Fi)

4.Create a wifi hotspot using windows 10 command prompt


Can I share my internet without an external hotspot? My answer is certainly. Hosted Network Feature provides you to create a wifi hotspot using the command prompt. For the reason that you can share wifi without third-party apps or whatever.

First of all, let's confirm that your computer can create a wifi hotspot. Open command prompt by Run As Administrator and type 'netsh wlan show drivers' and look for 'Hosted Network Supported = Yes'. If you find then welcome.

If you don't find then you can't create a wifi hotspot in command prompt. Without wasting time let's create a wifi hotspot using the command prompt.

Similarly, open the command prompt in Run As Administrator and type ' netsh wlan set hostednetwork mode = allow ssid = surya123 key = password (replace surya123 and type your wifi name, replace password and type 8 character password.) hit enter


windows 10 command prompt
windows 10 command prompt

Next and last step, type 'netsh wlan start hostednetwork' and hit enter.


windows 10 command prompt
windows 10 command prompt

Now your wifi will be broadcast to connect with other devices.

For stop just type 'netsh wlan stop hostednetwork. Great job.

5.Encrypt and Decrypt files using windows 10 command prompt


Encryption is the best way to prevent people to access your sensitive data. Unencrypted data is plaintext and encrypted data is ciphertext. Due to encrypt only authorized can access the encrypted data. Finally, you can say, my files only for me. Let's see how to do encrypt and decrypt.

Encrypt


Similarly, launch the command prompt and change your working directory to the folder where the file is. You can change the directory by using the cd command. The next and final step is, type cipher /e and hit enter.


windows 10 command prompt
windows 10 command prompt 


The command will encrypt all files that are in your folder. It isn't simple.

Decrypt


The decrypted file is as simple as encrypt. If you want back those files in plaintext you can use decrypt. Consequently, for that go to command prompt window and change your working directory where your encrypted files are.

After doing this just type cipher /d and hit enter. The command will decrypt all files that are in your folder.


windows 10 command prompt
windows 10 command prompt 


Now here is one important thing, If you are trying and open these encrypted files, they're going to open commonly for you, however, the other user won't be able to read the files, unless they login victimization your account. thus certify that you simply have a password set.

6. See which app is running with details


Tasklist shows you currently running app which we will see in command prompt in detail. Here you can find out which app takes more Ram. Let's do this manual step in a simple way.

As you have done before, launch the command prompt and simply type 'tasklist /v' and hit enter.


windows 10 command prompt
windows 10 command prompt 


That it. You are done.

7. Hide Files Inside Another File Using Windows 10 command prompt


When you manually hide a file or folder anyone can see your hidden file or folder. And the trick is going to File > Options > View > Don't show hidden files, folders, or drives-ON. Is this secure? In my case.

Don't know for you. If you are aware of your sensitive data then follow my command prompt process. After this process, anyone can't see your sensitive data. Fell free for your sensitive data.

Hide text file into a picture

Therefore, we will hide a text file into a picture file. Suppose your text file name is a.txt and your picture name is b.jpg. Your command will combine two files into c.jpg. Let's see how to do


1.Launch command prompt


2. Change your directory where your file is. You can change the directory by using the cd command.

3.Type 'copy /b a.txt + b.jpg  c.jpg' and hit enter.


windows 10 command prompt
windows 10 command prompt 

4. You can see the output file is c.jpg. Now your text file is into a picture file.

How to view it?


If you open the c.jpg file you will normally see an image. But my text, for the hidden text file, open the c.jpg file with notepad. You will see your text file. Isn't it cool?

Hide a message into a picture


Therefore now time to move with the message. It's as simple as a.txt file. Now easily hide your secret message into a picture.

1. Launch command prompt

2. Change your directory where your file is. You can change the directory by using the cd command.

3. Type echo "Your message here">>"b.jpg"  I am using 'Hi, friend how are you' and hit enter.


windows 10 command prompt
windows 10 command prompt 

4. Now your message is into a picture file.

How to view the hidden message


Open b.jpg with notepad and you will see your secret message at the last.

Hide rar or zip file into a picture


The system is as simple as hiding text into a picture. Let's see how to do

1.Launch command prompt

2. Change your directory where your file is. You can change the directory by using the cd command.

3.Type 'copy /b a.rar + b.jpg  c.jpg' and hit enter.


windows 10 command prompt
windows 10 command prompt 

4. You can see the output file is c.jpg. Now your rar file is into a picture file.

How to view


To see the rar file open the image with WinRAR. You will see your rar file. Isn't cool.

Benefits


It is principally used for an activity in your non-public files.

In case, you wish to exchange info like passwords or sensitive pictures over AN insecure transmission protocol, like email.

If you wish to implant secret files accessible solely to a specific few during a public forum.

If you wish to impress your friends together with your difficult ways that.

8.Power Configuration


Are you pissed off with however quickly your laptop computer looks to run out of power? It might be that your power settings are designed as with efficiency as potential.

But in windows, you can easily check your power which is POWERCFG (power configuration) command.

The process will take up to a few minutes, however, once it’s done, you’ll see whether or not there are any warnings or errors that may assist you to improve the facility potency of your system.

Let's see how to do

Run the prompt as an administrator and type powercfg –energy to get a full power potency report.


windows 10 command prompt
windows 10 command prompt 
Here is one very important thing that the command will make a html report in C:\Windows\System32 folder. And you can see the report on browser.

windows 10 command prompt
windows 10 command prompt 


9. Title change of the Command Prompt Window


When you open a lot of cmd windows even administrator or simple there is a problem. And the problem is, that every cmd has the same name and that's a big issue when you are using a lot of cmd at the same time.


How to transfer SMS from android to iphone # latest solution


Don't worry, in this article, I will tell you a very simple way for this issue. And once again if you use this cmd command you will see that your every cmd windows have a different title. Let's start ya without wasting time.

Go to command prompt and type 'title' and hit enter after type title type your window name as you wish and hit enter.


windows 10 command prompt
windows 10 command prompt 

Now you can see, the title is changed. But when you exit command prompt your window title will be as same as before.

10. Change the Prompt Text in Command Prompt


When you 1st open command prompt, the default text of the prompt is extremely boring. It will mirror the present operating directory that the user is in, however, it positive might use some customization.

If you'd just like the prompt in your cmd window to mention one thing apart from the default, you'll be able to use the subsequent trick.

To do this, launch command prompt and type 'prompt' followed by the text that you want. And here you have to type one thing that is '$G' to Mentions

that there is always '>' sign.


windows 10 command prompt
windows 10 command prompt 

Hit enter, you can see how the prompt change to your custom text.

Important; If you close the prompt the prompt text will be the same as before.

11.Multiple commands in the same line


If these two commands would have in one command, think is it possible? Absolutely certainly. Finally, now time to say how to do these two commands in one line.

So, Launch a command prompt and type'prompt 'prompt name' && title 'title name' and hit enter.


windows 10 command prompt
windows 10 command prompt 

Here you can the prompt name have changed also the title.

12. Check your system configuration


Sometimes we need to check your system for our pc or laptop details. You can check it manually. But if you think so then go ahead and see the awesome tips for system details.

But before the start in this article, I am unable to give all details for windows 10 command prompt or later. Anyway, I will try my best to give you the best windows 10 command prompt or later. Ready, let's go
launch the command prompt and type 'systeminfo' and hit enter


windows 10 command prompt
windows 10 command prompt 

In the window, you can see the full details including IP address and many more of your pc or laptop.

13. Find out the IP address


The IP address is the most noteworthy subject. Sometimes we need to find out our IP address. Further time we go ahead with the browser, but it could be critical or maybe time-consuming.

If you want a very easy way then you are in the right place. Command prompt feature gives you how to find out the IP addresses and the trick is very easy. Let's see

Simple launch command prompt and type 'ipconfig/all' hit enter


windows 10 command prompt
windows 10 command prompt 

Great job, here is your IP address on your nose.

Even more command prompt awesome trick be with us. Read the full article. Let's ya.

14.System file checker


If some Windows functions are not operating or Windows crashes, use the System File Checker to scan Windows and restore your files.

Though the steps below may look sophisticated initially look, simply follow them so as, bit-by-bit, and we’ll attempt to get you back on the right track.

First of all, launch command prompt and type 'sfc /scannow' and hit enter.


windows 10 command prompt
windows 10 command prompt 

See the result and aware of system file and virus.

The sfc /scannow command can scan all protected system files, and replace corrupted files with a cached copy that's set during a compressed folder at %WinDir%\System32\dllcache.

The %WinDir% placeholder represents the Windows software package folder. for instance, C:\Windows.

Note, don't shut this command prompt window till the verification is 100% complete. The scan results are going to be shown once this method is finished.

After finished you can see this result

i. Windows Resource Protection didn't realize any integrity violations.

ii. This means that you just don't have any missing or corrupted system files.

iii. Windows Resource Protection couldn't perform the requested operation.

iv. To resolve this downside, perform the System File Checker scan in safe mode, and certify that the PendingDeletes and PendingRenames folders exist beneath %WinDir%\WinSxS\Temp.

v.Windows Resource Protection found corrupt files and with success repaired them. Details square measure enclosed within the CBS.Log %WinDir%\Logs\CBS\CBS.log.

To view the detail info regarding the system file scan and restoration, move to a way to read details of the System File Checker method.

Windows Resource Protection found corrupt files however was unable to mend a number of them. Details square measure enclosed within the CBS.Log %WinDir%\Logs\CBS\CBS.log.

15. Driver's Query missing driver's


When drivers are missing in your system then you go on manually to find out our missing drivers. But the step is a time to consume or maybe hared.

Certainly, follow my step to find out drivers that are already installed in your system. After done you can see the list and here you can find out which drivers are missing in your system.

Launch command prompt similarly and type 'driverquery' and hit enter.


windows 10 command prompt
windows 10 command prompt 

Great job. Here is you installed drivers

You can conjointly sort driverquery > driver.txt to export all that info into a handy document. The file can save into where your prompt path is about to. therefore in my example on top of, that’d be C:\Users\Surya.

It’s important in grips in mind that the date given isn't after you last updated the motive force, it’s the date the motive force you’re mistreatment was revealed. As such, though a driver might need a Link Date of some years back, it isn’t essentially true that it wants to change.

16. Open CMD Window Inside a Directory


Let’s face it, the method Windows handles ever-changing directories exploitation the “cd” command is very weird. luckily, there are a simple thanks to open command prompt windows within a directory, therefore, you don’t need to modification directories.

This is often a very handy trick, particularly if the folders you would like to access area unit buried deep within the filesystem. To open a cmd window within a directory, simply follow the steps below:

To do this, in the address bar type 'cmd' and hit enter.


windows 10 command prompt
windows 10 command prompt 
windows 10 command prompt
windows 10 command prompt 

Are you seeing the command window is opened in your directory? Isn't it cool?

17. Graphical representation of every file recently used


Using a tree command to list directories, or another program capable of displaying trees could give you an outline of your disk usage.

A tree or tree structure may be a hierarchal organization that organizes knowledge components, referred to as nodes, by connecting them with links, referred to as branches.

This structure is employed to assist show giant amounts of knowledge in a simple to scan format.

Just lanuch command prompt and type 'tree' hit enter.


windows 10 command prompt
windows 10 command prompt 

For example, the image shows a tree structure of every one of the directories within the current directory. within the image, you'll see that C: is that the drive and also the upmost a part of the tree and also the branch coming down from C: are all of the directories in C: a number of the directories might also have their own branches.

For instance, the config directory has 7 alternative branches (directories). If you needed to change directories to urge into the massive directory of config, you'd 1st got to move in the config directory, so come in the massive directory.

18.Copy Command Output to Clipboard


If you have ever tried to copy of full command prompt you must have realized that this is difficult. However, today I will tell you the short way to copy the full command prompt. And you can directly paste the result in notepad otherwise where you want. If you reading the full article then I will not waste your time like a straw.

If you want to copy full command prompt similarly launch the command prompt and type your command that you want to copy followed by the '| clip' command.

For example, here I am using 'driverquery | clip'. Hit enter.


windows 10 command prompt
windows 10 command prompt 

Here you will see no output.

Hence open notepad or other text editors to paste the full command prompt. After open notepad press 'ctr + v' to paste your command.


windows 10 command prompt
windows 10 command prompt 

Here it is.

19.DNS troubleshoot using command prompt


Some versions of Windows go together with a tool referred to as NSLOOKUP that you just will use via the command prompt. This tool may be wont to check DNS records propagation using completely different servers, to verify correct DNS resolution, and perform different troubleshooting steps.

Similarly, Launch a command prompt and type 'nslookup' and hit enter.


windows 10 command prompt
windows 10 command prompt 

You will specify the DNS server, sort of record and a website name. The default server is your native DNS server. NSLOOKUP returns A record for the domain you run the question for.

The best thanks to run nslookup as a troubleshooting tool is, to begin with, the basis servers and follow the trail to the ultimate authoritative name server. Follow the steps below so as to search out authoritative name servers, and check for his or her response.

1.Type name DNS_server_name wherever name is your question and DNS_server_name is one amongst the following and hit Enter:

B.ROOT-SERVERS.NET

J.ROOT-SERVERS.NET

K.ROOT-SERVERS.NET

L.ROOT-SERVERS.NET

M.ROOT-SERVERS.NET

I.ROOT-SERVERS.NET

E.ROOT-SERVERS.NET

D.ROOT-SERVERS.NET

A.ROOT-SERVERS.NET

H.ROOT-SERVERS.NET


windows 10 command prompt
windows 10 command prompt 

2. Hence the tool can show future servers you wish to use.

Type name DNS_server_name wherever DNS_server_name is one in all the subsequent and hit Enter:

B.GTLD-SERVERS.NET

L.GTLD-SERVERS.NET

C.GTLD-SERVERS.NET

K.GTLD-SERVERS.NET

G.GTLD-SERVERS.NET

H.GTLD-SERVERS.NET

E.GTLD-SERVERS.NET

I.GTLD-SERVERS.NET

D.GTLD-SERVERS.NET

F.GTLD-SERVERS.NET

J.GTLD-SERVERS.NET

A.GTLD-SERVERS.NET

M.GTLD-SERVERS.NET


windows 10 command prompt
windows 10 command prompt 

3. As a result, the tool can show the Name Servers for this name. Use them to create a final operation.

Type nslookup -q=XX wherever XX could be a sort of a DNS record. a number of the offered varieties are maxwell, A, CNAME, and TXT


windows 10 command prompt
windows 10 command prompt 

4. So, now you can see the records in your display

20.Command prompt history


Pressing arrow up selects a previous command from your command history; equally, arrow down selects future command. to visualize your complete command prompt history, press the F7 key.

You can see the Command history in an exceedingly session, by pressing the F7 key.


windows 10 command prompt
windows 10 command prompt 

You'll be able to additionally sort doskey /history within the CMD window, to check the command history within the prompt itself.

For check history just type 'doskey /history' and hit enter.


windows 10 command prompt
windows 10 command prompt 

Now all of yours.

Finally, you have gotten all awesome windows 10 command prompt or later. As a result, your command prompt trick is now updated with other cmd masters. So, have a good day with the best cmd tricks.


Post a Comment

0 Comments