venerdì 11 marzo 2016

Adobe Reader not open Outlook to send file as attachment




Version 11.03 of Adobe reader do not open normally outlook to attach the viewed file as attachment showing this error message.



The solution is to copy the file from another pc with same operating system. When done another message will appear showing that is missing msvcR100.dll
So at the end copy these files in c:\windows\system32
- msvcP100.dll
- msvcR100.dll
start and reopen Adobe.

venerdì 19 febbraio 2016

Getting back to application developement ;)

I'm getting back to application developement for a while.

The aim of this new project is to manage my heating system at home with a raspberry.
Stay tuned.
;)

mercoledì 17 febbraio 2016

Network interface E1000E vs VMXNet3 on VMWare with Windows 2008 and 2012

I like to post this two interesting articles about the type of Virtual nic better to use in windows 2008 and 2012 on a virtualized enviroment on vmware:

http://rickardnobel.se/vmxnet3-vs-e1000e-and-e1000-part-1/

http://rickardnobel.se/vmxnet3-vs-e1000e-and-e1000-part-2/

On the second part of article became clear that is better to use VMXNet3 nic on W2012 servers.

martedì 16 febbraio 2016

Internet Explorer Group Policy Preference

Dalla versione 10 di Internet Explorer non è più possibile usare le group policy standard di windows 2008 per modificare i settaggi di internet explorer.

Per poterlo fare è necessario usare le group policy preferences che però devono essere editate con un domain controller windows 2012 o superiore.

Altrimenti è possibile utilizzare un client windows 8 con gli administrative tools e diritti di domain administrator.

L'implementazione delle group policy è abbastanza semplice e funzionale anche perchè può essere finemente distribuita con il Targeting.

Purtroppo però le policy di default contengono dei settaggi base che sono abbastanza fastidiosi per gli utenti, in primis il pop up che chiede il wizard di connessione, poi il popup che avvisa l'abbandono di connessioni protette e poi quello che avvisa l'utilizzo di una connessione protetta nel caso per esempio si passi a https://www.google.it.

Per eliminare quesi messaggi lascio questi spunti per delle group policy mirate.

Qui sotto l'ultimo messaggio che è stato piuttosto difficile da eliminare e il settaggio da modificare nella group policy preference


Gli altri settaggi da ABILITARE sono:
policy>user configuration>Administrative templates>Windows Components>Internet Explorer>

Prevent Running First Run Wizard


Turn Off the security Setting Check Feature

Se l'articolo è piaciuto o servito lascia un commento!

lunedì 15 febbraio 2016

Outlook, hotmail and microsoft Blacklisting removal

I found this interesting form for microsoft antispam delisting.
https://support.microsoft.com/en-us/getsupport?oaspworkflow=start_1.0.0.0&wfname=capsub&productkey=edfsmsbl3&ccsid=635646486111579910

giovedì 28 gennaio 2016

SQL Server TCP/IP dynamic port insted of 1433

Last releases of SQL server implement dynamic port for connection so old client could not connect, this is the setting that has to be changed.


lunedì 28 dicembre 2015

Citrix Recevier cannot add farm url non ssl

Solution

To resolve this issue, modify the client registry.
For 32-bit Windows - HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Dazzle For 64-bit Windows - HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\Dazzle REG_SZ: AllowAddStore
Value: A
Note: Changing the value to A allows to add non-secure URLs.