In deze korte handleiding wordt uitgelegd hoe de Windows Register Editor geopend kan worden. In het Windows register kunnen wijzigingen gemaakt worden voor instellingen  in Windows en programma’s.

Let op! Maak alleen wijzigingen waarbij de werking bekend is. Verkeerde wijzigingen kunnen er voor zorgen dat Windows of onderdelen niet meer goed functioneren.

Zie hieronder de stappen om de register editor te openen:

  1. Klik op start
  2. Type: regedit
  3. Klik met de rechtermuisknop op regedit (zodra deze gevonden is).
  4. Klik op ‘Als administrator uitvoeren

Daarna verschijnt het volgende venster als UAC (user access control) geactiveerd is:

  • Klik hier op Ja

Daarna is de register editor geopend en kunnen er wijzigingen gemaakt worden.

Read more

Now in the year 2017 it will be time to consider to say goodbye to the Microsoft Office 2003 product versions. That’s what Microsoft likes too. Many users who use the 2007 compatibility pack as a bridge between Office 2003 and the 2007 (and above) versions will experience problems when opening 2007 files after installing major Windows 10 updates.

I will describe some examples in this article how to manage and automate the installation of FileFormatConverters.exe. These scripts can be used standalone and are not suitable for a business deployment environment.

Script is written in oldschool batch cause many users with office 2003 products have not worked so much with powershell:)

copack2007-install.bat

@ECHO OFF

ECHO author      :  Arjan Lobbezoo, IT Professional, Solide Automatisering
ECHO email       :  info@solideautomatisering.nl
ECHO file        :  copack2007-install.bat
ECHO description :  install MS Office compatibility pack 2017 silent
ECHO dependency  :  FileFormatConverters.exe from https://www.microsoft.com/nl-NL/download/details.aspx?id=3

ECHO.

ECHO Try to install FileFromatConverters (language depending on file)...
FileFormatConverters.exe /quiet

Easy call of FileFormatConverts.exe with the quiet parameter so the installation will perform silent.

copack2007-remove.bat

@ECHO OFF

ECHO author      :  Arjan Lobbezoo, IT Professional, Solide Automatisering
ECHO email       :  info@solideautomatisering.nl
ECHO file        :  copack2007-remove.bat
ECHO description :  remove MS Office compatibility pack 2017

ECHO.

if _%1_==_payload_  goto :payload

:requestadmin
    echo %~nx0: elevating self
    set vbs=%temp%\requestadmin.vbs
    echo Set UAC = CreateObject^("Shell.Application"^)                >> "%vbs%"
    echo UAC.ShellExecute "%~s0", "payload %~sdp0 %*", "", "runas", 1 >> "%vbs%"
    "%temp%\requestadmin.vbs"
    del "%temp%\requestadmin.vbs"
goto :eof

:payload
    cd /d %2
    shift
    shift
    ECHO Try to remove the NL compatibility pack version...
    wmic product where name="Compatibiliteitspakket voor het 2007 Microsoft Office system" call uninstall /nointeractive
    ECHO Try to remove the EN compatibility pack version...
    wmic product where name="Compatibility Pack for the 2007 Office system" call uninstall /nointeractive
goto :eof

:eof

This script will create first a vbs file to get admin rights. Wmic is called and doesn’t request the admin rights. So the vbs script request the admin rights. If UAC is on you have to click yes. Then the script will use wmic to uninstall the package.

copack2007-reset.bat

@ECHO OFF

ECHO author      :  Arjan Lobbezoo, IT Professional, Solide Automatisering
ECHO email       :  info@solideautomatisering.nl
ECHO file        :  copack2007-reset.bat
ECHO description :  remove and install MS Office compatibility pack 2017
ECHO dependency  :  FileFormatConverters.exe from https://www.microsoft.com/nl-NL/download/details.aspx?id=3

ECHO.

if _%1_==_payload_  goto :payload

:requestadmin
    set vbs=%temp%\requestadmin.vbs
    echo Set UAC = CreateObject^("Shell.Application"^)                >> "%vbs%"
    echo UAC.ShellExecute "%~s0", "payload %~sdp0 %*", "", "runas", 1 >> "%vbs%"
    "%temp%\requestadmin.vbs"
    del "%temp%\requestadmin.vbs"
goto :eof

:payload
    cd /d %2
    shift
    shift
    ECHO Try to remove the NL compatibility pack version...
    wmic product where name="Compatibiliteitspakket voor het 2007 Microsoft Office system" call uninstall /nointeractive
    ECHO Try to remove the EN compatibility pack version...
    wmic product where name="Compatibility Pack for the 2007 Office system" call uninstall /nointeractive
    ECHO Try to install FileFromatConverters (language depending on file)...
    FileFormatConverters.exe /quiet
goto :eof

:eof

In this file the remove and install request of the compatibility pack is combined. This script can be used to solve the update issues after a major Windows 10 major upgrade. Just run it.

The batch scripts can only run from a local or remote drive letter. Server (netbios) shares are not supported yet except when the share is remapped to a driveletter. I hope to get started with another version (PowerShell) if needed.

 

 

Extract the files in a local folder or a remote drive share. For example c:\software\copack2007\. Run the batch file for the required action. Tip is to create a shortcut of copack2007-reset on the users dekstop. So users can easy fix the tool when the windows 10 update has broken the package.

For multi language support download the package in your language from the Microsoft site. You have to change the product name in the remove scripts. Use “wmic product get name” in cmd to determine the name in your language.

Read more

Let op! Nieuw artikel over dit onderwerp – Update januari 2018:
https://arjanlobbezoo.nl/microsoft-outlook-zoeken-langzaam-en-werkend-windows-updates-oplossing/

Sinds mei 2017 zijn er enkele updates uitgerold die de indexering in Microsoft Outlook verstoren. Het is mij niet duidelijk om welke updates het gaat. Hieronder de stappen om in Outlook 2010 de index opnieuw samen te stellen. In de meeste gevallen hielp dit.


  • Ga naar Bestand en kies Opties

  • Klik op Zoeken en kies daarna voor Opties voor indexering

  • Klik op Geavanceerd

  • Klik op Opnieuw samenstellen
  • Klik daarna op OK
    Vervolgens bij eerdere venster op Sluiten
    Klik nogmaals op OK
  • Sluit Outlook af (alle vensters sluiten, ook mailberichten en agenda).
  • Na 1 minuut Outlook weer opstarten
  • Wacht een half uur en laat Outlook ondertussen open staan
  • Probeer opnieuw te zoeken.

In Office 2016 kan het zoekprobleem in combinatie met office 365 heel hardnekkig zijn. Een oplossing is is terugdraaien naar een eerdere subversie van Office 2016. Neem voor de mogelijkheden contact op.

Aanvullende informatie bij Office 2016 (Engelstalig):
https://lookeen.com/blog/how-to-fix-outlook-2016-search-problems

https://office-watch.com/2016/force-windows-indexing-to-run-faster/

Read more

Sinds april 2017 is de nieuwe Windows Creators Update uitgebracht. Deze update was al herhaaldelijk aan de orde in de media vooral als het ging om privacy. Op dit moment komt deze update binnen via de Windows Update.

Update 1703 heeft als codenaam Windows Creators Update en is de grote opvolger van de Aniversary Update ver 1607. In versie 1703 is er zichtbaar gezien minder gewijzigd.

Handmatig installeren kan via de volgende link:
https://www.microsoft.com/nl-nl/software-download/windows10
Daarna klikken op update nu

Via het commando ‘winver’ kun je controleren welke versie geinstalleerd staat:

Privacy

Naar mijn idee is er weinig veranderd aan de privacy items. Behalve een nieuwere schil staan dezelfde items erin. Wat wel nieuw is dat er uitgebreid geïnformeerd wordt over de gevolgen van het aan houden van opties. Is dat waarom er in de Nederlandse media afgegeven wordt op de Creators Update?

Mijn advies is om nog even je privacy items langs te lopen. Zie artikel van versie 1607.

Wat is er o.a. nieuw in deze versie?

  • Instellingen menu is aangepast. Volgende items zijn erbij gekomen:
    • Gaming
    • Apps (bestond al, maar is nu ook een direct koppeling)
  • Windows Update core is verbeterd
  • Windows Defender is uitgebreid
  • Grafische aanpassingen (Blue light)
  • Foto app optimalisatie
  • Paint 3D
  • Netwerk optimalisatie + dataverbruik is inzichtelijk via netwerk
  • NumLock preventie bij bijv. intypen pincode
  • USB Audio 2.0 support
  • Internet Explorer 11 is blijkbaar ook nog bijgewerkt en aangepast, wel zo fijn en veiligj
    • er staat o.a. nu een koppeling bij naar Edge

Gebruikte bron:
https://www.thurrott.com/windows/windows-10/83780/complete-guide-windows-10-version-1703

Read more

De laatste tijd kom ik regelmatig tegen dat computers niet meer op internet komen nadat een update geïnstalleerd is.

Dit is meestal op te lossen door:

Deze netwerkopdrachten uitvoeren in een opdrachtpromptvenster

  1. Typ Opdrachtprompt in het zoekvak op de taakbalk. Druk vervolgens op Opdrachtprompt en houd vast (of klik erop met de rechtermuisknop) en selecteer Als administrator uitvoeren > Ja.
  2. Voer achter de opdrachtprompt de volgende opdrachten uit in de opgegeven volgorde en controleer vervolgens of uw probleem hiermee is opgelost:
    • Typ netsh winsock reset en druk op Enter.
    • Typ netsh int ip reset en druk op Enter.
    • Typ ipconfig /release en druk op Enter.
    • Typ ipconfig /renew en druk op Enter.
    • Typ ipconfig /flushdns en druk op Enter.

Vaak moet dit wel in de veilige modus uitgevoerd worden. Zodra ik meer tijd heb wil ik de hele procedure nog een keer uitwerken.

Meer informatie op de Microsoft Support website:
https://support.microsoft.com/nl-nl/help/10741/windows-10-fix-network-connection-issues

Read more