Skip to main content

Posts

Showing posts with the label cmd

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

Top 5 important Command Prompt Command Hack You Probably Don't Know

5 Command Prompt Hacks You Probably Don’t Know I love the Windows Command prompt because I often get things done faster by typing a command rather than hunting down an icon or nested menu setting. I’ve discovered that as I’ve used the command prompt, I’ve adopted my own shortcuts, I’ll call them hacks, that have really boosted my productivity. Here are my top five: 1. Copy Path on Folder Drop I have a file whose path is C:\xampp\htdocs\Vonster\wp-content\t hemes\twentytwelve that I needed but look at that folder path: if I manually type it I’ll instantly make myself susceptible to all kinds of typos plus I’m lazy and couldn’t care less about typing folder paths. To paste the full path, just drag the folder and drop it into the command prompt. In my case I typed cd in the command prompt and then dragged my folder into the command window. trickntools.blogspot.com 2. View history with F7 One way to recount the list of commands you t...