Windows 10 did not show my samba shares. The problem was not with my linux machine but with Windows 10. The fix is simple:
open incoming traffic for UDP 5353 in the Windows Firewall and your server will appear…
Windows 10 did not show my samba shares. The problem was not with my linux machine but with Windows 10. The fix is simple:
open incoming traffic for UDP 5353 in the Windows Firewall and your server will appear…
hello,
to see which GPO is apploed to your machine/user, you can use following commands inside the terminal:
# gpresult /scope user /r
# gpresult /scope computer /r
Please note that you can get an "access denied." message when querying the machine GPO. Use a terminal with elevated rights to do this. E.g. execute the command-line as admin.
To view the applied values in your GUI you can use the tool rsop.msc
When installing SQL Server 2012 one can run into “‘Reboot required check failed” situation. This is in many production environments a total no-go. Here is a simple workaround for that:
There you go… SQL Server installed without a reboot.