New Mobile Template and Anonymous Comments activated in Blogger

I checked the blog settings and saw some things I wanted to change.

From now on this blog is looking better when read from a smartphone as Iphone, Samsung or HTC. Please test it and comment?

The next this was the blog comment feature that is now allowing also anonymous writers and I also disabled the secret word check so now you are free to give me feedback as much as you want!

Best Regards from your SlowMovingSoftware Admin!

Bug! MP installation fails even if WebDav=Ok

I have been installing a lot of new SCCM 2007 sites lately and used my step by step guide. In my guide I configure Webdav settings needed by SCCM before starting Configuration Manager installation.

SCCM 2007 Re set WebDav settings and Apply

When SCCM tries to install Management Point (MP) it fails and in the setup log it says that the WebDav settings are wrong even if they are set correctly?!

Solution is to re-set all the four needed values, apply settings and restart IIS services. Next time MP installation will retry it will success..

Corrupt GPO causes SCCM patch management to fail, solution here!

Some servers are having GPO problems and these problems makes SCCM unable to update the WindowsUpdate registry values so I made this Registry file and imported it to all systems having GPO issues.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"="
http://yyour_sccm_sup_server.xxx.xxx.xxx:80"
"WUStatusServer"="
http://your_sccm_sup_server.xxx.xxx.xxx:80"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"UseWUServer"=dword:00000001

When the file is imported SCCM detects that there are GPO values and then makes his updates making SCCM patch management to start working.