adb shell "cmd package compile --reset -a" # 重新编译。
adb shell "cmd package compile -m everything -f -a" # 编译一切。
NSudoLC -U:T -P:E cmd
ICACLS filename /grant:r Users:F /T # Users完全控制 重要!!!
ICACLS filename /grant:r Administrators:F /T # Administrators完全控制
ICACLS filename /grant:r System:F /T # System完全控制