New
#11
If you want to go to bed, Brink has something in mind & he is Offline.
You have been trying to fix. using Admin haven't you?
In Admin mode, delete all the contents of that folder & then recreate your Pin.
Hello, please follow steps below to share event logs hopefully related to your issue:
1. Right click on Windows button and click on "Windows PowerShell (Admin)"
2. If prompted for password, enter administrator password and click "Yes" to continue
3. Copy all of the code below at once, right click into console to paste and press enter
This will create a log file in your C:\ root drive called udr.logCode:Get-WinEvent -Provider "Microsoft-Windows-User Device Registration" | select EventID, TimeGenerated, Source, Message | sort TimeGenerated -Descending | fl > $env:SystemDrive\udr.log
Share it here.
Please see if one of the bellow commands work:
Code:Get-WinEvent -ComputerName ([System.Environment]::MachineName) -Provider "Microsoft-Windows-User Device Registration" | select EventID, TimeGenerated, Source, Message | sort TimeGenerated -Descending | fl > $env:SystemDrive\udr.log
If none works, try to disable firewall and try again.Code:Get-WinEvent -ComputerName localhost -Provider "Microsoft-Windows-User Device Registration" | select EventID, TimeGenerated, Source, Message | sort TimeGenerated -Descending | fl > $env:SystemDrive\udr.log
If still no luck:
press Windows key and type services.msc then run services as Administrator
Right click on Windows Remote Management (WS-Management) service and start it.
try either of the 3 commands again.