Friday, January 17, 2025

Mengatasi problem windows xp client tidak bisa akses share nya windows 7

 Disable SMB2 on Windows 7 File Server with Windows XP Clients


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

SMB2 = 0 (DWORD, default: not present assumes 1, recommended: 0 if using clients with older Windows variants)

SMB1 = 1 (DWORD, default: not present assumes 1-enabled, recommended: 1 - no need to add or change)


Under Windows 8/10/2012 Server, you can also disable SMB2/3 using PowerShell cmdlets:

Sunday, January 5, 2025

Cara mengetahui apakah PAE sudah enable di windows 7 32 bit

 To use the graphical user interface to determine whether PAE is enabled, follow these steps:

  1. Click Start, click Run, type wbemtest in the Open box, and then click OK.
  2. In the Windows Management Instrumentation Tester dialog box, click Connect.
  3. In the box at the top of the Connect dialog box, type root\cimv2, and then click Connect.
  4. Click #Enum Instances".
  5. In the Class Info dialog box, type Win32_OperatingSystem in the Enter superclass name box, and then click OK.
  6. In the Query Result dialog box, double-click the top item. Note this item starts with "Win32_OperatingSystem.Name=Microsoft..."
  7. In the Object editor dialog box, locate the PAEEnabled property in the Properties area and double-click on it.
  8. In the Property Editor dialog box, note the value in the Value box.