Skip to content
View mdehaas's full-sized avatar

Block or report mdehaas

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

πŸš€ Just Me Here

Hey there! πŸ‘‹ This GitHub page is my personal playground β€” a space for side projects, experiments, and random ideas that I find interesting. Everything here reflects my own thoughts, code, and creativity.

Important note:
None of this is affiliated with, endorsed by, or representative of any current or former employer. Just me tinkering in my own time.

Thanks for stopping by! 😊

Pinned Loading

  1. Powershell script to disable Windows... Powershell script to disable Windows Surface internal Hello camera when an external IR camera is present. I'm using this on a Surface Laptop. Use the XML to import a scheduled task (RunAs should be an Admin on the device).
    1
    ## Script Specific configuration
    2
    $ExternalCameraFriendlyName = "RGB-IR Camera"
    3
    
                  
    4
    ## Generic configuration
    5
    $Verbose = $true