With Samba, it looks like I finally got this solved myself. I persisted with my searches in the internet and came across a Windows 7 forum which gave the following solution which worked:-
Tuesday, August 19, 2025
Monday, August 18, 2025
sippingtool hilang dari windows 11
bisa diinstal dengan perintah
winget install 9MZ95KL8MR0L -s msstore
winget search --source 'msstore' "$Name"
winget install --source 'msstore' --id "$ID"
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:
- Click Start, click Run, type
wbemtest
in the Open box, and then click OK. - In the Windows Management Instrumentation Tester dialog box, click Connect.
- In the box at the top of the Connect dialog box, type
root\cimv2
, and then click Connect. - Click #Enum Instances".
- In the Class Info dialog box, type
Win32_OperatingSystem
in the Enter superclass name box, and then click OK. - In the Query Result dialog box, double-click the top item. Note this item starts with "Win32_OperatingSystem.Name=Microsoft..."
- In the Object editor dialog box, locate the
PAEEnabled
property in the Properties area and double-click on it. - In the Property Editor dialog box, note the value in the Value box.
Subscribe to:
Posts (Atom)