“The trust relationship between the workstation and the primary domain failed”.
to fix this without restart
use this powershell command :
CD C:\Windows\System32\WinddowsPowershell\v1.0
Test-ComputerSecureChannel –credential Yourdoamin\Administrator –Repair
Enter admin password
to test relation ship use :
Test-ComputerSecureChannel
If True - it works !!!
to fix this without restart
use this powershell command :
CD C:\Windows\System32\WinddowsPowershell\v1.0
Test-ComputerSecureChannel –credential Yourdoamin\Administrator –Repair
Enter admin password
to test relation ship use :
Test-ComputerSecureChannel
If True - it works !!!