REG ADD HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent /v AssumeUDPEncapsulationContextOnSendRule /t REG_DWORD /d 0x2 /f
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\RasMan\Parameters /v ProhibitIpSec /t REG_DWORD /d 0x0 /f
My Notebook
Wednesday, April 15, 2026
windows 11 l2tp with ipsec issue
Thursday, March 19, 2026
Windows 11 TPM issues on ESXI
If you cannot enable vTPM, bypass the check during installation:
- When you see the error, press SHIFT + F10 to open the Command Prompt.
- Type
regeditand press Enter. - Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\Setup. - Right-click
Setup, select New > Key, and name itLabConfig. - Inside
LabConfig, create three DWORD (32-bit) values:BypassTPMCheck-> Set to1BypassSecureBootCheck-> Set to1BypassCPUCheck-> Set to1.
- Close the editor and Command Prompt, then proceed with installation.
Monday, December 29, 2025
You can't access this shared folder because your organization's security policies block unauthenticated guest access.
Fixed using
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force
Set-SmbClientConfiguration -RequireSecuritySignature $false -Force
Set-SmbServerConfiguration -RequireSecuritySignature $false -Force
Wednesday, September 3, 2025
CHR installation ESXI 6
https://www.youtube.com/watch?v=s3t5Mz45L8Q
vmkfstools -i chr-7.19.4.vmdk chrnewlicense.vmdk -d thin
vmkfstools -X 512M chrnewlicense.vmdk
Tuesday, July 22, 2025
Monday, June 16, 2025
Tuesday, May 27, 2025
Subscribe to:
Comments (Atom)