Skip to content
View dkopec91's full-sized avatar
Block or Report

Block or report dkopec91

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. BGSnippet BGSnippet Public

    Workaround for AIDA64's lack of sensor panel transparency

    C# 5

  2. GridIt GridIt Public

    Desktop overlay app

    C# 1

  3. SymlinkSwapper SymlinkSwapper Public

    Tool for automatic periodical symbolic link creation

    C#

  4. PowerShell script for starting up mu... PowerShell script for starting up multiple clean Chrome instances
    1
    #Starts multiple Chrome browser instances with individual, instance-specific, data directories
    2
    
                  
    3
    $ChromePath = "C:\Program Files (x86)\Google\Chrome\Application"
    4
    $TempPath = "C:\ChromeTMP"
    5