Wiki ICT

The error message : WARNING: Unable to download from URI ‘https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409’ to ”. WARNING: Unable to download the list of available providers. Check your internet connection. Set Powershell to accepts TLS 1.2 connections.   https://www.powershellgallery.com/packages/PSWindowsUpdate/2.1.1.2 To test this : 1. Open Powershell (As Admin) 2. [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 3. Try it again!   From now […]

Meer lezen

First you need to install the PowerShell module. # Install-Module -Name PSWindowsUpdate -Force Then check if there are windows update for your machine. # Get-WindowsUpdate Then if you want to install all the updates you can run the following command. # Get-WindowsUpdate -AcceptAll -Download -Install -MicrosoftUpdate Now you can reboot the machine with Y   […]

Meer lezen

Resetting root password in vCenter Server Appliance 6.5 / 6.7 / 7.x (2147144) Last Updated: 4/5/2021Categories: TroubleshootingTotal Views: 485950 172Language:Chinese (Simplified)JapaneseEnglishGerman subscribe Skyline Health Diagnostics (SHD) is a tool that analyses log files to detect known issues and recommend solutions/KBs. Benefits include: Instant resolution to known issues that occur in your vCenter/vSphere environment Significant reduction of time and efforts in resolving issues […]

Meer lezen

Open regedit…..   Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability   You can safely delete all the values mentioned, for example, my system has the following values, DirtyShutdown, DirtyShutdownTime, LastAliveStamp, TimeStampInterval, LastComputerName They will be recreated as needed. You can make a backup of the registry entry if you want.

Meer lezen

HP Image Assistant (HPIA)   HP Image Assistant | HP Client Management Solutions   DESCRIPTION: The HP Image Assistant is an essential tool that provides assistance to IT System Administrators to improve the quality and security of their HP PCs running Microsoft Windows by analyzing, identifying problems, and recommending solutions. Supported Platform List User Guide […]

Meer lezen

On any server, the logs can start to add up and take considerable amount of disk space. Systemd conveniently stores these in /var/log/journal and has a systemctl command to help clear them. Take this example: $ du -hs /var/log/journal/ 4.1G /var/log/journal/ 4.1GB worth of journal files, with the oldest dating back over 2 months. $ ls -lath /var/log/journal/*/ | […]

Meer lezen

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