windows-7-embedded

Starting GUI application from Windows Service - Approaches

橙三吉。 提交于 2021-01-28 05:34:02
问题 Note: Despite appearing as yet another question of the same matter, it's not, but choosing the right title seems hard so more appropriate title change is welcome. I'm trying to solve an issue of starting up GUI application (Windows Forms, .NET) from a service application on Windows 7 Embedded (POS ready), and have come across several solutions, but none of them worked, with one exception I discovered along the way: Using a batch file as a helper file. Background: There are several posts like

A certificate chain could not be built to a trusted root authority

怎甘沉沦 提交于 2020-05-12 11:35:09
问题 During the installation of .NET Framework 4.6.2, I got an error: .NET Framework installation failed: -2146762486. A certificate chain could not be built to a trusted root authority A solution to the above-mentioned error is given at this MSDN Blog link, which says to do the following steps: 1. Download the certificate http://www.microsoft.com/pki/certs/MicRooCerAut2011_2011_03_22.crt locally (Example: C:\Temp) 2. You can use the certmgr.exe utility to add the certificate by using the command

A certificate chain could not be built to a trusted root authority

你说的曾经没有我的故事 提交于 2020-05-12 11:34:46
问题 During the installation of .NET Framework 4.6.2, I got an error: .NET Framework installation failed: -2146762486. A certificate chain could not be built to a trusted root authority A solution to the above-mentioned error is given at this MSDN Blog link, which says to do the following steps: 1. Download the certificate http://www.microsoft.com/pki/certs/MicRooCerAut2011_2011_03_22.crt locally (Example: C:\Temp) 2. You can use the certmgr.exe utility to add the certificate by using the command

Preventing Windows 7 embedded standard shutdown

[亡魂溺海] 提交于 2019-12-13 07:03:52
问题 Other similar question mostly target Windows XP, where everything was easier. =) I'd like my application to be able to postpone the windows shutdown transparently, without having windows show this screen: Is there any option left to me after the Vista changes to the WM_QUERYENDSESSION handling? The target here is Windows 7 standard embedded on an embedded device that runs only my application. Before shutting down the user needs to perform some manual steps that can not be postponed until the