Skip to content
View Tydewest's full-sized avatar
👨‍💻
Building The Future
👨‍💻
Building The Future

Organizations

@Dynaserve @ComponentOne

Block or report Tydewest

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tydewest/README.md

Howdy 🤠

Pinned Loading

  1. GenerateIdentifier GenerateIdentifier Public

    Swift

  2. 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.
    1
    Set WshShell = CreateObject("WScript.Shell")
    2
    MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))
    3
    
                  
    4
    Function ConvertToKey(Key)
    5
    Const KeyOffset = 52
  3. Resets MacOS USB Controller, rectify... Resets MacOS USB Controller, rectifying USB power issues for connected external devices such as Phones & Drives
    1
    #!/bin/bash
    2
    sudo killall -STOP -c usbd
    3
    echo "USB Reset Complete\n"
  4. BugSmash BugSmash Public

    Bug Smash - A Swift Bug Reporting Tool

    Swift

  5. MissionControl MissionControl Public

    JavaScript