windows-10

Deploy Windows Apps to Family and Friends without store, enterprise or development-tools

南楼画角 提交于 2019-12-04 11:11:02
问题 I wrote a App for my family/friends and now we would like deploy it on or PCs. Publishing it in the store is not an option and not everyone has an Widows Live account. Sideloading isn't an option, because we do not own a Enterprise edition. I found only the three already described ways. Either by publishing it in the store, using the development tools or having the enterprise edition. Is there a fourth way to deploy a Windows UWP App without using the Windows Store or the need to install a

Android Studio Emulator not loading Windows 10

最后都变了- 提交于 2019-12-04 10:45:56
问题 I have a fresh install of android studio on Windows 10, with all the packages for android api 22. When I run the emulator I get the following message C:\Users\admin\AppData\Local\Android\sdk\tools\emulator.exe -avd foo -netspeed full -netdelay none emulator: device fd:928 HAX is working and emulator runs in fast virt mode I can see the emulator in the task manager, but it doesn't actually load. I've been looking for answers to why it doesn't load and I've made sure all the ram settings are

how to hide / collapse title bar in a UWP app?

拟墨画扇 提交于 2019-12-04 09:37:20
问题 Is there a way to somehow hide / collapse / make temporarily invisible (but not fully disable) titlebar in a UWP app? I know that it is possible to make app fullscreen after which title bar automatically collapses, but I need to implement it in a resizable desktop window. I also know that you can customize appearance of titlebar, like color, etc. Reason: I have an application with a lot of windows and need to save screen space and have more room for client area of windows. I've read different

UWP apps accessing files from random location on system

ε祈祈猫儿з 提交于 2019-12-04 09:37:17
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 files link somehow in local sqlite database? Considering this method.. public async static Task<byte[]>

JNLP files won't launch from IE11 on Windows 10

家住魔仙堡 提交于 2019-12-04 08:59:10
Since May 9, after a windows 10 update, on IE11 11.0.40, JNLP files wont launch from IE, but in a computer with IE version 11.0.34 it work perfectly. Any ideas? Thanks in advance The problem is solved in Java 8 u162. Now you can have Java RE x86 and x64 installed and jnlp will open as it should in Internet Explorer. We are using sitelist / Enterprise Mode to redirect jnlp urls from Edge to Internet Explorer. I had a problem opening a jnlp file, no matter what, trying to associate it with the Java Web Service exe javaws.exe, but it just would not associate and would not be run. I read

WebStorm/PhpStorm, issue with terminal on Windows 10

喜夏-厌秋 提交于 2019-12-04 08:50:41
问题 I decided to try Windows 10, but having problem to make terminal works inside WebStorm/PhpStorm. When I open terminal, sometimes it's completely black, sometimes it loads the project folder but I cannot type there. There is a way to run it in the external window, but I just got accustomed to work with console like internal window inside WebStorm/PhpStorm... I tried cmd, Power Shell - same results. Any ideas? 回答1: Workaround: Terminal works fine in Windows 10 if you use legacy console . To do

Windows 10 cannot access the specified device, path, or file when using full path to executable, running as Administrator

自作多情 提交于 2019-12-04 08:38:06
问题 Note : I've replace the directory with a and the exe with b.exe and I've repeat every test I have made to make sure it's not a typing syntax. I have a very simple piece code of which works perfectly from Windows XP to Windows 7. var processPath = @"c:\a\b.exe" ; // this exe exists on my computer Process.Start(processPath); and also Directory.Exists(@"c:\a\") returns false on Windows 10. Since Windows 10 (I have not test yet 8 and 8.1) the first code will throws System.ComponentModel

Jenkins on Windows 10 with Bash

老子叫甜甜 提交于 2019-12-04 08:26:53
I'm currently setting up a Jenkins server on Windows 10, in the hope of being able to make the build scripts more cross platform I was hoping to take advantage of the bash environment that is available in Windows 10. I hoped this could be done just by setting the path to the shell in Jenkins to be the bash executable, however I've encountered some problems with trying to get this to work. Firstly when I set the path to be C:\Windows\System32\bash.exe but Jenkins didn't seem to be able to see this path. I assumed this was because Jenkins was running as 32-bit and changed the path to be C:

A connection with the name you specified already exists

ぃ、小莉子 提交于 2019-12-04 07:50:39
问题 I am setting up my previously working vagrant environment in Windows 10. I've updated to the newest version of both VirtualBox (https://www.virtualbox.org/ticket/14040) and Vagrant. When I vagrant up I get an error: Cannot rename this connection. A connection with the name you specified already exists. Specify a different name. I've since tried deleting all of my boxes, deleting the .vagrant and .virtualbox directories, reinstalling both virtualbox and vagrant. Yet, I always get the same

How to connect Cortana commands to custom scripts?

与世无争的帅哥 提交于 2019-12-04 07:46:07
问题 This may be a little early to ask this, but I'm running Windows 10 Technical Preview Build 10122. I'd like to set up Cortana to have custom commands. Here's how she works: Hey Cortana, <she'll listen and process this command> Microsoft will process the command and if there isn't anything for it, she'll just search the input on bing. However, I'd like to be able to say something like, just for example Hey Cortana, I'm going to bed now And have the input I'm going to bed now trigger run a batch