Hoe zet ik OEM informatie in Windows Maak een regkey aan met de onderstaande info,Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]"Manufacturer"="Asus""SupportHours"="9 - 5""SupportURL"="www.support.nl""Model"="Cooler Master""SupportPhone"="1234567890""Logo"="C:\logo\logo.jpg"Pas de gegevens naar wens aan.
How to enable TLS 1.2 on Windows Server 2008 R2
Problem
How to enable TLS 1.2 on Windows Server 2008 R2?
Resolution
QuoVadis recommends enabling and using the TLS 1.2 protocol on your server. TLS 1.2 has improvements
How to Find Computer Locking Active Directory Account Find Locking Computer Using Event Logs
Login to the Domain Controller where authentication took place.
Open “Event Viewer“.
Expand “Windows Logs” then choose “Security“.
Select “Filter Current Log…” on
How to disable IPV6 on Windows 10
Get-NetAdapterBinding -ComponentID ms_tcpip6
Disable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6
Enable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6
Enable-NetAdapterBinding -Name "Wi-Fi" -ComponentID ms_tcpip6
How to renew RDS grace period on RDS hosts
To renew RDS grace period, you need to find the following registry key and delete it.
“HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod”
Before you can delete the registry key, you need to
How to Install Let’s Encrypt in Windows Server 2022 In this article, we’ll be guiding you through the process of generating Let’s Encrypt certificates on your Windows Server 2022.
Before diving straight into the process make sure
How To Open Port 80 on CentOS7 Installing a Web Server
In this section, I will show you how to install a web server on CentOS 7. I included this section so that
How to Configure a Cisco Layer 3 switch-Inter VLAN Routing Cisco L2 Switch (same configuration for both switches)
! Create VLANs 10 and 20 in the switch databaseLayer2-Switch# configure terminal Layer2-Switch(config)# vlan 10 Layer2-Switch(config-vlan)# end
Layer2-Switch(config)# vlan
How to change Exchange 2013-2016 urls
$confirmation = Read-Host "Are you Sure You Want To Proceed:"if ($confirmation -eq 'y') proceed$domain = Read-Host "Voer hier domein naam"Get-OutlookAnywhere |Select InternalHostName,ExternalHostNameGet-OWAVirtualDirectory |Select InternalURL,ExternalUrlGet-ECPVirtualDirectory |Select
How to allow Outlook to connect over TLS 1.1/1.2
Problem
Most web hosts have disabled the obsolete security protocol, TLS 1.0, and Microsoft Outlook requires v. 1.0 to connect on some versions of Windows. A 1.1/1.2-compliant
How to remove Exchange from Active Directory
Today’s article will show how to remove Exchange from Active Directory. We are going to force remove Exchange Server with ADSIEdit. Why with ADSIEdit and
How to remove Exchange from Active Directory
Remove Exchange Server with ADSI Edit
Log in to the domain controller and navigate to the Start menu. Open Administrative Tools and start ADSIEdit.
Remove Exchange Server attributes
Once opened, right-click ADSI
How to Configure Client Side Targeting in WSUS
In this post, we will see how to configure client side targeting in WSUS. In the previous posts we have seen Installation, Configuration, Managing and troubleshooting the WSUS server.
When you configure
How to deploy Remote Desktop Services (RDS) 2019
Installing Remote Desktop Services (RDS) on Windows Server 2019 appears to take many steps, but in reality is quite easy. In this article, we dive
Hollywood hacking terminal in Ubuntu De tool is heel toepasselijk Hollywood genoemd. In principe draait het in Byobu, een op tekst gebaseerde Window Manager en het maakt een willekeurig aantal
How to Move Magento 2 from Localhost to Server
Magento 2 store setup can be complicated. You may not want to offer a half baked setup to your potential customers only to disappoint them.
The
How To Disable Proxmox VE Subscription Notification cd /usr/share/javascript/proxmox-widget-toolkit/cp proxmoxlib.js proxmoxlib.js.bakvim proxmoxlib.json line 563 you find if (res === null || res === undefined || !res || res .data.status.toLowerCase() !== 'active') {