Skip to content

Instantly share code, notes, and snippets.

View BlockyTheDev's full-sized avatar

BlockyTheDev

  • Germany
  • 12:19 (UTC +02:00)
View GitHub Profile
@pabumake
pabumake / windowToolbox-checkNremove.ps1
Last active June 4, 2024 07:55
Checks for windowToolbox Malware/Trojan and Removes files ( Work in progress, initial release )
# Self-elevate the script if required
# if (-Not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] 'Administrator')) {
# if ([int](Get-CimInstance -Class Win32_OperatingSystem | Select-Object -ExpandProperty BuildNumber) -ge 6000) {
# $CommandLine = "-File `"" + $MyInvocation.MyCommand.Path + "`" " + $MyInvocation.UnboundArguments
# Start-Process -FilePath PowerShell.exe -Verb Runas -ArgumentList $CommandLine
# Exit
# }
# }
# windowToolboxMalwareCheck.ps1
@lukas-h
lukas-h / license-badges.md
Last active October 15, 2025 11:10
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)