Questions tagged [windows-10-desktop]

the tag windows-10-desktop is for questions concerning application development for the Windows 10 Desktop. Windows 10 Desktop development uses the Win32 API and provides a user interface similar to a traditional Windows UI that supports and may require the use of a keyboard and mouse. Along with this tag should be a tag indicating the language being used and the platform such as .NET. This tag is not used for posts concerning WinRT application development.

Windows 10 comes in three main flavors: Windows 10 Desktop, Windows 10 Mobile, and Windows 10 IoT. Development can be done in a wide variety of languages with several different target processors as well as the different target versions of Windows 10.

The Windows Desktop, Win32, uses the Windows 10 version of the Win32 API which contains functionality that is unavailable in the WinRT in order provide the security of a protected environment for WinRT. The most common processor target is x86 or x64 CPUs.

See the discussion and links in How to: Use Existing C++ Code in a Universal Windows Platform App.

The Windows Runtime, WinRT, with Universal Windows Platform applications allows for a code once, compile many for specific target. A UWP application can be built to target one of several different processors (x86, x64, ARM) as well as any of the versions of Windows 10 (Windows 10 Desktop, Windows 10 Mobile, and Windows 10 IoT).

367 questions
-2
votes
1 answer

Is /dev/zero Unsafe to Use on Cygwin?

So I ran the following command in Cygwin: dd if=/dev/zero of=E: Now my C: drive lost all its free space. Upon unpluggin my E: drive from its USB port, the PC automatically shuts down. Is /dev/zero being created within the C: drive, and if so does…
-2
votes
1 answer

Why application's driver not working in windows 10?

An application's minifilter driver is working fine in windows earlier than windows 10. I want to make it work in windows 10 as well. Need help!! I'm unable to figure out the causes in Windows 10 as the driver is perfectly working fine earlier to…
-2
votes
1 answer

It is possible to auto-run an extension for chrome for windows 10?

Our company has installed TV Kiosk around our locations for our employee communication. We are using HDMI Intel Compute sticks with Windows 10 with a chrome browser to view various URL websites. We have an extension app Rotisserie 1 which scrolls…
-2
votes
1 answer

Uninstall option not showing for installed apps in windows 10

I installed app from store when i want to uninstall the app, when right click of app it showing only two options it showing like as below image, how to show uninstall when right click on app..
Devi Prasad
  • 829
  • 1
  • 11
  • 33
-3
votes
2 answers

jq: parse error: Invalid numeric literal at line 1, column 14

I am unable to access any field in the following json file (someconfig.js) which starts with window.table = { config: getBootstrapConfig() }; window.someConfig = { header: { rui: { iframeUri: "header/header.html", divId: "", …
beegee Assem
  • 79
  • 1
  • 3
  • 16
-3
votes
1 answer

when i convert gui .py file to .exe file i am unable to see anything

i am developing a gui app using Tkinter in python 2.7 but when converted it into .exe file using pyinstaller, i am unable to see it, command promp is comiing and disappearing in split second, i did this with py2exe and it shwing error that cannot…
-3
votes
1 answer

XAMPP not working in Windows 10

02:42:04 [Apache] Problem detected! 02:42:04 [Apache] Port 80 in use by "Unable to open process" with pid 4! 02:42:04 [Apache] Apache WILL NOT start without the configured ports free! 02:42:04 [Apache] You need to…
1 2 3
24
25