Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View KaioHSG's full-sized avatar
👍
Bom dia.
👍
Bom dia.

Organizations

@owww-online

Block or report KaioHSG

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
KaioHSG/README.md

Pinned Loading

  1. equalizer-apo-bass-booster equalizer-apo-bass-booster Public

    A setting that boosts bass using Equalizer APO.

    16 1

  2. photogimp-windows photogimp-windows Public

    Small script to install PhotoGIMP on Windows.

    Batchfile 9

  3. nvidia-broadcast-downgrader nvidia-broadcast-downgrader Public

    Download a more stable version of NVIDIA Broadcast and remove the update pop-ups.

    Batchfile 11

  4. traducao-stalker-soc traducao-stalker-soc Public

    Tradução do jogo S.T.A.L.K.E.R.: Shadow of Chernobyl e a adição de legendas gerais.

    Batchfile 5

  5. UAC Credential: require administrato... UAC Credential: require administrator privileges in a script.
    1
    :: Start
    2
    @echo off
    3
    title UAC Credential
    4
    
                  
    5
    :: UAC Credential
  6. run-in-silently.vbs run-in-silently.vbs
    1
    Set sh = CreateObject("WScript.Shell")
    2
    sh.Run Chr(34) & "C:\Path to script\script.bat" & Chr(34), 0, True