
Is It S.A.F.E.S.
Do you struggle with any kind of addiction? Well, I should say, what is your addiction? Everyone has one. Each addiction is held to society's standards which they live in. For example, here in America, overworking is praised while in other mature countries, it's looked down upon as it makes you unproductive. Some addictions are needed parts of...
Install Google Chrome with Powershell
Install Google Chrome using PowerShell.
Install Firefox with Powershell
Install FIrefox with PowerShell.
Install Gimp with Powershell
This little script installs the latest version of gimp 2.10 onto your Windows machine. Let's take a look at the script and then break it down. The Script $DownloadPath = "C:\Temp\Gimp" If (!(Test-Path -Path "C:\Temp\")) {New-Item -Path c:\ -Name Temp -ItemType...
