Skip to content
View sleepyspider1's full-sized avatar

Block or report sleepyspider1

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
sleepyspider1/README.md

Hi there 👋

Pinned Loading

  1. Doom64EX Doom64EX Public

    Forked from svkaiser/Doom64EX

    Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as possible with additional modding features.

    C++

  2. Stops and disables adobe update serv... Stops and disables adobe update service.
    1
    rem Have windows task scheduler run this every day!
    2
    sc stop "AdobeARMservice"
    3
    sc config "AdobeARMservice" start= disabled
  3. Displays your product key if you for... Displays your product key if you forgot it and need to reinstall windows 10.
    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