windows-10

How to send notifications to the Action Center?

谁都会走 提交于 2019-12-05 04:55:12
I have only found this , which seems not to be related to the Action Center. I guess there is a simple way to send a notification with PowerShell, but I seem incapable to find it. The notifications that show up in the action center tend to be Toast Notifications that the user didn't click away while they were on screen. e.g. I insert a blank dvd, get a toast asking what I want to do with it but don't click it, it then shows up in the list of notifications in the Action Center. I'm not sure of a way to bypass the toast step. So what you probably want to have are Toasts (maybe silent?) which

Using SQLite-NET with UWP

旧街凉风 提交于 2019-12-05 04:17:38
I downloaded the package from NuGet and still there's no SQLite.cs neither SQLiteAsync.cs added to the project, If SQLite-NET is still not supporting VS 2015 RTM, Any possible alternatives? Note that I tried SQLite.NET-PCL and still the same problem. SQLite.NET-PCL shouldn't add those two classes directly to your project files. Did you download the right SQLite.NET-PCL via NuGet? (there's a huge mess when you search for SQLite.NET on NuGet so it's easy to get confused and install the wrong one). Did you install the SQLite VSIX package for Universal App Platform development using Visual Studio

Windows Process Activation Service not starting - error 13

南楼画角 提交于 2019-12-05 03:39:13
I have IIS version 10 installed on Windows 10 Pro Version 1709, build 16299.125. After a Windows update, IIS stopped working. I saw that W3SVC isn't working, because WAS (Windows Process Activation Service) can't be started. When I try to start WAS, Windows display the message: Windows can't start Windows Process Aplication Service on Local Computer. Error 13: The data are invalid Looking at Windows Event Log, I see that WAS didn't started due event ID 5005, 5215 and Service Control Manager stopped due event ID 7023. I did some research and tried a lot of stuff: I tried the commands as

UWP Page Transition Animations

China☆狼群 提交于 2019-12-05 03:23:25
I programing in Windows 10 UWP. I have a Frame in Xaml that I would like to have the Page/Content to slide left and off screen when the use navigates away from the page to another page. Any Idea how to do Frame Navigation Animations? JuniperPhoton Try to use build-in animation: protected virtual void SetUpPageAnimation() { TransitionCollection collection = new TransitionCollection(); NavigationThemeTransition theme = new NavigationThemeTransition(); var info = new ContinuumNavigationTransitionInfo(); theme.DefaultNavigationTransitionInfo = info; collection.Add(theme); this.Transitions =

Application written Delphi XE8 touch in edit boxes keyboard not appear in Windows 10

浪尽此生 提交于 2019-12-05 02:27:16
问题 I have Win 32 bit desktop app written in Delphi XE8 with subscription update 1. Windows 10 is set to tablet mode. When I touch edit boxes or memo boxes on my app, keyboard does not appear. It only appears if I touch a password field e.g. edit control with password char set to * or editable combobox. When I run notepad.exe and touch it, keyboard appears, but not for any editable controls on my app ... except for password fields... What is the trick here? 来源: https://stackoverflow.com/questions

Xamarin Android Player Error when attempting to find VirtualBox

橙三吉。 提交于 2019-12-05 01:33:35
I have a clean install of Windows 10. After installing Visual Studio 2015 and Xamarin Bussiness edition I installed Xamarin Android Player x64 and now I receive the following error: Error when attempting to find VirtualBox please check it's installed and try again. Xamarin Android Player will now exit. A solution is referenced in Xamarin fourms stating Fixed it by adding "C:\Program Files\Oracle\VirtualBox" to my %PATH% I am able to open VirtualBox version 4.3.28 r 100309 without issue. How do I implment this solution or is there a newer solution? Try installing the Latest version of Virtual

Using custom styles shows invalid characters when right-clicking a file in TOpenDialog

北战南征 提交于 2019-12-05 01:33:04
See steps below to reproduce. Works well in XE2 but not XE8. Create a new VCL Forms Application - Delphi Place a TButton and a TOpenDialog on the form In the button OnClick event call OpenDialog1.Execute Run the program, open the file dialog, and right-click on a text file => shows menu items ok Go to Project/Options/Application/Appearance. Enable and choose a custom style (such as "Ruby Graphite") and recompile Run the program, open the file dialog, and right-click a text file => does not show menu items correctly (invalid characters are shown) Tested with XE8 Subscription Update 1 (and

How can I use 100% of VRAM on a secondary GPU from a single process on windows 10?

允我心安 提交于 2019-12-05 01:16:11
This is on windows 10 computer with no monitor attached to the Nvidia card. I've included output from nvida-smi showing > 5.04G was available. Here is the tensorflow code asking it to allocate just slightly more than I had seen previously: (I want this to be as close as possible to memory fraction=1.0) config = tf.ConfigProto() #config.gpu_options.allow_growth=True config.gpu_options.per_process_gpu_memory_fraction=0.84 config.log_device_placement=True sess = tf.Session(config=config) Just before running the above line in a jupyter notebook I ran nvida-smi: +-----------------------------------

Windows 10 RTM OSVersion not returning what I expect

只愿长相守 提交于 2019-12-05 01:08:39
When call Windows 10 version with: Environment.OSVersion.ToString() Return this Windows 8 and 8.1 version return 6.2 not 6.3 ?! Im using Windows 10 RTM (upgrade from Insider with windows update) VS 2015 RC and .Net 4.6 Now i need to get the correct version of windows, any solution? It's not a bug, it's in MSDN: Operating System Version Windows 10 Insider Preview 10.0* Windows Server Technical Preview 10.0* Windows 8.1 6.3* *: For applications that have been manifested for Windows 8.1 or Windows 10 Insider Preview. Applications not manifested for Windows 8.1 or Windows 10 Insider Preview will

Windows 10 ignores Authenticode on my setups files

房东的猫 提交于 2019-12-05 00:59:14
问题 Being on the "Fast Ring" of Windows 10, I got a strange behaviour on my own setup executables: I'm SHA-1 signing them with Authenticode since years the same way and never had any problems. Recently Windows 10 does not recognize my (valid) signatures. When downloading a setup.exe from my website and executing it, the Windows SmartScreen message box appears and tells me: ... Publisher: unknown ... When viewing the properties of the just downloaded setup executable, it shows the signature, and