First You need to install the Microsoft.NET Framework 4.5 or later and then either the Windows Management Framework 3.0 or the Windows Management Framework 4.0. For more information, see
Author: admin
fltmgr.sys blue screen error 0x0000003Bfltmgr.sys blue screen error 0x0000003B
0x0000003B error is usually a graphic’s driver (display adapter/video driver), other possibilities include but are not limited to antivirus/antispyware/security programs and even memory (mapping) What work’s for
How To Allow Java On BrowserHow To Allow Java On Browser
The latest versions of java have some security improvements that prevents from old applets to run causing a lot of headaches to work with. In order to allow Jave
Simple way to add horizontal categories menu in WordPress without CSSSimple way to add horizontal categories menu in WordPress without CSS
To create a horizontal categories menu separated by ‘ | ‘ in WordPress, use this code. <?php echo str_replace('<br />',' | ', wp_list_categories('style=&echo=0&title_li=')); ?> If you want to exclude
hyper-v replication with certificate Authenticationhyper-v replication with certificate Authentication
Hyper-V Replication base on Certificate Authentication have great advantage in terms of security, kerberos Authentication base usually put the replication server in the same Domain as the hyper-v host
Windows File Explorer open SlowWindows File Explorer open Slow
Some time the windows file explorer takes long time to open and to refresh and it is running slowly in general, Some time the problem is because the
Configure Shadow Copy For Windows 10Configure Shadow Copy For Windows 10
Windows 10 lack the feature of schedule shadow copy like in windows 7 and server 2008. But you Still can do it with Win32_ShadowCopy class in WMI. First enable
The Microsoft Exchange Transport service is rejecting message submissions because the available disk space has dropped below the configured threshold.The Microsoft Exchange Transport service is rejecting message submissions because the available disk space has dropped below the configured threshold.
Problem When attempting to send mail to an Exchange 2007 EMail Server, you see the above error message. Usually the Exchange can send mail out and exhibits no other problems.
vmware vcenter database over 10 gigavmware vcenter database over 10 giga
Vcenter running SQL Express. “VIM_VCDB” reached 10GB and so crashes Vcenter !! To purge the data in the VPX_EVENT table: Connect to Servername\SQL Database and log in with the appropriate
check if php can send mail on linuxcheck if php can send mail on linux
check if PHP-scripts can send emails: from console or putty session to the server php -a mail ('you@example.com', "Test Postfix", "Test mail from postfix"); exit (); Note: if after running php