Quote:
Originally Posted by CurrentlySober
Thankyou. For <full folder path> how exactly would I format it? Bear in mind I have not been on a PC for over 10 years, so I forget exactly how things should 'look'...
Would it be
Code:
"C:\Program Files\WindowsApps\CodemastersSoftwareCompan.DiRTRally2.0Windows_1.129.1631.0_x64__4cfye3zbe1gaw"
Is that EXACTLY what I would type / copy in place of <full folder path> ?
Specifically (Imagine me copy pasting this next bit...)
Code:
RD /F /Q /S "C:\Program Files\WindowsApps\CodemastersSoftwareCompan.DiRTRally2.0Windows_1.129.1631.0_x64__4cfye3zbe1gaw"
Thanks again. Once I'm 100% sure of EXACTLY what to type, I'll give it a go 
|
You're welcome, Yes, that looks fine. Either
Code:
RD /F /Q /S "C:\Program Files\WindowsApps\CodemastersSoftwareCompan.DiRTRally2.0Windows_1.129.1631.0_x64__4cfye3zbe1gaw"
or
Code:
RMDIR /F /Q /S "C:\Program Files\WindowsApps\CodemastersSoftwareCompan.DiRTRally2.0Windows_1.129.1631.0_x64__4cfye3zbe1gaw"
should work. Copy the code above to your clipboard using "<CTRL> + C" and then right click Paste to Command Prompt.