Glam Prestige Journal

Bright entertainment trends with youth appeal.

To update window, I converted my pen drive into bootable. But now when i want to delete it, I right click on a folder,the Delete option is missing from it.So how can I put it back? This is on a Windows 7 system.

See the Image

Folder Properties Image

8

1 Answer

Open a Command Prompt window and use the following syntax to delete a folder and sub-folders along with all the files in them:

rd "<drive:\folderpath>" /s

For example, if the folder path is E:\Boot, to delete it you'd use:

rd E:\Boot /s

If the folder path contains spaces, you need to enclose the path within double-quotes.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy