krisyotam / Activate Windows 10 and 11 Pro for free
0 лайк(-ов)
0 форк(-ов)
2 файл(-ов)
Последняя активность 33 minutes ago
| 1 | @echo off |
| 2 | title Windows Edition Restore Point Tool |
| 3 | echo ====================================================================== |
| 4 | echo ==================Windows Edition Restore Point Tool================== |
| 5 | echo ====================================================================== |
| 6 | wmic.exe /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "Rollback to previous Windows edition", 100, 7 |
| 7 | echo Create restore point done! |
| 8 | echo exiting... |
| 9 | exit |
krisyotam / get_macbook_ramcfg
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 8 months ago
| 1 | #!/usr/bin/env python3 |
| 2 | # ============================================================================= |
| 3 | # get_macbook_ramcfg |
| 4 | # ============================================================================= |
| 5 | # |
| 6 | # Decode Apple MacBook RAM configuration (RAMCFG) from Intel chipset GPIO |
| 7 | # registers using output from `inteltool -g`. |
| 8 | # |
| 9 | # This script maps Apple’s undocumented GPIO-based RAM configuration |
| 10 | # encoding to concrete memory vendor, size, and speed identifiers for |
Новее
Позже