Quick computer setup using Chocolatey

  • Post category:Utilities

Here is a quick script for setting up a new computer using Chocolatey @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" cinst -y 7zip cinst…

Continue ReadingQuick computer setup using Chocolatey

Xml Formatting

Looking for a way to format XML? http://www.bytechaser.com/en/resources/tp9h7nivzr/free-online-xml-formatting-tool.aspx -- some others  http://stackoverflow.com/questions/521265/any-online-xml-formatter-or-formatter-in-free-text-editor http://www.shell-tools.net/index.php?op=xml_format http://aaronkarp.com/prettyXML/

Continue ReadingXml Formatting

End of content

No more pages to load