Repository of various works in text file format
Revisão | af80d75e18721a21377480a68aab857fe0ecfeab (tree) |
---|---|
Hora | 2024-02-18 23:17:26 |
Autor | pierfrancesco A <pierqr.mygit@emai...> |
Commiter | pierfrancesco A |
ps. adding win configurations
@@ -66,6 +66,7 @@ Win 10 { | ||
66 | 66 | but win10 doesn't accept smb 1.0 and 2.0 does not work on xp https://answers.microsoft.com/en-us/windows/forum/all/smb-20-for-xp/fc4c4ea9-50df-4323-b279-9275f244ae6d |
67 | 67 | https://superuser.com/questions/1712362/cant-use-smb2-on-windows-xp |
68 | 68 | Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol # this allows smb1 usage on win10 |
69 | + #OR use FTP (quick and easy fpt server for example) | |
69 | 70 | } |
70 | 71 | } |
71 | 72 | } |
\ No newline at end of file |