Skip to main content

Posts

Showing posts with the label CMD

Useful Command Prompt Tricks That Everyone Should Know

1. Get help on almost every command : This command is specially for beginners, but can also be used in day to day life, you can easily get information on almost every command provided in command prompt. Using this trick you can know the details of what a specific command does or what other commands that can be used with it. For example, if you want to know chain commands of ipconfig , you just have to type ipconfig /? and press enter, now you will see all the related information regarding to ipconfig and its attributes.

Change User Account Password in Windows 7 and 10 Without Knowing Old Password (Method 2)

Hey readers, in previous article I showed how to change user account password using Windows management tool, in this article we will do the same by using CMD. This will be easier than previous trick.  Follow the link below if you missed 1st method Change User Account Password in Windows 7 and 10 Without Knowing Old Password (Method 1) Step 1: Open an elevated Command Prompt. Click on Start button, go to All Programs -> Accessories and right click on Command Prompt and select "Run as Administrator" from context menu. In Windows 10, you can do this by simply searching in Start menu. Step 2: You can use the net user command to change Windows password easily, without supplying the old password: net user username  new_password Replace username with your Windows account name, and new_password with your desired new password. Thanks for Visiting..

Change Windows 7 or 10 User Password Without Knowing Old Password (Method 1)

Hey readers today in this article I will be showing you how to change user account password without knowing the old or current password. It is a very simple and useful trick that can be used to fool your friends by changing their user account password without their knowledge or when you forget your windows user password. Method 1: Step-1:   Press Windows Key and search This PC. Right-Click on Computer(in Windows 7) or This PC(in Windows 10) and open Manage option. In Windows 10 In Windows 7   Step-2:  Now you see Computer Management dialog box on your screen. Click on system Local Users and Groups>>Users. Step-3:  Now in Right side you see your all Users name. Step-4:  Select Account right click on it and Choose Set Password. Step-5:  Now the New Popup open , click on proceed button. Now you need to Enter the New Password and confirm them,

Fix Grub Not Showing For Kali, Ubuntu, Windows 10 Dual Boot

Hey guys today I am going to show you a trick to solve your Linux dual boot problems. As this happened to me a few days ago when I restarted my laptop to log in into windows after using Kali the Grub boot loader did not appeared so I searched the internet for the solution after spending many hours I finally found the solution for my problem and so I am here to share that trick with you guys. Follow the given below steps. Step 1 In Windows, go to the Start menu.

How to Enable Copy Paste in CMD

By Default Windows do not allow users to Copy text and Paste it in Command prompt Or Copy text from Command prompt and paste it elsewhere. But there is an option in CMD itself to enable Copy & Paste Text in Windows Command Prompt. Today in this tutorial we will learn how to Enable Copying and Pasting Texts in Windows Command prompt . One of the main advantage of this will be that you can copy any command that you find on the internet or from any word/excel file and paste it directly in CMD and execute that command just like that. How to Enable Copy Paste in CMD Step 1: Open CMD, Just type CMD in search or Press Win + X key to select Command Prompt. Step 2: Right Click on the Title of the CMD window and Select Properties just like its shown in the below Picture Step 3: You will see a Pop up Window coming up, Now on the Right hand side, Under  Edit Options , Just Check  Quick Edit Mode  and click  OK Step 4: Everything is Done, Now just Copy any Text from H

All Best Notepad Hacks And Tricks

The notepad tricks showing here are very small tricks which we can do by batch coding and vbs etc..,By this post you will know how powerful is Batch coding and how fun it is working with batch coding.

How to Hide Files Behind an Image

There are some important  files or document you want to hide from others on your computer. To do that you might be creating folder inside folder to hide such files but in todays tutorial i will change this by teaching you a interesting trick to hide files behind images.To hide a file behind a image  means that if any one opens that image he will see the image, but to see the hidden file we need to open that image in a specific way. So lets get started.

Finding Ip Address Of A Website Using Command Prompt Or CMD

In this tutorial i will teach you to find Ip Address of any website using Command Prompt  or in short CMD. Using IP Address you can find location of the website server and do more stuff. I will demostrate this tutorial with Google but you can use this method to find IP Address of any website like twitter, facebook etc. So lets get started. How to find IP ? 1. Go to Start > Type CMD and press Enter. 2. Now write Ping followed by website URL whose IP you want to find.   3. It will take less then a second and come up with the results as shown below. In  my next post i will show you another easy way to find website IP Address and teach you to use this IP to find its location.

Shutdown Your Computer or a Remote PC via Command Prompt

Most of us shutdown our computers using the power button given in the Start menu. Some of us use the physical power button on our machines. Very few people actually use other means of shutting down a computer and even less is the number of people who use the command prompt to shutdown a computer. A reason for this is that most of us don't know that the command prompt can be used to not only shutdown, restart or log off  our  computer instantly but also to shutdown a remote computer provided you have administrative access. It can also be used to hibernate a computer and give a comment containing the reason for shutdown. This post will show you how to do all this.

Make Undeletable, Unrenamable Folders

Have you ever wondered how you can make a folder which neither can be deleted nor be renamed. Well, if you have, then you have come to the right place. With this trick, you will be able to create folders in Windows which cannot be renamed or deleted. Basic Concept The basic concept behind this trick is the use of Keywords . Keywords are reserved words in any programming language that cannot be used as names of variables. Windows also uses certain keywords in its programming. Some of them are con, aux, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9. A Test To test this concept, make a new folder in Windows and try to give it a name same as any keyword mentioned above. Result Windows will not rename your folder to any of the keyword given above. Trick So the question arises, how can we make a folder with a keyword as its name? The solution to this problem is included in Windows itself. As we know that Windows has evolved from D.O.S.(Disk Operating Syste