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.

Thursday, December 12, 2024

Mengurangi crash windows 7 / xp / server 2003 / 2008 dengan mematikan share admin

net share C$ /delete

net share ADMIN$ /delete

reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v AutoShareServer /t REG_DWORD /d 0 /f

reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v AutoShareWks /t REG_DWORD /d 0 /f 

Monday, April 15, 2024

Cara menambahkan profile High Performance atau Ultimate pada setelan power agar komputer lebih kencang

 

  1. Open command line or PowerShell.
  2. Copy the following command.
    For adding the High Performance plan:
    powercfg -duplicatescheme 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
    If you need to add the Ultimate Performance plan:
    powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

Friday, February 2, 2024

Download patch untuk bersihkan windows 10//11 dari bloatware

 https://github.com/PrivacyIsFreedom/Windows


https://codeberg.org/PrivacyIsFreedom/Windows

Wednesday, January 10, 2024

Untuk bisa print ke windows dari ubuntu 22.04 atau lebih baru

 Jalankan perintah berikut untuk mengeluarkan opsi pilih printer dari seting

apt install smbclient python3-smbc