Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| Publish Date not found | ![]() 0 Views |
In this video I will show you how to delete folders in program files.
Command Used :
rmdir /”C://Program Files//folder_name/” /s /q
Here rmdir is command which is used to delete folder present inside the path mention just next to it.
Also The /s flag removes all directories and files in the specified directory in addition to the directory itself.
The /q flag runs the command in quiet mode, suppressing prompts for confirmation.
Hope you like this!
Please take the opportunity to connect and share this video with your friends and family if you find it useful.