windows-10

Can Windows 10 download Windows 8.0 app from Store?

放肆的年华 提交于 2019-12-06 07:21:42
问题 I have my Windows 8.0 packages in my Windows Dev Center dashboard. I would like to know if there's a way a Windows 10 user to see and download my app from Windows Store. It seems it isn't working. How to do it? Do I have to "retarget" my project to Windows 10? 回答1: No, Windows 10 devices will not be able to see Windows 8.x apps in the Windows Store. I have the same issue in that I only target Windows 8.x. I contacted MS support, and they say that you will need to create a Windows 10 package.

Disable Scaling for UWP App

巧了我就是萌 提交于 2019-12-06 07:16:04
Windows 10 automatically applies a scale factor to UWP apps, to give a similar effective pixel size across multiple devices. I want my UWP UI to look the same across any screen of the same resolution, regardless of the scale factor. Is this possible? For instance, when running my app on the Hololens it applies a 150% scale factor. This means the UI looks squished when compare to a desktop screen of a similar resolution (1280x720). A suggestion ( How to disable auto-scaling on UWP mobile ) says to use TrySetDisableLayoutScaling on the ApplicationViewScaling Class . But this doesn't work. The

Windows10 script pin app to start menu

余生长醉 提交于 2019-12-06 06:33:29
I have a Universal App that I'm sideloading in Windows10. I would like to create a script (Powershell, VBS, batch, etc) to pin it to the Start Menu. I have found many examples of how to write a script that pins a desktop application (like this one: https://gallery.technet.microsoft.com/scriptcenter/Script-to-pin-items-to-51be533c ). I've tried using the script to pin the actual App .exe file located in C:\Program Files\WindowsApps... but that doesn't work. When I try and pin that way, I run DoIt(), which doesn't return anything. There are no error messages, but the tile is not pinned to the

Flyout or Popup to display addition info

南笙酒味 提交于 2019-12-06 06:33:22
问题 I want display popup on top my app with additional information, my info is Listview with ~500 items I've tried both: problem with flyout -> it has probably scrollViewer inside so my listview doesn't Virtualize correctly everything else is ok. There is my code: Flyout myFlyout = new Flyout(); myFlyout.Placement = FlyoutPlacementMode.Full; myFlyout.Content = myListView; myFlyout.ShowAt(this); problem with popup -> it isn't centered, verticalAlignment doesn't work, horizontal neither Popup

UWP apps accessing files from random location on system

烈酒焚心 提交于 2019-12-06 05:41:24
问题 in UWP there are files and permissions restrictions, so we can only acces files directly from few folders or we can use filepicker to access from anywhere on system. how can I use the files picked from filepicker and use them anytime again when the app runs ? tried to use them again by path but it gives permission error. I know about the "futureacceslist" but its limit is 1000 and also it will make the app slow if I am not wrong? . Is there a better way to do this ? or can we store storage

URL Start menu entry missing on Windows 10 although installed

[亡魂溺海] 提交于 2019-12-06 05:36:05
I have a "normal" Setup and a "Pro" Setup of the same application. They have many things in common, so I use an #include "CommonThings.iss" Both versions can be installed in parallel, because they have a different AppId . In the common definition, I have [Icons] Name: {group}\Online documentation; Filename: "http://example.com/" but only one of them shows up in the Windows Start menu: Looking at the file system under C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Example C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Example Pro the Online Documentation Internet Shortcut is

Windows 10: Error code 52 in device manager with correct signature in cross-signed driver

社会主义新天地 提交于 2019-12-06 04:51:58
we developed a driver and signed the cat and sys file with our company's Verisign signature (SHA1 + SHA256, including certificate chain). We tested it under Windows 7 and 10 both 32 and 64 bit versions. Now we have some random customers that report that our device is not recognized correctly in device manager and that error 52 shows up: Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code 52)

AutoHotkey causing control key to get stuck

我的未来我决定 提交于 2019-12-06 04:46:21
问题 I have several situations when my control key gets stuck, and it happens only when I have AutoHotkey running. This happens with multiple different modifier keys (# (windows) key, ! (alt) key especially). Similar problems have been posted several times before: 1, 2, 3. Some solutions exists, and the one suggested here partially helped me (decreased the frequency of the problem), but the control key still gets stuck occasionally. Things I have tried include #InstallKeybdHook. I have two

Why is this simple python toast notification not working?

南笙酒味 提交于 2019-12-06 04:08:48
I would like to create a simple toast notification using python v3.6 on Windows10 machine. I am using this python library. https://github.com/jithurjacob/Windows-10-Toast-Notifications/ I ran the code below; from win10toast import ToastNotifier toaster = ToastNotifier() toaster.show_toast("Hello World!!!", "Python is awsm by default!") All I get is an icon appearing at the bottom right. I don't see any message popping out. What are some possible things that can go wrong? Are there some configuration settings in Windows 10 that disabled the python toast notification? The screenshot below shows

How to get `python` to run Python 3 in WSL bash?

会有一股神秘感。 提交于 2019-12-06 03:48:17
问题 When I type python into my bash shell (Windows Subsystem for Linux) in Windows 10 Home, I get the following error message: The program 'python' can be found in the following packages: * python-minimal * python3 Try: sudo apt install <selected package> I've tried installing python3 but am told it's already installed and up to date. I've tried uninstalling python-minimal but am told it's not installed (!) Why am I seeing two "competing" packages for Python? How can I fix the conflict and