Skip to main content

Folder Not Delete or No rename

I think and me .I m work in office on my pc. and  some  budy delete my folder, and I m lost my work.         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. you will be able to create folders in Windows which cannot be renamed or deleted.



Let’s See

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.


See how can Security on my folder
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 System), its commands can be used in Windows. You can use D.O.S. Programming in Windows to create a folder with a keyword as its name using the steps given below:-


  1. Click on Start.
  2. Click on Run. Type in "cmd" without quotes.
  3. In the Command Prompt Window that opens, type the name of the drive you wish to create your folder in the format : and press Enter. e.g. If you wish to create the undeletable folder in D drive, type "D:" without the quotes. Note that the folder cannot be created in the root of C: drive (if C: is your system drive).
  4. Type this command- "md con\" or "md lpt1\" without the quotes and press Enter. You can choose any of the keywords given above as the name of your folder.


Now Windows will create an undeletable, unrenamable folder in the drive you entered in Step 3. However, the folder can be renamed to another keyword using Windows Explorer.

Deleting the Folder

Although, it is not possible to manually delete the folder, you can delete the folder by typing "rd con\" or "rd lpt1\" in Step 4 instead of "md con\" or "md lpt1\".

Windows Compatibility: This works on Windows XP, Windows Vista, Windows 7, Windows 8 and Windows 8.1.


You can try it yourself to create one such folder which can neither be deleted nor be renamed

Comments

Popular posts from this blog

8 pair usage for data in Cat 6 Wire in Networking

Today I Post the Cat6 wire pair use in Networking ,we all know 8 pair in cat 6 and but no idea how any pair use in Networking .only 4 pair Use in networking , Like this Photo, If 4 pair not work in cat6 wire we use another 4 Pair same wire Save time and Money 

Tech Purchase Decision Making

  Research Methods for Finding Reliable Product Reviews Start with professional tech review sites like TechRadar, GSMArena, and The Verge for comprehensive tech product analysis. These platforms maintain editorial standards and often conduct hands-on testing before publishing reviews. YouTube channels from established tech reviewers offer visual unboxing videos and real-world usage demonstrations that reveal details traditional written reviews might miss. Cross-reference multiple sources to get a balanced perspective. Reddit communities like r/Android, r/technology, and product-specific subreddits provide unfiltered user experiences. Amazon verified purchase reviews help identify common issues, but focus on detailed reviews rather than single-sentence ratings. Check manufacturer forums and official support pages to understand known issues and firmware update histories. Professional review aggregators like Metacritic compile scores from multiple sources, giving you a consolidated vi...

OSI MODEL (Open Systems Interconnection model )

To Day I Explain OSI MODEL,   Open Systems Interconnection model  ( OSI ) is a conceptual model that characterizes and standardizes the internal functions of a communication system by partitioning it into  abstraction  layers. The model is a product of the Open Systems Interconnection project at the International Organization for Standardization (ISO), maintained by the identification ISO/IEC 7498-1. The model groups communication functions into seven logical layers. A layer serves the layer above it and is served by the layer below it. For example, a layer that provides error-free communications across a network provides the path needed by applications above it, while it calls the next lower layer to send and receive packets that make up the contents of that path. Two instances at one layer are connected by a horizontal connection on that layer.  The Below Shown Diagram is helpful to understand the OSI seven Layer Model. OSI MODEL EXPLANATION Th...