Categorie: Linux

You will need to run a query against the Veeam SQL Database to “break” the connection from VBR to Enterprise Manager. In order to do so we will need: SSMS: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15 Using SSMS connect to the SQL server holding the Veeam DB(you can find all the details on the Veeam server using regedit – Go […]

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

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

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