Questions tagged [windows-8]

The successor to Microsoft Windows 7 that focuses on a new interface style for touch-based devices and tablets.

Windows 8 is the successor to Microsoft Windows 7. Windows 8 is another addition to the Windows NT family.

The "Windows 8 User Interface," formerly named Metro, has been designed to make it better suitable for touchscreen input in addition to the traditional mouse and keyboard input. The new design focuses on tablet and mobile integration. Applications targeting the new UI () can be hosted in Windows Store () and submitted via the IDE. These must be developed using and either , + or (DirectX can be mixed with XAML).

Windows RT (not to be confused with WinRT or Windows Runtime) is a version of Windows 8 exclusively for microprocessors that only supports the new user interface developed with , while Windows 8 for the microprocessors from Intel and AMD also supports traditional desktop user interface developed with technologies such as , or .

A full description of Windows 8 can be found on Wikipedia.

10290 questions
1081
votes
13 answers

Can you force Visual Studio to always run as an Administrator in Windows 8?

In Windows 7, you could go into a programs compatibility settings and check off to always run as an Administrator. Is there a similar option in Windows 8? I've always disabled UAC on my machines, and did the same after my Windows 8 upgrade, or so I…
Brian Surowiec
  • 17,123
  • 8
  • 41
  • 64
697
votes
51 answers

The request was aborted: Could not create SSL/TLS secure channel

We are unable to connect to an HTTPS server using WebRequest because of this error message: The request was aborted: Could not create SSL/TLS secure channel. We know that the server doesn't have a valid HTTPS certificate with the path used, but to…
Simon Dugré
  • 17,980
  • 11
  • 57
  • 73
389
votes
22 answers

Signtool error: No certificates were found that met all given criteria with a Windows Store App?

I'm trying to sign a Windows 8 appx package with a pfx file I have. I'm using a command like so: signtool.exe sign /fd sha256 /f "key.pfx" "app.appx" And from this, I get: SignTool Error: No certificates were found that met all the given…
Earlz
  • 62,085
  • 98
  • 303
  • 499
205
votes
6 answers

Cannot serve WCF services in IIS on Windows 8

When I try to serve a WCF service on IIS in a Windows 8 machine, I get the well known error The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be…
faester
  • 14,886
  • 5
  • 45
  • 56
194
votes
13 answers

Allowing Untrusted SSL Certificates with HttpClient

I'm struggling to get my Windows 8 application to communicate with my test web API over SSL. It seems that HttpClient/HttpClientHandler does not provide and option to ignore untrusted certificates like WebRequest enables you to (albeit in a "hacky"…
Jamie
  • 4,670
  • 5
  • 35
  • 49
166
votes
2 answers

Why is WinRT unmanaged?

Windows 8 introduces WinRT, which is like .NET but unmanaged. Why is it unmanaged? Is it a performance issue? Does it mean garbage collection is not suitable for lower level APIs?
user380719
  • 9,663
  • 15
  • 54
  • 89
141
votes
25 answers

Python command not working in command prompt

When I type python into the command line, the command prompt says python is not recognized as an internal or external command, operable program, or batch file. What should I do? Note: I have Python 2.7 and Python 3.2 installed on my computer.
Rohit Rayudu
  • 3,765
  • 6
  • 21
  • 21
134
votes
1 answer

File extension for PowerShell 3

All of us probably know .bat for Batch files. But what is the file extension for PowerShell 3 scripts? I found .ps1 and some other endings but they're only for version 1.
ComFreek
  • 29,044
  • 18
  • 104
  • 156
127
votes
6 answers

Making WPF applications look Metro-styled, even in Windows 7? (Window Chrome / Theming / Theme)

I like the window chrome on the new Office Suite and Visual Studio: I'm still developing applications for Windows 7 of course, but I'm wondering if there's a quick and easy way (read: WPF style or Windows Library) to emulate this style. I've done…
Daniel
  • 10,864
  • 22
  • 84
  • 115
121
votes
8 answers

How can a Metro app in Windows 8 communicate with a backend desktop app on the same machine?

In a situation where you have the UI frontend built using the new Metro style of apps for windows 8, and would like it to communicate with a .NET application running on the desktop on the same local machine (e.g. a windows service app). What forms…
dodgy_coder
  • 12,407
  • 10
  • 54
  • 67
121
votes
5 answers

IE10 renders in IE7 mode. How to force Standards mode?

On microsoft's site they claim that simple doctype declaration is enough. But even a document as short as this falls back to IE7 mode: http://d.pr/i/fvzb+
firedev
  • 20,898
  • 20
  • 64
  • 94
119
votes
6 answers

What is a simple/minimal browserconfig.xml for a web site

I don't want to do anything special or tricky with respect to Windows 8 and pinning, I just don't want to see the 404 Not Found messages as IE looks for browserconfig.xml scrolling by in my log files. Is there a trivial browserconfig.xml file that I…
drchuck
  • 4,415
  • 3
  • 27
  • 30
88
votes
11 answers

Viewing localhost website from mobile device

I have an ASP.Net website hosted on my Win8's localhost, the site seems to be running as expected on the desktop, but now i also want to test the site website on mobile device to check how it renders Is there anyway i can access the website from my…
Abbas
  • 4,948
  • 31
  • 95
  • 161
87
votes
9 answers

How can I set / change DNS using the command-prompt at windows 8

How can I set my DNS settings using the command-prompt or bat file at windows 8 I tried this: netsh interface ip set dns name="Local Area Connection" source=static addr=none but not worked.
Zuhair Taha
  • 2,808
  • 2
  • 35
  • 33
85
votes
2 answers

ListViewItem won't stretch to the width of a ListView

I'm currently designing a windows 8 store app using XAML but I have a minor sizing issue. I have a ListView with a DataTemple. The code for my ListView & DataTemplate are below:
Sun
  • 4,458
  • 14
  • 66
  • 108
1
2 3
99 100