Skip to main content

Posts

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.
Recent posts

How To Solve msvcr100.dll File Missing System Error In Games

Hey guys, this post is particularly for the gamer guys. I also love gaming and few days back my friend came to me with this problem. The game was successfully installed but when we ran it this error came. So Let's get Started..

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,

Best Code Editors For Windows OS 2018

Code Editors 2018 Hey geeks, it’s been long since I have published any article, so here I am with this new article which will help you guys in improving your programming skills. No matter whether you are a beginner or a professional coder these code editors will make coding easy for you. These are some code editors which are very popular and are used by many IT professionals. So let's look at the list without wasting any more time.  Atom Atom the Hackable Code Editor Atom has a big fan base among programmers, it is an open-source, cross platform editor by Github. Developers love Atom because it can be customized infinitely, as it is open source there are numerous themes and plugins available to extend its capabilities and its official website also says "hackable to the core". Atom is mainly developed using HTML, Node.js, CSS and JavaScript. As addition of several plugins and add-ons it can work slow. Price: Free The link to official site is here .

Learn How To Change MAC Address In BackTrack 5

Hey guys today we will be learning how to hide original MAC Address of your system and replace it with fake one. So What is a MAC Address and Why it is so important?  MAC Address stands for Media Access Control Address it is assigned to Network Interface Card(NIC) when it is manufactured.   The MAC address is a string of usually six sets of two-digits or characters, separated by colons . MAC address is unique for all systems.  It is very easy to change mac address in backtrack as we can change mac address to any in a minute by using simple commands. Let's start. 1. Open  Terminal .