Ts. Panu kaya yun sa windows 7 sp1 ayaw mag-on yun sa File and Printer Sharing.. Dati naman nagana yun. Now, Once na i-on ko nabalik sa off pag inopen ulet yun settings na yun.
Una try mo kung nakaenable to sa services
Workstation
Server
HomeGroup Provider
HomeGroup Listener
Routing and Remote Access
Remote Procedure Call
Function Discovery Resource Publication
Function Discovery Provider Host
Kung hindi ay enable at automatic.
Kapag d gumana ,
Try mo to sa
Windows PowerShell (right click->Run as administrator)
Enable SMBv1 on the SMB server:
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 1 -Force
Enable SMBv2 and SMBv3 on the SMB server:
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB2 -Type DWORD -Value 1 -Force
Restart computer
Enable SMBv1 on the SMB client:
a) sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
b) sc.exe config mrxsmb10 start= auto
Enable SMBv2 and SMBv3 on the SMB client:
a) sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
b) sc.exe config mrxsmb20 start= auto
Restart computer
Ps be extra careful at sundan ang steps ng maigi.




buti nakatulong ako sayo haha.