I downloaded pyttsx3 in command prompt I have a big error this the code: import pyttsx3 engine = pyttsx3.init() engine.say("I will speak this text") engine.runA
I love that Windows 10 now has support for virtual desktops built in, but I have some features that I'd like to add/modify (e.g., force a window to appear on al
Here’s an issue I encountered when I was running GlassFish 5.0 on Windows Server 2016. Check from the Task Manager -> Details -> U
I am testing application compatibility on ARM for Windows. I have 4 applications built by VisualStudio 2017 for following platforms: ARM32, ARM64, Win32, x64. A
I am facing an issue while building windows source in Visual studio 2017. Showing the error message mentioned in the title. Anyone have any idea about this err
I want to open a specified path in vscode in windows 10 and I know there is a command that do this: path> code . but my problem is, how can I open a specifie
I have gone through many answers here, none of them fixed my error. Here What I have tried so far. Environment: win 10 pro v2004 build 19041.29 node v12.14.1
I would like to open a ".scpt" file, what editors can I use? P.S. I am using Windows, so the App should support Windows.
I'm usually not programming in C++, but this time I had to and I've got a problem executing my code in PowerShell (which I have never done before). The program
i am trying to use FFMPEG on windows to stream my entire desktop, through my localhost address : 127.0.0.1:8080 , and it will be accessible from another compute
I'm developing on windows, but need to know how to convert a windows path (with backslashes \) into a POSIX path with forward slashes (/)? My goal is to conver
Need help with modify 'Security Settings' in AD's GPO. The 'Administrative template' settings are stored in corresponding ADMX files. I'm able to change these
I'm creating a window task using powershell, everthing is ok, but i can't find how to add the Author name. Register-ScheduledTask as a parameter for description
Normally I compile code (all in a single file main.c) with the intel oneapi command prompt like so icl.exe main.c -o binary_name I can then run binary_name.exe
I am trying to install Git on Windows 10, but without Git Bash or GUI. I want to use Git in PowerShell and I would like not to bloat my PC. I know the install s
Please note I'm not asking "how to check which version of Python did I install". I've installed several versions of Pythons on my Windows computer, for example
How can I build a .exe program from my Anaconda environment to get a standalone application?
I have a C program and I am supposed to add an interface to it. Can I insert my code to my coded interface using Win32? Example: Here is my code to convert bina
I have a node app that I wrote, that I run as follows: node.exe app.js inputArg Is there some way I can package this into a .exe by itself? So I can just do s
I am building an MSIX application for windows 10 with a .wapproj project. On some machines (primarily laptops it seems), the application does not start after th