View Single Post
Old 11-06-2019, 02:54 PM  
InfoGuy
80/20 Rule
 
InfoGuy's Avatar
 
Industry Role:
Join Date: Apr 2010
Location: Los Angeles
Posts: 3,051
Quote:
Originally Posted by CurrentlySober View Post
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.
InfoGuy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote