← all tags
Jan 04, 2014·1 min read
Start-BitsTransfer : Object reference not set to an instance of an object.
Today I find myself with yet another bit of functionality that only works when you are running in Administrator Mode. A while back I had Full Admin Mode always enabled, downside of this is the store apps don't work at all. Up side is your PC works as expected . I created a PowerShell script to download Channel 9 videos as described in my post Easily download Ch9 videos, this script worked perfectly but recently started breaking with the error
Requires AdminPowerShell
Jan 03, 2014·2 min read
Cryptographic failure while signing assembly
Today I got a weird error on code that should just work.
Visual StudioRequires AdminTips