Skip to content

Instantly share code, notes, and snippets.

View robm82's full-sized avatar

robm82

View GitHub Profile
@robm82
robm82 / custom-layouts.json
Created May 27, 2022 12:49
FancyZones Custom Layout
{
"custom-layouts": [
{
"uuid": "{1D933FBD-C5C1-41ED-954F-1AB89D57A006}",
"name": "49inch Widescreen",
"type": "grid",
"info": {
"rows": 1,
"columns": 4,
"rows-percentage": [
@robm82
robm82 / high-performance.bat
Created November 17, 2020 08:13
High Performance Power Plan Control Panel Windows 10
powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
@robm82
robm82 / intuneps-x64.ps1
Created October 5, 2020 16:01
Script to run Intune Win32 PowerShell scripts in 64-bit context
# Many thanks to Z-NERD for this, and this script is a copy of the one provided on his website
# Here is a link to the original script: https://z-nerd.com/blog/2020/03/31-intune-win32-apps-powershell-script-installer/
# This is here just in case the post gets removed/lost :)
$argsString = ""
If ($ENV:PROCESSOR_ARCHITEW6432 -eq "AMD64") {
Try {
foreach($k in $MyInvocation.BoundParameters.keys)
{
switch($MyInvocation.BoundParameters[$k].GetType().Name)
@robm82
robm82 / settings.json
Last active August 20, 2020 14:59
My Windows Terminal Settings
// This file was initially generated by Windows Terminal 0.11.1121.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
// To generate a new GUID, open powershell and type: new-guid