Skip to content

Instantly share code, notes, and snippets.

rem installing choco itself
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco feature enable -n allowGlobalConfirmation
rem browsers
choco install googlechrome
choco install firefox
rem editors
choco install notepadplusplus.install
<form onsubmit="some_server">
First name: <input type="text" name="todo"><br>
<input type="submit" value="submit">
</form>