windows-10

How to run an application as shell replacement on Windows 10 Enterprise

a 夏天 提交于 2019-11-28 21:14:47
问题 I need to create a special account on a computer running Windows 10 Enterprise. This account would launch an application directly on login instead of the default shell and exiting the application should force the computer to restart. I was able to do this easily on Windows 8.1 Embedded Industry Pro using the configuration console and lockdown features. Now, on Windows 10 I try to follow the two tutorials on technet WESL_UserSetting and Set up a kiosk on Windows 10 Pro, Enterprise, or

Windows 10 equivalent of LaunchAdvancedAssociationUI

£可爱£侵袭症+ 提交于 2019-11-28 21:10:38
问题 Since Windows 10, the IApplicationAssociationRegistrationUI::LaunchAdvancedAssociationUI method does not work anymore. On Windows Vista, 7 and 8, it opens the Control Panel on the Set Program Associations page for specified application. On Windows 10, it does nothing. It's even documented in Microsoft documentation: Starting in Windows 10, this does not launch the association dialog box. It displays a dialog to the user informing them that they can change the default programs used to open

BLE Scan Interval Windows 10

旧街凉风 提交于 2019-11-28 20:56:06
Is there any way to adjust the BLE advertisement scanning interval on Windows 10 when using Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcher ? When scanning on Android, I see the the advertisements every 100ms, but on Windows 10 using C# I am only getting a BluetoothLEAdvertisementWatcher.Received event thrown every maybe 700ms. I guess not. The scan parameters are hardcoded to a scan interval of 118.125 ms and scan window of 18.125 ms. That's why you only get 1/7 of all packets (since 18.125 / 118.125 is ~1/7). You can however use DeviceIoControl to do it more low level

Cannot read configuration file ' trying to read configuration data from file '\\?\<EMPTY>', line number '0'

拥有回忆 提交于 2019-11-28 20:45:55
问题 An app pool kept stopping every time it was started and gave this error in the application logs: The worker process for application pool 'APP_POOL_NAME' encountered an error 'Cannot read configuration file ' trying to read configuration data from file '\\?\<EMPTY>', line number '0'. The data field contains the error code. Several users have noted this occurs after the Windows 10 Fall Update. 回答1: If you recently installed the Windows 10 Fall Creators Update, this problem and a solution for it

Delphi 2007 x Windows 10 - Error on opening project

天大地大妈咪最大 提交于 2019-11-28 20:31:27
Just updated from Windows 8.1 to Windows 10 and now when I try to open any project on Delphi 2007, I get his error : Unable to load project xxxxx The imported project "c:\Windows\Microsft.NET...\Borland.Delphi.Targets" was not found. Confirm that the path declaration is correct, and that file exists on disk Any hints to fix it ? You need to copy some files in your old Windows folder to the new one. After that projects open again. The needed files are these : c:\windows\Microsoft.NET\Framework\v2.0.50727\Borland.Common.Targets c:\windows\Microsoft.NET\Framework\v2.0.50727\Borland.Cpp.Targets c:

Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies

ぐ巨炮叔叔 提交于 2019-11-28 18:40:51
I have a WinJS project that is previously built on Windows 8.1 using VS 2013. Recently I upgraded this project to Universal Windows 10 by creating a blank Javascript Universal windows 10 project and then added all my files from old project. I have Windows Runtime Components and also Class Library for SQLite. I added Universal Windows Runtime Component and Universal Class Library and copied all my files from old project to respective places. Somehow I managed to remove all the build errors. I installed all the required SQLite-net, SQLite for Universal Windows Platform, Newtonsoft, etc. But when

Makecert missing from Windows 10 and Visual Studio 2015 install?

时光怂恿深爱的人放手 提交于 2019-11-28 17:45:00
I did a clean install of windows 10 and visual studio 2015 and did not find makecert.exe anywhere. Does some other software need to be installed to get this program back? I looked in all the folders under "C:\Program Files (x86)\Microsoft SDKs\Windows\\" and did not see it in any. I also opened the "Developer Command Prompt for VS2015" and tried running "makecert" but it was not found. Install the Windows SDK for Windows 10 . If you still can't find it, try the Windows Driver kit . komsky As ShaneH answers in this question makecert.exe has been deprecated, and we should use powershell

Dependency walker with windows 10

别等时光非礼了梦想. 提交于 2019-11-28 17:12:12
i tried to open kernel32.dll using dependency walker on windows 10. i got the following error and warning: Error: At least one required implicit or forwarded dependency was not found Warning: At least one delay-load dependency module was not found. Screenshot: I'm running windows 10 32Bit, and the dependency walker is also 32Bit. Also, I'm running dependency walker as Admin. This has nothing to do with delay loads. These are MS API-sets - essentially, an extra level of call indirection introduced gradually since windows 7. Dependency walker development seemingly halted long before that, and it

Docker hello-world: authentication error

只愿长相守 提交于 2019-11-28 16:57:28
I'm just getting started with docker. I'm following the instructions specified here https://docs.docker.com/windows/step_one/ I installed docker (1.10.2) on windows 10 & ran docker run hello-world . But, I'm getting an authentication error while the tutorial doesn't mentioned anything about it. Here's the message I received. $ docker run hello-world Unable to find image 'hello-world:latest' locally docker: Error response from daemon: Authentication is required: Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: unauthorized: incorrect username or password. See 'C:

Scaling the non-client area (title bar, menu bar) for per-monitor high-DPI support

我的梦境 提交于 2019-11-28 16:51:03
Windows 8.1 introduced the ability to have different DPI settings for different monitors. This feature is known as "per-monitor high-DPI support." It persists and has been further refined in Windows 10. If an application does not opt in ( i.e. , is either DPI-unaware or high-DPI aware), it will be automatically scaled up by DWM to the proper DPI. Most applications fall into one of these two categories, including most of the utilities bundled with Windows ( e.g. , Notepad). On my test system, the high-DPI monitor is set to 150% scale (144 DPI), while the normal monitor is set to the system DPI