Microsoft has deactivated SMBv1 with the Fall Creators Update (Version 1709).
To activate SMBv1 again, open Windows PowerShell (as Administrator) and type:
Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol
After executing this command in PowerShell you will be asked to reboot the computer.
SMBv1 is now enabled again.