12,044 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
105
views
How can I get BLE to work with Windows 10?
I am having problems with BLE on Windows 10.
I have tried several test applications that all work fine on my development machine, but on Windows 10, version 1607 (OS Build 14393.8519) I get strange ...
1
vote
0
answers
95
views
Win10 child process show it's window behind the last window on desktop [duplicate]
I have two processes - one starter app and one child app(any Qt application)
starter app code:
int main(int argc, char * argv[])
{
namespace bp = boost::process::v1;
auto env = boost::...
0
votes
1
answer
642
views
How to properly set up TidalCycles for use in VSCode?
I’m trying to set up TidalCycles to use inside Visual Studio Code, but I keep running into issues where it isn’t recognized correctly.
Here’s what I’ve installed so far:
SuperCollider (including ...
0
votes
0
answers
87
views
How to make my Win32 application not DPI-aware but also prevent Windows 10/11 from stretching the application window in blurry form?
When developing a Win32 application, is there a way to make it DPI-unware but also prevent Windows stretching my window to be blurry? I want to keep the window size as if like it was run in 100% / 96 ...
0
votes
0
answers
21
views
Is there any way of using GattDeviceService in Windows 10 Build 1607?
I have an application that accesses a 3rd party API that requires the use of GattDeviceService. The problem is that it needs to run on a device running Windows 10 build 1607, but GattDeviceService was ...
1
vote
1
answer
77
views
UWP Page leads to Crash on Windows 10 Mobile but works fine on Desktop
I am developing a Windows 10 UWP Application in C# that I want to be able to run on Windows 10 Mobile as well. I've set the Minimum SDK version to 10.0.10240.0 and it starts up just fine. However, it ...
0
votes
1
answer
52
views
CMake error during fixup_bundle: target [library] is not absolute
I'm using MSVC 2022 on windows, with ninja as a build generator and cmake 3.31.8.
Here is the error output when running 'ninja package' when it gets to the fixup_bundle section:
CPack: - Install ...
0
votes
1
answer
55
views
Suspending USB using XHSETT
I had installed XHSETT in my laptop and suspended my USB, so usb stopped working, and then I forgot I did that.
XHSETT - https://www.usb.org/document-library/xhsett
Later When I tried to use the USB ...
0
votes
0
answers
80
views
Azure VDI: Upgrade from Windows 10 to 11
How to upgrade from Windows 10 to 11 without impacting users:
We use Windows 10 Multi-Session
We don’t use FSXProfiles (profile redirection) - all user profiles are being stored on the hard drive ...
0
votes
0
answers
90
views
windows credential provider "other user" control problem
Regarding the issue of being unable to enforce secondary authentication for the Administrator under the "Other User" tile(windows 10 X64)
I am developing a custom Windows Credential Provider ...
0
votes
0
answers
52
views
AutoHotKey remapping disabled but key still blocked
I want to remap CapsLock (CL) key to Left Mouse Button (LMB) but also want to toggle it, in case I actually need to write in all capital letters.
I have this simple AHK v2 script:
F1::{
; Hotkey(&...
0
votes
0
answers
74
views
Name of notification or name of sound that plays when a website load
I have code that is written to disable a notification sound after a website loads.
The issue is I do not know what the Name of that Notification Sound is.
I have tried just Notification by setting it ...
-1
votes
1
answer
160
views
Windows 10 Pro sysprep fails in Azure VM — Microsoft.BingSearch Appx error (0x80073cf2) — how to generalize?
I am preparing a Windows 10 Pro VM in Azure, with the goal of creating a reusable generalized image.
Steps:
1. Deployed a Windows 10 Pro VM in Azure
2. Installed required applications (including ...
2
votes
1
answer
109
views
cmd batch execution adds a space after echo
When I run a script, for example one that says
echo a>>1.txt
the command line interpreter adds a space; so in the command line, executing the above says
echo a 1>> 1.txt
And of course, ...
0
votes
1
answer
75
views
Why does file not exist after calling TRegistry::SaveKey() using C++Builder?
Using C++Builder 12 Athens Community Edition under Windows 10.
My S: drive is where I keep my source code. FOE is the name of the current program I'm developing to watch file associations in the ...