You're viewing a single thread.
What if I told you you can create and set a registry entry with a single line of powershell
31 1 ReplyWhat if I told you I'd rather bash my skull in than use powershell.
48 4 ReplyThat's ok too. If you're not comfortable in the cli you can switch to a more gui focused windows distro. Most of the same functionality is there.
27 7 ReplyInvoke-Command -Sick-Burn $user Write-Output "Nice"
17 3 ReplyNow that's just uncalled for.
4 0 ReplyI’ve moved to WinPE for its immutability.
2 0 Reply
Powershells great tho
8 0 ReplyYou can run a batch file too with your skull, although I do not recommend.
5 1 Reply
You can install gentoo with a single line of bash
8 0 ReplyWhat if I told you you can make a backup of a config file and edit a single line in a conf file, all with a single line of bash?
sudo cp config.conf config.conf.bak.$(date +"%Y%m%d%H%M%S") && sed -i 's/^\(CONFIG_NAME\s*=\s*\).*/\1new_value/' config.conf
4 0 ReplyImagine not having all your system settings in plain text files 😬
4 0 Reply