Hi
I installed Windows ADK 10 v1511 on Windows 10 v1511 Enterprise 64 bit.
I typed the following commands:
Dism /Apply-Image /ImageFile:"install.wim" /Index:1 /ApplyDir:"" /Verify /CheckIntegrity Dism /Capture-Image /ImageFile:"sourcesinstall.wim" /CaptureDir:"" /Name:"" /Description:"" /Compress:max /Verify /CheckIntegrity
Now, knowing that some directories and files have the TrustedInstaller or System user as owner, what are the commands that allows to completely remove the entire content of the directory?
Thanks
Bye