All deployment shares has successfully been updated to latests and greats – 6.3.8330.1000
Updated kits and tools are now available for 1607 as well
Part 1 in hopefully a long steady steam of updates
Login:
Computers:
A simple tool to extract and use the Windows activation key from BIOS.
The tool will extract the key Windows Management Instrumentation Command-line.
The key extracted will be install and activated using Windows Software Licensing Management Tool.
Tool is command-line based.
Can be used with your favorite client management tool
https://gallery.technet.microsoft.com/Activate-using-Windows-OEM-db93ca97
Came across this error today:
HTTP Error 500.0 – Internal Server Error C:\PHP\php-cgi.exe – The FastCGI process exited unexpectedly
I was working on a Windows Server 2012 R2 with IIS installed.
After installing PHP 5.6 the error occured when trying to access any php files.
So apparently you need VC++ 11 runtime for PHP 5.5 or newer.
the solution was quick, download, install and iisreset (http://www.microsoft.com/en-us/download/details.aspx?id=30679)
Make sure you download and install the x86 version (vcredist_x86.exe), PHP on Windows isn’t 64 bit yet.
If you’re running PHP 5.4.x then you need to install the VC++9 runtime (http://www.microsoft.com/en-us/download/details.aspx?id=5582)
For many years BIOS has been the industry standard for booting a PC. BIOS has served us well, but it is time to replace it with something better. UEFI is the replacement for BIOS, so it is important to understand the differences between BIOS and UEFI. In this section, you learn the major differences between the two and how they affect operating system deployment.
BIOS has been in use for approximately 30 years. Even though it clearly has proven to work, it has some limitations, including:
As the replacement to BIOS, UEFI has many features that Windows can and will use.
With UEFI, you can benefit from:
UEFI Version 2.3.1B is the version required for Windows 8 and later logo compliance. Later versions have been released to address issues; a small number of machines may need to upgrade their firmware to fully support the UEFI implementation in Windows 8 and later.
In regard to UEFI, hardware is divided into four device classes:
Microsoft started with support for EFI 1.10 on servers and then added support for UEFI on both clients and servers.
With UEFI 2.3.1, there are both x86 and x64 versions of UEFI. Windows 10 supports both. However, UEFI does not support cross-platform boot. This means that a computer that has UEFI x64 can run only a 64-bit operating system, and a computer that has UEFI x86 can run only a 32-bit operating system.
There are many things that affect operating system deployment as soon as you run on UEFI/EFI-based hardware. Here are considerations to keep in mind when working with UEFI devices:
I know that there are some questions about, how to include msvcr120.dll/msvcp120.dll into your project.
If you want to drop that dependency. If you compile the program in release version, in Visual Studio 2013/2015 and do not depend on any VS-specific commands (#pragma
etc.) or precompiled headers etc.
If you want to compile it to one single release .exe and provide it to user WITHOUT demanding enduser to install VC++ Redistributes for VS
You can statically link the runtime to your project by setting the /MT
flag. You can find this option in Visual Studio 2013/2015 under Project > [ProjectName] Properties… > Configuration Properties > C/C++ > Code Generation > Runtime Library. Make sure to only set it for the Release configuration.
So, you might be stuck with SUSDB maintenace issues – properly the maintence jobs won’t finish without getting timeouts? Something like this maybe?
Msg 1205, Level 13, State 54, Procedure spUpdateChangeTrackingNumber, Line 11
Transaction (Process ID 110) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
here is a script that will help you – you might have to run it multiple times