This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"custom-layouts": [ | |
{ | |
"uuid": "{1D933FBD-C5C1-41ED-954F-1AB89D57A006}", | |
"name": "49inch Widescreen", | |
"type": "grid", | |
"info": { | |
"rows": 1, | |
"columns": 4, | |
"rows-percentage": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |