Posts Tagged ‘folder’
How to display file or folder real name on windows (8.3 filename)
Just type dir /X.
Cheers…..
How to change folder permission on Vista
Run cmd as Administrator by right clicking it and choose “Run as Administrator”
– Go to the target folder
– type : takeown /F . /R/A/D Y>NUL
– type : icacls . /grant everyone:F /T /L /Q
That is all. I hope it helped.
Cheers….