windows-10

SQL Server not working after upgrading windows8.1 to windows 10

一世执手 提交于 2019-12-04 01:39:15
TITLE: Connect to Server ------------------------------ Cannot connect to Thejus-PC. ------------------------------ ADDITIONAL INFORMATION: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or > was not accessible. Verify that the instance name is correct and that > SQL Server is configured to allow remote connections. (provider: Named > Pipes Provider, error: 40 - Could not open a connection to SQL Server) > (.Net SqlClient Data Provider) > > ------------------------------ For help, click: http://go.microsoft.com

virtualenv v16.7.2 powershell activate script: “You must 'source' this script: PS> . .\ENV\Scripts\activate” error

跟風遠走 提交于 2019-12-04 01:20:43
问题 The Problem Newest version of virtualenv (16.7.2) on python v.3.7.4 has 4 additional lines for the "activate.ps1" script, which when run on Windows10 powerhsell gives the error: You must 'source' this script: PS> . .\ENV\Scripts\activate How do I fix this? (please note that I have read and done all that was mentioned on the other forum questions as well as the manual for virtualenv related to windows and powershell.) Steps I took / things tried:** I have set the execution policy to

Windows 10 Toast Notifications Desktop Application

点点圈 提交于 2019-12-04 01:14:58
I'm trying to integrate some Windows 10 features into my existing Windows Desktop application. I am a little stuck integrating the Toast Notifications. Using the toast notification example ( https://code.msdn.microsoft.com/windowsdesktop/sending-toast-notifications-71e230a2/ ) I was able to implement code to send and hide notifications. It also works, that when the user clicks on an 'active' notification an event handler in my application is invoked. However, as soon as the notification is 'archived' in the 'Action Center', nothing happens when the user clicks on my notification. How can I

Docker at Windows 10 proxy propagation to containers not working

你。 提交于 2019-12-04 00:50:11
问题 I am behind cooperate proxy and running docker on windows 10. I have setup the proxy on docker as per the documentation here. I am able to pull images but these proxy settings are not propagating to containers e.g. when I run alpine env, it does not show proxy conf. Below is my output λ docker run alpine env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=14fca5bee12f HOME=/root Following is the expected output as per the documentation. On building following docker

Not able to type anything in intellij idea terminal latest version on Windows 10

风格不统一 提交于 2019-12-03 23:55:15
I am using Intellij idea 14.1.3 latest community version. I am not able to type a single letter in the terminal. I am not getting whats the issue. Could anybody help me to solve the issue. This is tracked in JetBrains bug tracker here: https://youtrack.jetbrains.com/issue/IDEA-143300 Please vote for this issue. There is a workaround which is to enable Legacy mode for the Windows shell. To do so, open a command prompt window ( cmd.exe ), right click on the title, then select Properties . At the bottom, check Use legacy console . Confirm the dialog. Go back to the IDE and launch a new Terminal.

Output of times (AM/PM) changed in Windows 10 when using DateTime.ToString(“tt”)

断了今生、忘了曾经 提交于 2019-12-03 23:52:33
I recently upgraded to windows 10 - and I'm now seeing some rather unexpected changes in the output of a date when using the "tt" format specifier. Here's some code that demonstrates the issue: using System.IO; using System; using System.Globalization; using System.Threading.Tasks; class Program { static void Main() { var cultures = new string[] {null, "en-NZ", "en-US", "en-AU", "en-GB"}; foreach (var culture in cultures) { if (culture != null) { var c = CultureInfo.GetCultureInfo(culture); System.Threading.Thread.CurrentThread.CurrentCulture = System.Threading.Thread.CurrentThread

Chocolaty packages not installing via OneGet/PackageManagement in Windows 10?

别等时光非礼了梦想. 提交于 2019-12-03 23:43:08
I'm trying to use oneget w/chocolaty and it doesn't seem to be working at all. The package says it's installed, no warning or notification. It installs the package in the choco directory, but doesn't run the install script and therefore the application is not actually installed. Note this is Windows 10 (Powershell 5). Get-PackageProvider –Name Chocolatey -ForceBootstrap Set-PackageSource -Name chocolatey -Trusted Install-package filezilla -Verbose -Force -ProviderName chocolatey yields The answer - I wouldn't use the OneGet Chocolatey provider until you hear an official announcement that it is

Is Universal Windows Platform the replacement of WinRT of Windows 8 and Windows Phone apps?

*爱你&永不变心* 提交于 2019-12-03 23:26:20
Is Universal Windows Platform the replacement of WinRT of Windows 8 and Windows Phone apps? I mean, there was a WinRT platform to develop metro apps exclusively for Windows 8. Now, that is replaced by UWP, isn't it? That is correct, UWP is the new platform for ALL Windows devices going forward (Win 10+). However WinRT is not replaced by UWP but is instead an extension on top of it, making UWP a much broader set of APIs that can be used across even more devices. As Microsoft themselves state: With this evolution, apps that target the UWP can call not only the WinRT APIs that are common to all

chmod WSL (Bash) doesn't work

Deadly 提交于 2019-12-03 22:34:24
Running bash on windows 10, the simple syntax below works when I SSH to my webserver, but not when I exit out and am on my local machine. It doesn't give me an error, but I can see permissions are unchanged. I have to checked that I am set up as an administrator on my computer. Is this an error or is this just a consequence of the local operating system being windows? IF the later, it makes me question the value of using bash on windows if common operations such as this won't work. $chmod 644 filename Amade's answer is correct, but please note, the cmd only take effect in session scope. If you

Can't type into Android Studio's built in terminal

╄→尐↘猪︶ㄣ 提交于 2019-12-03 22:25:40
Don't know since when, but I was off work for a few days, and now Android Studio is wont to not let me type into the built in terminal. I use Android Studio on my HP laptop with Windows 10 on top of it. Here's a screenshot, as I click on it the cursor gets highlighted and starts blinking as usual but typing into it doesn't work anymore. Well I have tried adding terminals, removing Terminals, deleting AS data, and even reinstalling AS completely If anyone has got a solution, please assist. This is an issue on Windows 10. To fix it, open a command prompt window ( cmd.exe ), then right click the