Skip to content

Instantly share code, notes, and snippets.

View no-identd's full-sized avatar
🌫️
My status? Haven't the foggiest. But: Don't let that deter ya from mentioning me

no_identd no-identd

🌫️
My status? Haven't the foggiest. But: Don't let that deter ya from mentioning me
View GitHub Profile
@no-identd
no-identd / Show-AdvancedPowerProfileOptions.cmd
Last active June 2, 2025 12:18 — forked from theultramage/powercfg-win7-all-settings.bat
Show/hide all hidden settings in Windows Power Options
@echo off
SETLOCAL ENABLEEXTENSIONS
REM I will eventually use ENABLEDELAYEDEXPANSION to upgrade this to use a for loop so I can shove all the data attributes into one thing
REM Also, I intend to add an auto-dump of the hidden attributes from the registry to populate the loop
REM Also, I intend to split this into two scripts (1 show, 1 hide) and maybe port it to powershell
REM SET attrib=+ATTRIB_HIDE
SET attrib=-ATTRIB_HIDE
REM Harddisk settings
powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 0b2d69d7-a2a1-449c-9680-f91c70521c60 %attrib%
@no-identd
no-identd / Control_Charts.py
Created March 9, 2017 10:51 — forked from DMilmont/Control_Charts.py
Control Charts in Python
#!/usr/bin/env python
#_______________________________________________________________________
#
# C C C P i s C o n t r o l C h a r t s i n P y t h o n
#_______________________________________________________________________
#