Auteur: maikel

Microsoft’s Azure AD Connect is a great tool that allows admins to sync Active Directory credentials from local domain environments with Microsoft’s cloud (Azure/Office 365), eliminating the need for users to maintain separate passwords for each. While not a common occurrence, there may be reasons that you would need to remove Microsoft’s Azure AD Connect […]

Meer lezen

With regedit, look into the registry key of the service. When the startup type of the service is set to “Automatic (Delayed start)”, the value of DelayedAutostart is set to 1 HKLM\SYSTEM\CurrentControlSet\services\<service name>\DelayedAutostart To increase the default delay of 120 seconds, right click the registry key and add new key AutoStartDelay (DWORD (32-bit) HKLM\SYSTEM\CurrentControlSet\services\<service name>\AutoStartDelay […]

Meer lezen

When removing Veeam from Windows, and reinstalling Veeam on the Windows machine and get the same error? The old jobs are still showing? Then you need to reset the Veeam database. 1. stop service  VeeamEndpointBackupSvc ( Veeeam agent for Microsoft Windows ) 2. execute regedit. go to HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Endpoint Backup\ and change the DWORD value […]

Meer lezen

Druk op Windows + R om het opdrachtvenster Uitvoeren te openen. Typ regedit in het veld Openen en klik dan op OK. Ga in de Register-editor naar de volgende locatie: Op een 32-bits computer: HKLM\SOFTWARE\Adobe\Acrobat Reader\DC\FeatureState Op een 64-bits computer: HKLM\SOFTWARE\Wow6432Node\Adobe\Acrobat Reader\DC\FeatureState Als FeatureState nog niet aanwezig is, maakt u deze als nieuwe sleutel. Maak in FeatureState een nieuw DWORD en wijzig de naam naar 4033257. Wijs […]

Meer lezen

Windows de 64-bit shell extensions probeert te gebruiken terwijl dit Office 32-bit is, omdat Word een out-of-process COM server is maakt het niet uit dat de extensie 32-bit is binnen 64-bit Explorer. Volgende registerwaarden verwijderd: HKEY_CLASSES_ROOT\CLSID\{84F66100-FF7C-4fb4-B0C0-02CD7FB668FE} HKEY_CLASSES_ROOT\CLSID\{65235197-874B-4A07-BDC5-E65EA825B718} HKEY_CLASSES_ROOT\CLSID\{00020827-0000-0000-C000-000000000046} Hierna systeem herstart en probleem is nu opgelost.

Meer lezen

Laptops en desktops Typ cmd in de Windows-zoekbalk linksonder op het scherm en selecteer vervolgens Opdrachtprompt in de lijst met resultaten. Typ wmic bios get serialnumber in het opdrachtpromptvenster en druk op Enter. De servicetag (het serienummer) verschijnt zoals weergegeven in de volgende afbeelding. Tablets Veeg op het scherm met Windows-tegels vanaf de onderzijde omhoog en tik op Alle apps. Schuif naar […]

Meer lezen

Have you ever tried to uninstall an old program that is no longer being used only to discover you need a password to do so? This is an all too common occurrence with older legacy applications or security programs. Trend Micro is a popular anti-virus software that is quite good at preventing malicious viruses from […]

Meer lezen

https://support.microsoft.com/en-us/help/4026726/windows-10-hide-updates-or-driver-updates You can download the file from the Microsoft site, or from this site.   wushowhide download here The 7 zip file contains wushowhide.diagcab 46682 bytes (45 KiB) sha256 AAA1102D6CE874C68537B8CCB98CBD15FB328F5624123E4EEAA9036B16F69996 Kind regards.    

Meer lezen

vi /usr/share/vim/vim80/defaults.vim set mouse=r It’s set mouse=r I did edit the default file because there were more defaults changed since jessie. vi /usr/share/vim/vim80/defaults.vim because somehow now syntax highlighting was on at default and all the users complained.   Found on > https://unix.stackexchange.com/questions/341564/vim-unable-to-copy-paste-in-debian-stretch

Meer lezen

Click the Start Menu and type: cmd and hit Enter. In the Command Prompt type the following command: powercfg –list It will show you the three power plans with their GUID numbers. Copy the GUID number of the power plans as they will used to create the shortcut. Now, right click on desktop and go to New >> Shortcut. In the […]

Meer lezen

Step 1: Install Apache webserver Since Nexcloud will run on a web browser, the first step will be to install the Apache webserver. To achieve this, first update the system, # sudo apt update -y Next, to install Apache execute the command # sudo apt install apache2 libapache2-mod-php Once installed, verify the status of Apache  […]

Meer lezen