Questions tagged [windows-8.1]

Windows 8.1, released on October 18, 2013, is the first major update to Microsoft Windows 8. Windows 8.1 is another addition to the Windows NT family.

Windows 8.1, released on October 18, 2013, is the first major update to Microsoft Windows 8. Windows 8.1 is another addition to the Windows NT family.

Windows 8.1 introduces many new features & APIs for developers of Windows Store apps and deprecates many APIs. Development for Windows Store apps which run on Windows 8.1 can only be done using Visual Studio 2013.

Related Tags

Useful links:

3704 questions
11
votes
3 answers

How to fix "Google Chrome did not shutdown properly" in Windows 8.1

When shutting down Windows 8.1, Google Chrome produces the error message "Google Chrome did not shutdown properly". How can I get Chrome to shut down without giving me that error message? I don't have to be logged in as a Google user.
11
votes
4 answers

use powershell to find scheduled tasks set to wake the computer

I've downloaded the powershell script located here: http://gallery.technet.microsoft.com/scriptcenter/Get-Scheduled-tasks-from-3a377294 However, this doesn't give me the piece of info I'm looking for. i want to see if any task is set to wake the pc…
merk
  • 1,721
  • 5
  • 23
  • 39
11
votes
3 answers

WebView capture navigation to a custom protocol

I am working with a WebView in a Windows 8.1 xaml app and need to handle navigation to a custom protocol ie. "app://12345". I have the WebView navigating off to a website for authentication which is then redirecting to this custom protocol as the…
dkarzon
  • 7,868
  • 9
  • 48
  • 61
11
votes
1 answer

How to disable address bar showing on js events in IE 11 on Windows 8.1

There is a web application (basically a web page coming from the server), which was developed for a client using MS Surface tablets, which were running Windows RT. When there was a shortcut (tile) pinned to the start screen of the tablet and client…
Rauli Rajande
  • 2,010
  • 1
  • 20
  • 24
11
votes
4 answers

How can we check if the current OS is win8 or blue

Win8.1 and Win8 has the same OS Version. How can we check if the current OS is Win8 or Blue? The Environment.OSVersion is giving us the same results: Environment.OSVersion 6.2.9200.0 Environment.OSVersion.Version …
10
votes
1 answer

Set grid column or grid row in C# code behind

I have set ColumnDefinitions in XAML like:
Kishor Bikram Oli
  • 1,748
  • 1
  • 22
  • 40
10
votes
2 answers

Can I Download & Use Microsoft Edge in Windows 8.1?

How can i download and use Microsoft Edge in Windows 8.1 ?
Amit Soni
  • 1,437
  • 1
  • 9
  • 18
10
votes
3 answers

Bad Swing UI scaling on high resolution (MS Surface)

I'm currently working on a little Java application, that involves Swing GUIs. On my development PC everything looks fine but when I run it on my MS Surface, some icons seem to be too large for the components (or the components too small for the…
Macklin
  • 167
  • 1
  • 11
10
votes
1 answer

Handle virtual keyboard on Windows 8 tablet

In my webpage I have a text input field which gets covered by the keyboard in Windows 8.1 tablet. I want the tablet to 'push up' the web page content (as it works on the iPad). So: Is it possible to make the keyboard NOT covering my input…
Mystogan
  • 547
  • 4
  • 21
10
votes
1 answer

Bluetooth A2DP SINK in Windows 8.1

I know Microsoft doesn't allow the streaming of music from phones to Windows 8 PC's or the use of the PC as hands free, but has anyone found a way around this yet? Are there any modified drivers or ways to modify the current drivers? Any help would…
virgil debique
  • 357
  • 2
  • 11
10
votes
3 answers

Invalid syntax with "setx" for having more than two arguments when there are only two arguments

I'm having trouble setting the global environment variable PATH permanently with SETX. I've read the answers on similar questions such as Invalid syntax with setx as well as read the syntax on SS64. As far as I know, the following line follows the…
octopod
  • 824
  • 2
  • 10
  • 23
10
votes
1 answer

Random access data virtualization for ListView on Windows Runtime

I'm implementing a list that could easily have 10,000 small pictures in it. Actual use case is showing a list of thumbnails of a video so you can scroll thru a video frame by frame. I put in a thumbnail of the video into the list every 2/3rds of a…
Quincy
  • 1,710
  • 14
  • 20
10
votes
3 answers

How to get the OS version in Win8.1 as GetVersion/GetVersionEx are deprecated?

I have scenarios where i want to specifically know the OS major/minor version and build number etc. From windows 8.1 onwards GetVersion and GetVersionEx have been deprecated, stating: [GetVersion/GetVersionEx may be altered or unavailable for…
10
votes
3 answers

Not showing items with Visibility=Collapsed in Windows 8.1 GridView

I have a Windows 8.1 application with a GridView bound to a custom (sortable, deduplicated) observable collection. In this collection, I do some heavy filtering and setting an IsHidden flag for every item. In the data template for the item, there…
Igor Kulman
  • 16,211
  • 10
  • 57
  • 118
10
votes
1 answer

Emacs on Windows 8.1 with font scaling for 4K monitor

I'm using Emacs on a Windows 8.1 computer with a 4K resolution monitor. I scaled up all the Windows fonts to 200%, since otherwise it is difficult to read. In most applications, the scaled fonts look great, but in Emacs they look fuzzy and…
user3818844
  • 101
  • 1
  • 4