Run in command prompt as administrator.
sc sdshow mslldp
Get the string and paste before (A;;CCLCSWLOCRRC;;;SU) and run
sc sdset mslldp [PASTE STRING HERE] (A;;CCLCSWLOCRRC;;;SU)
Run in command prompt as administrator.
sc sdshow mslldp
Get the string and paste before (A;;CCLCSWLOCRRC;;;SU) and run
sc sdset mslldp [PASTE STRING HERE] (A;;CCLCSWLOCRRC;;;SU)
apt list --upgradable | cut -d"/" -f1 > /tmp/apt pico /tmp/apt cat /tmp/apt | tr "\n" " " apt install --on...