Skip to content

Instantly share code, notes, and snippets.

View MisterReally's full-sized avatar
🏠
Working from home

Ryan Riehle MisterReally

🏠
Working from home
View GitHub Profile
@MisterReally
MisterReally / biosdecode
Created May 9, 2020 04:39
Z390 Designare Info and Ubuntu Config Notes
# biosdecode 3.1
ACPI 2.0 present.
OEM Identifier: ALASKA
RSD Table 32-bit Address: 0x3E2F0028
XSD Table 64-bit Address: 0x000000003E2F00A8
SMBIOS 2.8 present.
Structure Table Length: 4666 bytes
Structure Table Address: 0x3EC3E000
Number Of Structures: 94
Maximum Structure Size: 388 bytes
@MisterReally
MisterReally / reclaimWindows10.ps1
Created January 7, 2020 03:01 — forked from alirobe/reclaimWindows10.ps1
This Windows 10 Setup Script turns off a bunch of unnecessary Windows 10 telemetery, bloatware, & privacy things. Not guaranteed to catch everything. Review and tweak before running. Reboot after running. Scripts for reversing are included and commented. Fork of https://github.com/Disassembler0/Win10-Initial-Setup-Script (different defaults). N.…
##########
# Tweaked Win10 Initial Setup Script
# Primary Author: Disassembler <disassembler@dasm.cz>
# Modified by: alirobe <alirobe@alirobe.com> based on my personal preferences.
# Version: 2.20.2, 2018-09-14
# Primary Author Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script
# Tweaked Source: https://gist.github.com/alirobe/7f3b34ad89a159e6daa1/
# Tweak difference:
#
# @alirobe's version is a subset focused on safely disabling telemetry, some 'smart' features and 3rd party bloat ...