Skip to main content

Posts

Showing posts with the label create

Create A Undeletable And Unrenamable Folders In Windows

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 ? Go to Start and then Click on Run Type  cmd  & hit enter (To open Command Prompt ). 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: Type  D:  or  E:  and hit enter Type  md

Creating Bootable Pendrive

HOW TO CREATE BOOTABLE PENDRIVE Step 1: opencommand prompt as admin. Step 2: Type diskpart and press enter. Step 3: Type list disk and press enter. Step 4: Select the disk(your pendrive). Note: carefully select your secondary storage device. Step 5:T ype clean and press enter. It will erase all the content inside the pendrive. Step 6: Type create partition primary and press enter. It will create a primary partition in pen drive. Step 7: Format your selected partition by format fs=ntfs quick. It will format your pen drive quickly with NTFS file type. Step 8: To make your ntfs partition active type active and press enter.It will make partition as active for booting after restarting the computer. If this step is missed then computer will not boot from the pen drive. Step 9: to assign your partition type assign and press enter.     Step 10: type exit and press enter.to close the diskpart and close the comma