icanhazfiles
  • Home
  • About
  • Portal
  • Contact
Subscribe

Hidden Advanced Power Options

  • The Dude With Knowledge

The Dude With Knowledge

Sep 20, 2021 • 1 min read

So you're running down a power saving issue, right? You need to really dig into those power options. Well, here is a thing.

Files · main · Chandler Myron / Turn On All Advanced Power Optioins
GitLab Community Edition
GitLab

Enjoy. It turns on visibility for all the Advanced Power Options for you, saving that precious hair pulling moment.

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