Windows

This generates a html file report.

powercfg /batteryreport

1. From the computer you’d like to enable the admin share, click Start or Cortana and immediately type “cmd“. 2. Copy and paste the following command into the Command Prompt window and hit enter. This will create the LocalAccountTokenFilterPolicy REG_DWORD value as 1 in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system.

REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f

3. You can now browse to the computer’s admin share using a local administrative account of the machine.

Enter the following registry setting. After a reboot mapped drives should be accessible through the elevated command prompt.

drived.reg
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLinkedConnections"=dword:00000001