Windows Server

Can’t install windows feature – Error; 0x800f081f

I went into C:\windows\logs\cbs.log and found the following entry; Store corruption, manifest missing for package: Package_1379_for_KB4025336~31bf3856ad364e35~amd64~~6.3.1.4 Mark store corruption flag because of package: Package_1379_for_KB4025336~31bf3856ad364e35~amd64~~6.3.1.4 After a lot of troubleshooting i found the solution; Go to windows catalogue and download the KB. extract the kb with the following command; After the extraction install with dism;

Some users cannot start remote desktop from RDWEB

I ran into below problem – where a single user could not connect to remote desktop through rdgateway I found this article; https://support.microsoft.com/en-us/help/2903333/terminal-services-client-connection-error-0xc000035b-when-you-use-lmco The solution here was method 1 in above article HKLM\SYSTEM\CurrentControlSet\Control\Lsa LmCompatibilityLevel REGDWORD 3 or above. Method 2 is on the server; Set the EnforceChannelBinding registry value to 0 (zero) to ignore missing …