by admin | Dec 22, 2015 | C# .Net
Code version tool Subversion might show various version conflicts if you use the repository on multiple machines. This can even happen if no code is changed. In this case it can be quite annoying, as it does not make any sense for the user. Solution Add the following...
by admin | Dec 10, 2015 | Administration
Scenario Some applications always try to gain administrative permissions on your system, even if they don’t need them. A reason for this might be a lazy or ignorant software developer. If all of your Windows AD users have local default privileges, it is not an...
by admin | Nov 24, 2015 | Administration, C# .Net
Scenario E.g. from December 2015 to January 2016, there can be different starts of the week numbering in different countries. In Austria, week number one is the “first 4-day week”, which is similar to Germany. But if you use any .Net software or have...
by admin | Nov 14, 2015 | Administration
Scenario In your LAN, you use a mixture of Windows 7, Windows 8.1 and Windows 10 client workstations. User accounts are configured for roaming profiles combined with folder redirection. If a user changes e.g. from a Windows 7 to an 8.1 station, the user profile might...
by admin | Nov 4, 2015 | MySQL
Problem An SQL query containing multiple table joins, functions etc. is too slow, but necessary. Solution approaches Indexes created on single or multiple MySQL table columns can increase performance in a significant way if they are used correctly. First, have a look...
by admin | Oct 23, 2015 | C# .Net
Unfortunately, there is not much documentation regarding the AsterNet library, so the code snippet below might help someone who simply wants to abort an incoming or outgoing call, e.g. via a C# .Net button. Basically this is quite simple, you only have to remember the...
by admin | Oct 6, 2015 | Administration
Scenario You use a Windows Server system like 2008 R2 and DFS shares on 2 or more servers, and they suddenly do not stay in sync any more. In Windows Event Log, you see remaining events 2212 and 2104, source DFSR. The DFS replication database seems to be damaged....
by admin | Sep 22, 2015 | C# .Net
Trying to install Lync 2010 SDK for Visual Studio 2013 Pro, an error regarding installation requirements appears: It requires Visual Studio 2008 SP1 (or higher). But it seems like VS2013 is not recognized by the installer. Lync 2013 SDK does (partly) not work with...
by admin | Sep 14, 2015 | Administration
1) Get name of the application to be uninstalled: wmic product get name 2) Execute command: wmic /node:”yourRemotePCNameOrAlias” product where name=”yourApplicationName” call uninstall If you get a result like instance of __PARAMETERS {...
by admin | Sep 7, 2015 | Android
Using Cyanogenmod 11 with Android 4.x or running the general pre-installed mobile Android image, this worked without problems: Use DHCP reservation feature of your server and maybe give it a DNS A hostname so you are able to access (at least ping) your mobile phone...