by DXSdata | 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 DXSdata | Sep 14, 2015 | Administration
1) Get name of the application to be uninstalled: Shell wmic product get name 1 wmic product get name 2) Execute command: Shell wmic /node:"yourRemotePCNameOrAlias" product where name="yourApplicationName" call uninstall 1 wmic /node:"yourRemotePCNameOrAlias" product...
by DXSdata | 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...
Comments