Updated: March 27, 2016 | | Tags: Antivirus, Deployment, Fix, Hack, NOD32, Security, Troubleshoot
I was faced with an issue regarding NOD32 today. A couple of clients had an old (undocumented) configuration of their antivirus.
As it turned out the clients had “Protected setup” which means you cannot access the settings, or un/reinstall the program without a specific password. It also happened to not be set up to talk to the appropriate “Remote Administrations-server”.
Posted: October 14, 2014 | | Tags: Fix, Logs, Troubleshoot, Windows Server 2012, WSUS
Today was Patch Day for one of my customers. They have a standalone Windows Server 2012 R2 file server.
I reviewed the pending updates and started the download. However the downloads got stuck…
Updated: May 21, 2016 | | Tags: Code, CSS, Fix, WordPress, www
People who have been following this site for a while know that we recently released an entirely new theme and look.
As I was going through old posts to answer comments I noticed some posts with PRE code-wraps extended outside the main DIV:s…
Posted: November 20, 2013 | | Tags: Active Directory, dsacls, Fix, Permissions, PowerShell, SPN, Windows Server 2008, WinRM
I was getting an error at startup on a new Windows 2008 R2 Domain Controller. Apparently the WinRM attempts to create two SPNs after the startup process.
Since that WinRM runs under “Network Service” account, I was able to fix this warning by granting the “Validated Write to Service Principal Name” permission to the NETWORK SERVICE…
Posted: October 30, 2013 | | Tags: Code, Fix, HTTP, IIS, netsh, Patch, Windows Server 2012
First of all, the way http.sys works on newer Windows versions is a very useful feature.
The reason behind http.sys is to have a single system service that listens on the all-important port 80 and be a mediator to different applications and services…
Posted: October 3, 2012 | | Tags: Fix, Patch, RDP, Troubleshoot, Windows Server 2008
Ran into this problem this morning when installing Service Pack 1 for Windows 2008 R2. Service Pack installs successfully, but after we couldn’t login via remote desktop services. The fix was easy to deploy…
Updated: June 24, 2015 | | Tags: Fix, RDP, Troubleshoot, Windows 7, Windows Server 2008
When you try to install a MSI-package through a remote desktop (RDP) connection you could get the “Windows Installer does not permit installation from a Remote Desktop Connection” dialog.
Updated: April 20, 2017 | | Tags: Code, Fix, Troubleshoot, WordPress
Been struggling with pagenav for my custom WordPress theme for a few days and finally found a working solution…