Fix lỗi không turn on file and printer sharing trên win 7

The sequence of commands which did it are given below. I ran them in Windows PowerShell (right click->Run as administrator) Enable SM...

The sequence of commands which did it are given below. I ran them in Windows PowerShell (right click->Run as administrator)
  1. Enable SMBv1 on the SMB server:
    Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 1 -Force
  2. Enable SMBv2 and SMBv3 on the SMB server:
    Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB2 -Type DWORD -Value 1 -Force
  3. Restart computer
  4. Enable SMBv1 on the SMB client:
    a) sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
    b) sc.exe config mrxsmb10 start= auto
  5. 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
  6. Restart computer
All the above commands are given in the Microsoft KB 2696547 article: https://support.microsoft.com/en-ie/help/2696547/how-to-enable-and-disable-smbv1-smbv2-and-smbv3-in-windows-and-windows-server. I had tried these commands earlier too, but missed to run the commands 4 and 5 above for the SMB client. Now after running all the commands, the issue is resolved!
Hope someone finds it helpful, and saves a few hours of time and endless frustration.
Tên

Android,5,Anti virus,7,Bản quyền phần mềm,9,CCNA,3,Dối tác,1,Game Android,2,Game iOS,1,Games,4,Giai tri,1,Hệ điều hành,4,IOS,1,KCXD,1,Kiến thức,14,Kiến thức Xây dựng,24,Linux,2,Phần mềm,16,Phần mềm xây dựng,9,Phong thủy,3,Revit,3,Software,56,Sống,1,TCVN,3,Thủ thuật,44,Ứng dụng,6,VBA excel,8,Video,4,Web,10,web hay,9,Windown Phone,1,
ltr
item
Lê Ngân: Fix lỗi không turn on file and printer sharing trên win 7
Fix lỗi không turn on file and printer sharing trên win 7
Lê Ngân
https://www.lengan.net/2019/08/khong-turn-on-file-and-printer-sharing.html
https://www.lengan.net/
https://www.lengan.net/
https://www.lengan.net/2019/08/khong-turn-on-file-and-printer-sharing.html
true
5345002139417399617
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content