icanhazfiles
  • Home
  • About
  • Portal
  • Contact
Subscribe

Skyrim-Me

  • The Dude With Knowledge

The Dude With Knowledge

Jul 7, 2021 • 1 min read

I don't know, I am a bit of an idiot. It made me laugh. In retrospect, probably a better 15 minutes I could have spent other than this turd. But here we are. Just, be kind to it.

Chandler Myron / Skyrim-Me
GitLab Community Edition
GitLab

Sign up for more like this.

Enter your email
Subscribe

Enable Network Discovery (PowerShell)

I hate having to do this manually on Windows Server. It never works. Here is a script! cd $env:temp; powershell -c "Invoke-WebRequest -Uri 'https://git.icanhazfiles.com/cmyron/enable-networkdiscovery/-/raw/main/Enable-NetworkDiscovery.ps1' -OutFile $env:temp'\Enable-NetworkDiscovery.ps1'"; powershell.exe -Executionpolicy unrestricted -command .\Enable-NetworkDiscovery.ps1; rm .\Enable-NetworkDiscovery.ps1

  • The Dude With Knowledge
The Dude With Knowledge Jul 25, 2023 • 1 min read

VMware Workstation: USB Passthrough Greyed out

Removable devices Connect (Disconnect from host) is greyed out. Why? Don’t know. Its stupid. But, I do know how to fix it! Open your VMX file for the VM, find the line below, remove it, and start your VM. Magic! usb.restrictions.defaultAllow = "FALSE"

  • The Dude With Knowledge
The Dude With Knowledge Aug 17, 2022 • 1 min read

WiFi PowerShell Modules

WiFi management from the CLI sucks. Here is your friend: WiFi PowerShell Modules. NOTE: They are a work in progress, they're far from perfect at the moment. Although they do function. New-Item -Path "C:\Program Files\WindowsPowerShell\Modules\WiFi" -ItemType Directory -ErrorAction SilentlyContinue | Out-Null; cd "C:\Program Files\WindowsPowerShell\Modules\

  • The Dude With Knowledge
The Dude With Knowledge Apr 4, 2022 • 1 min read
icanhazfiles © 2025
  • Data & privacy
  • Contact
  • Contribute →
Powered by Ghost