jthys.wordpress.com
December | 2013 | Joris's Blog
https://jthys.wordpress.com/2013/12
Archive for December, 2013. SCCM 2012 R2: Cannot stop tmlisten service when installing KB2905002. December 23, 2013. I had an issue with installing SCCM 2012 R2 hotfix KB2905002. It seems that this hotfix tries to stop the anti-virus service which was in my case the Trend Micro Listener service: Cannot stop tmlisten service on computer. Make sure that you stop the Anti-virus services before installing KB2905002. Probably the same issue with other Anti-Virus products. SCCM 2007 / 2012. December 13, 2013.
jthys.wordpress.com
June | 2014 | Joris's Blog
https://jthys.wordpress.com/2014/06
Archive for June, 2014. Internet explorer: No Google search results. June 17, 2014. Recently I had an annoying issue with Internet explorer when searching with the Google engine. I had no results when searching something with Google it just displayed blank results. I had no issue with Chrome or other browsers. First I used Internet explorer 9 and then upgraded to Internet explorer 11 but the issue remained. Disable instant search via http:/ www.google.com/preferences. Windows XP / 7. Exchange 2007 / 2010.
jthys.wordpress.com
Joris | Joris's Blog
https://jthys.wordpress.com/author/tjoris
Internet explorer: No Google search results. June 17, 2014. Recently I had an annoying issue with Internet explorer when searching with the Google engine. I had no results when searching something with Google it just displayed blank results. I had no issue with Chrome or other browsers. First I used Internet explorer 9 and then upgraded to Internet explorer 11 but the issue remained. Disable instant search via http:/ www.google.com/preferences. Or http:/ www.google.be/preferences. Windows XP / 7. Error: ...
jthys.wordpress.com
August | 2013 | Joris's Blog
https://jthys.wordpress.com/2013/08
Archive for August, 2013. IE9: Open Adobe PDF file types automatically. August 12, 2013. HKEY CURRENT USER Software Microsoft Windows Shell AttachmentExecute {0002DF01-0000-0000-C000-000000000046}]. 8220;AcroPDF.PDF.1″=dword:00000000. Hope this can help someone. Windows XP / 7. Internet explorer: No Google search results. SCCM 2012 R2: Cannot stop tmlisten service when installing KB2905002. Server 2008 R2: KMS Error 0xC004F050 Invalid product key. IE9: Open Adobe PDF file types automatically.
jthys.wordpress.com
IE9: Open Adobe PDF file types automatically | Joris's Blog
https://jthys.wordpress.com/2013/08/12/ie9-open-adobe-pdf-file-types-automatically
Windows XP / 7. IE9: Open Adobe PDF file types automatically. IE9: Open Adobe PDF file types automatically. August 12, 2013. HKEY CURRENT USER Software Microsoft Windows Shell AttachmentExecute {0002DF01-0000-0000-C000-000000000046}]. 8220;AcroPDF.PDF.1″=dword:00000000. Hope this can help someone. Windows XP / 7. May 14, 2014 at 9:24 am. Excellent, what a web site it is! This web site gives. Useful data to us, keep it up. Leave a Reply Cancel reply. Enter your comment here. Address never made public).
jthys.wordpress.com
Joris's Blog | Personal IT Blog | Page 2
https://jthys.wordpress.com/page/2
SCCM 2007: Remove obsolete PXE service point from ‘component status’. May 30, 2013. Recently I had an issue with a PXE service point which was always coming back in the component status with status critical. The component was already removed from the Site Systems and also from the registry but It didn’t want to go away from the Component Status. But it kept coming back after a while. The solution here is to modify the record in the Summarizer SiteSystem. Open the SQL Server Management Studio. May 27, 2013.
jthys.wordpress.com
SCCM 2012 R2: Cannot stop tmlisten service when installing KB2905002 | Joris's Blog
https://jthys.wordpress.com/2013/12/23/sccm-2012-r2-cannot-stop-tmlisten-service-when-installing-kb2905002
SCCM 2007 / 2012. SCCM 2012 R2: Cannot stop tmlisten service when installing KB2905002. SCCM 2012 R2: Cannot stop tmlisten service when installing KB2905002. December 23, 2013. I had an issue with installing SCCM 2012 R2 hotfix KB2905002. It seems that this hotfix tries to stop the anti-virus service which was in my case the Trend Micro Listener service: Cannot stop tmlisten service on computer. Make sure that you stop the Anti-virus services before installing KB2905002. SCCM 2007 / 2012. SCCM 2012 R2: C...
jthys.wordpress.com
SCCM 2007: Software Updates during capture task sequence | Joris's Blog
https://jthys.wordpress.com/2013/05/31/sccm-2007-software-updates-during-capture-task-sequence
SCCM 2007 / 2012. SCCM 2007: Software Updates during capture task sequence. SCCM 2007: Software Updates during capture task sequence. May 31, 2013. In this post I would like to share my best practices for software updates during an image build within SCCM 2007. This can be challenge to include a lot of updates and find out what exactly is going wrong. I experienced by myself failed captures due to software updates installations. So I will cover some points were to pay attention to. I386 hotfix KB2509007 ...
jthys.wordpress.com
July | 2013 | Joris's Blog
https://jthys.wordpress.com/2013/07
Archive for July, 2013. Powershell: OpenFileDialog x64 systems. July 8, 2013. Recently I had an issue where the Openfiledialog was not working anymore in one of my Powershell scripts. Nothing happened when I executed my script. The strange thing was that the script was working on an 32-bit system and also with PowerGUI on x64 systems. The solution is to add the ShowHelp parameter of the OpenFileDialog form and configure it as true. OpenFileDialog.ShowHelp = $true. Powershell: OpenFileDialog x64 systems.