input
My SME is in server only mode.
That means it has a lower OS level setting by default (than in server & gateway mode), to allow other servers to be dominant re browsemaster.
I have no other servers running.
OK so there is no Windows server trying to be browsemaster, but you do have windows workstations acting as browsemaster servers & all three (sme & 2 workstations) are competing against each other, & possibly there are settings in your router/gateway that are also trying to make the router be the browsemaster for your network.
I search with google and I found some threads what I had in my favorites, but already deleted because it was not helping me.
What I did in Windows register was:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters
"IsMasterBrowser" with the value off 1 and "MaintainServerlist" with the value auto
That is really the opposite of what you want to do. These settings are configuring the workstation to be the browsemaster server, which may suit an "all Windows network". but does not ideally suit a network with SME servers.
I suggest you follow the instructions I gave in the previous post
ie
In all windows workstations
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser\Parameters
"IsMasterBrowser" value 0
"MaintainServerlist" value No
On SME server
config setprop smb OsLevel 95
signal-event workgroup-update
There is only one problem what I have and that is that with wincommander with open samba.conf a part off the tekst is outside my monitor. So I can not reading the samba.conf very well.
I tried differents things in the option mode from wincommander but till now I have no results.
I suggest you install Putty SSH client on your windows workstation, configure sme server to allow access (in server manager remote access panel) & then use that to view configuration files on your sme server. Ideally you should use public/private keys if accessing SSH remotely, see the Howto on that topic, link at top of Forums.
PLEASE NOTE that making changes directly to conf files on sme will only have a temporary effect (& in some many/cases you may break your server), as these settings will be lost on the next reboot of the server.
The correct way to get changes into conf files, is by issuing db commands or where no db command is available for the parameter you wish to change, then create a custom template.
Note that valid db settings & custom template settings will change values in conf files permanently (eg smb.conf)
I hope that your now satesfied with my answer.
It is obviously better when you provide detailed accurate answers as we can give you more accurate advice of where you are going wrong or what needs to be changed.
Your earlier comment was basically a simple, "Oh well I changed them & it did not work" which really tells us nothing, but implies you have properly investigated the correct settings etc, which it appears you have not done in this case, due perhaps to a misunderstanding of how browsemaster settings can effect the network.
Changing these browsemaster settings is still a troubleshooting experiment or process of elimination on your network, to see if it resolves your problem, so let us know the outcome.