Skip to content

Instantly share code, notes, and snippets.

@AveYo
AveYo / Settings_to_StartMenu.bat
Last active December 17, 2023 23:59
Settings to StartMenu [Open-Shell search settings quickfix]
@echo off &title Settings to StartMenu [Open-Shell search settings quickfix EN] by AveYo v1.0
:: also try my Optimized Classic-Shell or Open-Shell StartMenu Settings
:: links: https://pastebin.com/9atGBx6D or https://gist.github.com/AveYo/f2add193abfb2ddc5963e11273df083b
:: preview: https://imgur.com/a/6H06N3Z
set Bloat="3D Builder\com.microsoft.builder3d:","Action Center\ms-actioncenter:","Alarms + Clock\ms-clock:","Available Networks\ms-availablenetworks:","Calculator\calculator:","Calendar\outlookcal:","Camera\microsoft.windows.camera:","Candy Crush Soda Saga\candycrushsodasaga:","Connect\ms-projection:","Cortana\ms-cortana:","Device Discovery\ms-settings-connectabledevices:devicediscovery","Drawboard PDF\drawboardpdf:","Facebook\fb:","Feedback Hub\feedback-hub:","Get Help\ms-contact-support:","Groove Music\mswindowsmusic:","Mail\outlookmail:","Maps\bingmaps:","Microsoft Edge\microsoft-edge:","Microsoft Solitaire Collection\xboxliveapp-1297287741:","Microsoft Store\ms-windows-store:","Microsoft Store -
@RichardBronosky
RichardBronosky / Storing-git-Credentials.md
Last active December 20, 2024 23:16
Storing git Credentials
rem Or even better, create a system image!
rem http://www.aomeitech.com/ab/standard.html
rem https://www.macrium.com/reflectfree
rem Things, that will get broken, that will get noticed ASAP or after restart, like Start or WiFi for sure!
rem Disabling network services (Dhcp/NlaSvc/netprofm/nsi/RmSvc) will prevent you from managing network settings!
rem Windows Defender Firewall is set to block all inbound/outbound except allowed apps, which have to be added first!
rem Terminating "ShellExperienceHost.exe" will restart it and Start's functionality
rem You can create a task, which runs after logon with one minute delay.
@mattifestation
mattifestation / wldp_interesting_rundll32_invocations.txt
Created May 30, 2018 22:23
DLLs and export functions that wldp.dll finds interesting when invoked with rundll32
StorageUsage.dll,GetStorageUsageInfo
acmigration.dll,ApplyMigrationShims
acproxy.DLL,PerformAutochkOperations
ppioobe.dll,setupcalendaraccountforuser
edgehtml.dll,#125
edgehtml.dll,#133
davclnt.dll,davsetcookie
appxdeploymentextensions.onecore.dll,shellrefresh
pla.dll,plahost
aeinv.dll,updatesoftwareinventory
Name Source
---- ------
Add-AppvClientConnectionGroup AppvClient
Add-AppvClientPackage AppvClient
Add-AppvPublishingServer AppvClient
Add-AppxPackage Appx
Add-AppxProvisionedPackage Dism
Add-AppxVolume Appx
Add-BCDataCacheExtension BranchCache
Add-BitLockerKeyProtector BitLocker
@noelbundick
noelbundick / LICENSE
Last active September 23, 2025 10:49
Exclude WSL installations from Windows Defender realtime protection
MIT License
Copyright (c) 2018 Noel Bundick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@AveYo
AveYo / @ batch scripts for power users.md
Last active September 17, 2025 00:48
Windows batch scripts for power users

windows_update_toggle.bat v10.1 final
~ one script to rule them all!
~ block build upgrades and/or automatic updates without breawking Store downloads and Defender protection updates
~ there is a lot of focus on Defender updates working independently, unlike any other updates "management" solution
~ ifeo safe blocking with no destructive changes of ownership, deleting files, removing tasks, or over-blocking
~ toggle everything from the Desktop right-click context menu!
but wait, there is more:
~ hide/unhide/install update lists with counter at the Desktop right-click context menu!

Previous update toggle batch suite scripts have been overwritten on pastebin, but will still be available here:

@dylanmckay
dylanmckay / facebook-contact-info-summary.rb
Last active July 3, 2025 21:22
A Ruby script for collecting phone record statistics from a Facebook user data dump
#! /usr/bin/env ruby
# NOTE: Requires Ruby 2.1 or greater.
# This script can be used to parse and dump the information from
# the 'html/contact_info.htm' file in a Facebook user data ZIP download.
#
# It prints all cell phone call + SMS message + MMS records, plus a summary of each.
#
# It also dumps all of the records into CSV files inside a 'CSV' folder, that is created