remove windows folder from old drive
Open a command line as administrator and copy these lines one by one:
Note: replace the folder address to the folder you want to remove
takeown /F "Z:\Program Files" /A /R /D Y
icacls "Z:\Program Files" /T /grant administrators:F
rd /s /q "Z:\Program Files"
if it didn't delete the folder fully do the steps again from top to buttom once more
Also in C++:
- linux ping options
- uploading a folder to github
- gitlab asking for password every time
- pwa install
- grep line after match
- find files in windows command
- yum install firefox
- give full permission to folder and subfolders in linux
- create react native app
- ubuntu fix wrong lsb_release
- bitbucket how to undo commit
- git push a new version without history
- gitignore file without extension
- turn off bluetooth by default ubuntu 20\.04
- how to update heroku
- https://cloud.google.com/shell/docs/using-web-preview#previewing_the_application
- print variable in bash
- ubuntu diff directories
- pip upgrade command
- "/usr/java/latest/jre/lib/security/cacerts -storepass changeit"
- vmware unable edit
- bash check if variable is a number
- remove folder and contents linux
- store printed output in variable bash