- Remove desktop background (if your company enforces one)
- If you search in the start menu for Ease of Access, you'll see a result for Ease of Access brightness setting.
- Once that settings page has been opened, if you scroll down to the bottom, you’ll see an option to Show desktop background image. If you toggle this to off, it will set the background to the default black.
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
https://regex101.com/r/jcpyd3/1 ❤️ #create #test #dispaygroups | |
https://www.nodexr.net/ ❤️ #create #debug #visualize | |
https://regexr.com/ # create | |
https://regex-generator.olafneumann.org/ #wizard | |
https://extendsclass.com/regex-tester.html #create #debug #visualize | |
http://www.txt2re.com/ #wizard #broken |
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
<# | |
.SYNOPSIS | |
Configures Windows Defender and various security settings. | |
.DESCRIPTION | |
This script uses the PolicyFileEditor PowerShell Module to manage local group policy settings of Windows Defender and various other OS security related settings. | |
.EXAMPLE | |
./WindowsSecurityBaseline.ps1 -ASRMode 2 | |
.LINK | |
Required PowerShell Module: https://www.powershellgallery.com/packages/PolicyFileEditor | |
Group Policy Registry Lookup: https://gpsearch.azurewebsites.net/ |
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
[CmdletBinding()] | |
param ( | |
[Parameter(Mandatory = $true)] | |
[bool] | |
$FollowMouse, | |
[Parameter(Mandatory = $true)] | |
[bool] | |
$RaiseWindows, | |
[Parameter(Mandatory = $true)] | |
[uint] |
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
#!/bin/bash | |
apt update | |
apt install -y vim mlocate wget curl net-tools zip | |
FILE=/usr/share/javascript/proxmox-backup/js/proxmox-backup-gui.js | |
cp $FILE $FILE.$(date +%d_%m_%Y_%Hhr_%Mm_%Ss).original | |
# Change Logo, Favicon, Bios Image | |
mkdir /usr/share/custom/backup | |
cp /usr/share/javascript/proxmox-backup/images/{logo-128.png,proxmox_logo.png} /usr/share/custom/backup/ |
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
<?xml version="1.0" encoding="UTF-8" ?> | |
<!-- ==========================================================================\ | |
| | |
| To learn how to make your own language parser, please check the following | |
| link: | |
| https://npp-user-manual.org/docs/function-list/ | |
| | |
\=========================================================================== --> | |
<NotepadPlus> | |
<functionList> |
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
function Initialize-ActivityAlertSet | |
{ | |
<# | |
.SYNOPSIS | |
Create good practice Ruleset of Office 365 Activity Alert's | |
.DESCRIPTION | |
Create good practice Ruleset of Office 365 Activity Alert's | |
You need a PowerShell connection to the Security and Compliance Center |
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
#Enter the SentinelOne site token here, within the quotes. | |
$SentinelSiteToken = ""; | |
#fill in a publicly available download URl for your SentinelOne *EXE* 64-bit installer here. An Azure blob with a SAS link works well! | |
$SentinelDownloadUrl = ""; | |
#this folder will be used or created, feel free to change it. This variable should not have a trailing \ | |
$tempPath = "C:\temp\MSPTools"; | |
#the script will save the SentinelOne installer as "S1.exe" in the above named folder | |
$SentinelPath = "$tempPath\S1.exe"; |
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
// ==UserScript== | |
// @name OG Developer Sound Pack | |
// @namespace https://saldainius.lt | |
// @downloadUrl https://gist.github.com/Dainius14/8a9d5bfa06458a93a00b8d34111e7e4f/raw/og-developer-sound-pack.user.js | |
// @updateUrl https://gist.github.com/Dainius14/8a9d5bfa06458a93a00b8d34111e7e4f/raw/og-developer-sound-pack.user.js | |
// @website https://gist.github.com/Dainius14/8a9d5bfa06458a93a00b8d34111e7e4f/ | |
// @version 1.5.2 | |
// @description Plays sound when interacting with Bitbucket and Jira | |
// @author Dainius | |
// @match https://bitbucket.cid-dev.net/projects/*/repos/*/pull-requests/* |