我想在cmd中卸载Rollox,代码:
@echo off
wmic product where "description='???' " uninstall
del /f %LocalAppdata%\Roblox
del /f %Temp%\Roblox我是用"Roblox“还是"Roblox for XXX”来描述?
发布于 2021-06-26 18:16:16
我找到了另一种方法:
RobloxPlayerLauncher.exe -uninstall发布于 2021-06-19 19:26:08
Batch`@echo关闭
del C:\Users\ur name\AppData\Local\Robox`
PYTHON
import os
name = os.getlogin()
os.system(f'del C:/Users/{name}/AppData/Local/Roblox
https://stackoverflow.com/questions/66850655
复制相似问题