windows-10

Xammp functions are restricted due to UAC win10. How to fix it?

纵然是瞬间 提交于 2019-12-07 00:55:30
问题 I'm trying to install xampp (xampp-win32-7.0.0-0-VC14-installer) but I get this warning message saying that "Because an activated UAC on your system, some functions of XAMPP are possibly restricted..." Here is xamp warning message screenshot: Although I have already disabled UAC settings and gave permission to C drive and its subfolders, I still get this message. Here is my UAC settings's screenshot: If anyone could help me to fix this problem, I would appriciate. Thank you! 回答1: Moving the

How to send notifications to the Action Center?

筅森魡賤 提交于 2019-12-07 00:33:35
问题 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. 回答1: 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

Unable to import Keras(from TensorFlow 2.0) in PyCharm

邮差的信 提交于 2019-12-07 00:10:09
问题 I have just installed the stable version of TensorFlow 2.0 (released on October 1st 2019) in PyCharm. The problem is that the keras package is unavailable . The actual error i s : " cannot import name 'keras' from tensorflow ". I have installed via pip install tensorflow==2.0.0 the CPU version , and then uninstalled the CPU version and installed the GPU version , via pip install tensorflow-gpu==2.0.0. Neither of the above worked versions of TensorFlow were working properly(could not import

Clear Back Stack Navigation Windows 10

谁说胖子不能爱 提交于 2019-12-06 22:12:24
问题 I want to Clear my Navigation Back Stack History ... I tried to use this.NavigationService.RemoveBackEntry(); but It didn't work. How could I do this in Windows 10? 回答1: If you're in page code behind, have you tried doing: this.Frame.BackStack.Clear(); or if you're somewhere else (like a ViewModel), have you tried: var frame = Window.Current.Content as Frame; frame.BackStack.Clear(); 回答2: In the code behind, you can try this: protected override void OnNavigatedFrom(NavigationEventArgs e){ if

Windows Process Activation Service not starting - error 13

别说谁变了你拦得住时间么 提交于 2019-12-06 21:52:05
问题 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

Handle runtime change of DPI (text size) on Windows 10

我怕爱的太早我们不能终老 提交于 2019-12-06 21:41:25
问题 On Windows 10, the system no longer requires restart (logoff/logon) to change DPI (text size). My application is not ready for such a runtime change. How does system inform an application that the DPI is changing? What message should I handle? I'm using C++ Builder, so I'm looking for a pure WinAPI solution, no WinForms. 回答1: As @TLama and @DalijaPrasnikar commented, the message to handle is WM_DPICHANGED. #define WM_DPICHANGED 0x02E0 The message is available since Windows 8.1, where it is

Default credentials for Jenkins after installation

元气小坏坏 提交于 2019-12-06 20:25:42
问题 I have downloaded Jenkins on Windows10. When i try to access jenkins, it is asking for username and password. I have read the threads on the same issue. But I do not find any secrets folder or config.xml file under Jenkins folder. 回答1: Username is admin . Password should be located in: $JENKINS_HOME/secrets/initialAdminPassword You can view the password using: cat /var/lib/jenkins/secrets/initialAdminPassword or cat $JENKINS_HOME/secrets/initialAdminPassword 回答2: If you're using Jenkins

Windows 10 | regedit | exefile shell command (firewall add rule) - not running

夙愿已清 提交于 2019-12-06 19:43:27
Definitions: using windows 10/64bit firewall is blocking all in/out traffic - except added rules (allow in/out) actual user-account is administrator tested with all user-account-control (uac) settings: from always to never Problem: I have a script that worked fine with windows 7/64 bit, it adds right-click context menu items to .exe files, to add a firewall rule for them: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\exefile\shell] [HKEY_CLASSES_ROOT\exefile\shell\FirewallAllowIncoming] [HKEY_CLASSES_ROOT\exefile\shell\FirewallAllowIncoming\command] @="netsh advfirewall firewall add

Windows 10 RTM OSVersion not returning what I expect

落爺英雄遲暮 提交于 2019-12-06 19:31:20
问题 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? 回答1: 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

Visual Studio 2015 slow

本小妞迷上赌 提交于 2019-12-06 18:08:09
问题 Hi I just did a new installation of windows 10 and installed visual studio 2015 ultimate. What I immediately noticed is that visuals studio 2015 is extremely slow for any action I take it has a 1-2 second delay. Opening a javascript file, writting some code, trying to open source control they all behave the same way.I have installed Web Essentials and Web Compiler on it addons that I have been using frequently in visual studio 2013. I know my question is vague but I can not seem to find what