Pinned Loading
-
-
ProductKey.vbs returns current Windo...
ProductKey.vbs returns current Windows product key in a message box. Save code with the file extension .vbs the save to desktop & open the file. 1Set WshShell = CreateObject("WScript.Shell")
2MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))
34Function ConvertToKey(Key)
5Const KeyOffset = 52
-
Resets MacOS USB Controller, rectify...
Resets MacOS USB Controller, rectifying USB power issues for connected external devices such as Phones & Drives 1#!/bin/bash
2sudo killall -STOP -c usbd
3echo "USB Reset Complete\n"
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.