aktifkan fitur lewat setelan aplikasi windows:
SMB 1.0/CIFS File Sharing Support Option
aktifkan fitur lewat setelan aplikasi windows:
SMB 1.0/CIFS File Sharing Support Option
Cari network yang ingin dirubah di :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
Cari profilename yang ingin dirubah, Lalu rubah nilai category berdasar nilai berikut:
Network Location | Data Value |
Public | 0 (zero) |
Private | 1 |
Domain | 2 |
10
Get-NetConnectionProfile
Set-NetConnectionProfile -Name "Your Network Name" -NetworkCategory Public
Replace the "Your Network Name" with your actual network name you got from the previous command.