Skip to content

31.08.2019

Choose a tag to compare

@farag2 farag2 released this 31 Aug 15:27
· 2456 commits to master since this release
8aee1c5

Removed CDPSvc service from list due to Night ligth doesn't start.
Revert service backTurn the service back on:

Get-Service -Name CDPSvc | Set-Service -StartupType Automatic
Get-Service -Name CDPSvc | Start-Service