Category: Scripts
-
Get a List of Installed Software Remotely
The method mentioned here can be used to check software installed on machines in the same network. You will need to run PowerShell as an administrator for this command to fully work. If you create a list of all the computer names in your network, you can use the method below within a Foreach loop…
-
Windows 10 Reset Account Password
Warning: Please note that this method of Account Reset can damage your PC if not performed correctly and I have only ever used this method when I have had no other choice of gaining access to recover data. It is much simpler to replace a hard drive and transfer data to a new Windows OS.…
-
Swap Windows Partition from RAID to AHCI
I have found that this issue occurs when a new PC is imaged without configuring the BIOS correctly. It is important to set the BIOS correctly in the first instance as Operating Systems such as Linux cannot be run correctly in RAID. In the BIOS, RAID needs to be changed to AHCI but there are…
-
Install Mac Applications without launching the App Store
Note: This was tested for all operating systems up to Monterey. Before installing Homebrew you need to install Xcode development environment. You can install this straight from the Terminal window: Launch your Mac’s Terminal (‘Applications > Utilities > Terminal.’) Type the following command into the Terminal window: xcode-select –-install Press the ‘Enter’ key on your…
-
Jamovi Install Script (2022)
This script outlines how to silently deploy Jamovi via command prompt. For the purpose of this tutorial the install file will be located in C:\Jamovi. You will also need to download the modules to C:\Jamovi\modules. To deploy this script open Notepad and copy this script into it. Save it as a .cmd file then Run…
