Skip to main content

Questions tagged [windows]

Writing software specific to the Microsoft Windows operating system: APIs, behaviours, etc. GENERAL WINDOWS SUPPORT IS OFF-TOPIC. Support questions may be asked on https://superuser.com

windows
56,225 questions with no upvoted or accepted answers
42 votes
1 answer
6k views

How windows handle the clipboard interface with Xming?

My question comes from a problem: I Use Xming on Windows 7 to connect to a Linux host (through PuTTY) in order to start and display a gnome-terminal. I have some troubles using the Windows clipboard: ...
Jonathan's user avatar
  • 833
42 votes
1 answer
1k views

Typekit and @fontface issues on all Windows browsers with Ruby on Rails app, especially Chrome

My Ruby on Rails app hates custom fonts and I don't know why. Here are some of the errors and troubleshooting that I have gone through. First, there were devastating display errors that only happened ...
Brenda's user avatar
  • 883
29 votes
1 answer
5k views

Reliable windowed vsync with OpenGL on Windows?

Update 2024-06-26: Question rewritten to include updated information and consolidate research results. SUMMARY It seems that vsync with OpenGL is broken on Windows in windowed mode. Even in very ...
dialer's user avatar
  • 4,683
26 votes
1 answer
5k views

Disabling CPU idle C-states from kernel-mode driver

I'm writing an audio device driver which needs to process device interrupts in real-time. When the CPU enters C3 state, interrupts are delayed, causing problems to the driver. Is there a way for the ...
Svetoslav Ilkov Enchev's user avatar
19 votes
0 answers
18k views

running network mode “host” on windows 10 with wsl2 and docker

Is there a way to use network mode "host" in the docker container run inside wsl2 using docker desktop? I tried to deploy a docker container inside wsl2 with network mode "host" ...
user8912375's user avatar
16 votes
0 answers
3k views

Apache Directory Authentication Failed?

I am trying to connect the OpenLdap through Apache Directory Studio and its working upto Network Parameter and check Network Parameter working fine. But Next step i am trying to Authentication and ...
Subodh Joshi's user avatar
  • 13.3k
16 votes
1 answer
2k views

Any way to detect URI schema is available in windows using JavaScript in IE

I found few ways to detect where window support current URI scheme for Firefox and Chrome browser, if application not registered i will download and register those application uri Chrome var ...
sham morthi's user avatar
15 votes
1 answer
2k views

What happens when I double click an executable, technically

tl;dr I'm trying to understand the difference of running a program directly via double clicking the executable vs running it through a terminal or programatically via CreateProcess in windows 10. ...
majidarif's user avatar
  • 19.6k
15 votes
1 answer
3k views

How to resolve writing configuration error while installing mysql?

I am new to MySQL. I downloaded the MySQL windows installer and selected I guess everything I thought I would need for x64 and x86 products especially utilities, workbench and MySQL Server for MYSQL 8....
Garima Rajput's user avatar
15 votes
2 answers
5k views

How to open new email with attachment in Windows 10 Mail App

I am trying to add a feature to my C# / .Net app for a user to email a file. When a user has Outlook installed, I can successfully use the Outlook interop APIs to do exactly what I want. However on a ...
Jon N's user avatar
  • 1,469
15 votes
1 answer
2k views

Out-of-proc COM server stuck

I'm using out-of-proc COM server (COM singleton "Engine" implemented using DECLARE_CLASSFACTORY_SINGLETON), it works in STA (CComSingleThreadModel, _ATL_APARTMENT_THREADED). COM server clients: ...
KAdot's user avatar
  • 2,067
14 votes
1 answer
8k views

what is meant by this error "No TransportLayer configured during NetworkInterface startup" in mongodb?

we edited mongod.cfg file for binding server ip address, after editing file mongodb service has stopped functioning, so we thought may service might have got corrupted after edit, so we have deleted ...
Vino's user avatar
  • 912
14 votes
1 answer
6k views

How to manually deploy a driver service?

How do i manually deploy or register a Windows filter driver? Warning: There's a lot of "proof of research effort" ahead. You don't have to read any more if you don't want to. I just point out, in ...
Ian Boyd's user avatar
  • 253k
14 votes
1 answer
1k views

Setting the "Title" value displayed in Visual Studio's "Attach to Process" dialog?

When you choose Debug / Attach to Process in Visual Studio, the dialog displayed has a "Title" column. By default this shows the caption of the main window belonging to the process. For example, it ...
Roger Lipscombe's user avatar
13 votes
2 answers
2k views

in git bash in windows ln -s /destinations/path/ link_name just copies the destination rather than creates a link

In Git bash i have run the following: ln -s "//server/path/Resource/" test When I check if it's worked: ls -l It appears as a folder rather than a symlink. I am using windows and trying to create ...
TaxiMike's user avatar
  • 209

15 30 50 per page
1
2 3 4 5
3749