Skip to content
View dwot's full-sized avatar

Block or report dwot

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

Pinned Loading

  1. obs-autopilot obs-autopilot Public

    Prototype AutoPilot script for OBS, interweaving video playlists.

    HTML 19

  2. blogotron blogotron Public

    Go 1

  3. zugbrains zugbrains Public

    Classic World of Warcraft Log parsing / reporting site

    EJS 1

  4. Powershell script to kill and disabl... Powershell script to kill and disable WowVoiceProxy
    1
    Write-Host "Running Disable WoW Voice Proxy Script"
    2
    Invoke-Expression -Command:"icacls 'C:\Program Files (x86)\World of Warcraft\_classic_\Utils\WowVoiceProxy.exe' /deny '$($env:USERNAME):(x)'"
    3
    Write-Host "The CLASSIC version of WowVoiceProxy has been disabled"
    4
    Invoke-Expression -Command:"icacls 'C:\Program Files (x86)\World of Warcraft\_retail_\Utils\WowVoiceProxy.exe' /deny '$($env:USERNAME):(x)'"
    5
    Write-Host "The RETAIL version of WowVoiceProxy has been disabled"