Pastebin
Retrouvez, créez et partagez vos snippets en temps réel.
Rechercher un Pastebin
Aucun paste trouvé.
Créer un paste
Pastebin
Blog
Hffj
# Enable SMB1 client (needed for most old open shares) Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol-Client # Also make sure guest/anonymous logons are allowed Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" -Name "AllowInsecureGuestAuth" -Value 1 -Type DWord # Restart the Workstation service (or just reboot once) Restart-Service LanmanWorkstation -Force
Créé il y a 1 mois.