Skip to main content

Create A Undeletable And Unrenamable Folders In Windows




creating undeleteable files
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 ?

  1. Go to Start and then Click on Run
  2. Type cmd & hit enter (To open Command Prompt ).
  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:
  4. Type D: or E: and hit enter
  5. Type md con\ and hit enter (md - make directory)
  6. You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.
  7. Open that directory, you will see the folder created of name con.
  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.
  1. Open Command Prompt
  2. Type D: ( if u created this type of folder in D: drive) & hit enter
  3. Type rd con\ (rd - remove directory)
  4. Open that directory and the folder will not appear because it is removed.

Comments

Popular posts from this blog

How To Watch and Share YouTube Videos from Specific Time

YouTube lovers, today I have a special guide for you. You can watch and share YouTube videos directly from a specific point of time. It will be helpful, if you are featured in a long time video and want to share the particular minute where you featured with friends, then you can directly share the YouTube link which will start playing from the minutes/seconds you specified. YouTube is using a time parameter to do the same. How To Steps: Go To the YouTube Video and just add #t=1m10s in the YouTube URL, Which will start playing the video directly from 1 minute 10 seconds. “https://www.youtube.com/watch?v=_OGwaqbkalU#t=1m10s” You also skip the time by only using seconds. Just add #t=70s to start the video with 1 minute 10 seconds. “https://www.youtube.com/watch?v=_OGwaqbkalU#t=70s” You can also use & parameter instead of # in the video. Both will do the same job. “https://www.youtube.com/watch?v=_OGwaqbkalU&t=1m10s” Add if you are using short URL’s fr...

Usefull Firefox Keyboard Shortcuts

Today in this post i am going to share with you guys some simple yet usefull and powerfull Mozilla Firefox keyboard shortcuts that can save your time and make it easy for you to work on firefox browser . Shortcuts you will learn include easily copying url, bookmarking websites, scrolling page and more. So lets get started. FireFox Keyboard Shortcuts Press CTRL + L to directly go to the address bar. To copy URL of websites from address bar Simply single click on the URL, this will select the whole address, then use CTRL + C for copying and CTRL + V for pasting. Press Spacebar to scroll down the page. Press Shift + Spacebar for quickly scrolling up. Use CTRL + T to open a New Tab Use CTRL + W to close the Tab If you use certain website more frequently bookmark that site by simply pressing CTRL + D for easily accessing later. To find certain word or phrase in web page press CTRL + F and use ALT + N for finding Next.

How To Install Ubuntu 13.10

How to Install Ubuntu 13.10 1 Using a DVD? It’s easy to install Ubuntu from a DVD. Here’s what you need to do: Put the Ubuntu DVD into the DVD-drive Restart your computer. You should see a welcome screen prompting you to choose your language and giving you the option to install Ubuntu or try it from the DVD. If you don’t get this menu, read the booting from the DVD guide for more information. Using a USB drive? Most newer computers can boot from USB. You should see a welcome screen prompting you to choose your language and giving you the option to install Ubuntu or try it from the CD. If your computer doesn’t automatically do so, you might need to press the F12 key to bring up the boot menu, but be careful not to hold it down - that can cause an error message. 2 Prepare to install Ubuntu We recommend you plug your computer into a power sour...