RSS

Tag Archives: Windows store

Windows 8.1 – Use windows store apps when behind an authenticated proxy

With Windows 8 one of the major issues especially when used in an enterprise was that the Windows Store and Windows Store apps wouldn’t work when you were behind an authenticated proxy unless you specifically allowed URLs to pass through the proxy unauthenticated.

I even created a blog post about this before and since it gets many views I believe it is an issue a lot of people are having.

As such I’m happy to inform you that with Windows 8.1 Preview you can configure your authenticated proxy to be used for Windows Store apps. Press Windows key + W and type “Change proxy settings”.

Win8.1_proxy

The settings from Internet Explorer are also automatically used, so existing configurations set using a GPO work as well.

Advertisement
 
7 Comments

Posted by on July 4, 2013 in ICT, Microsoft, Windows, Windows 8

 

Tags: , , , , , , , , , , , , , , , , , , , ,

Windows 8 – Use Windows 8 apps when behind a proxy including the Windows 8 Store

In the past I’ve heard numerous people mention they couldn’t get the Windows 8 Store from behind a proxy on the corporate network. Many even thought it was a design flaw by Microsoft and that it wasn’t possible.

A colleague of mine Kuo Wei Lau informed me about this article that specifies how to configure the proxy for metro apps in Windows 8.

So it is possible to use Windows 8 apps from behind a proxy, but I have to admit that in my opinion the configuration is hidden in a not very obvious location. Nevertheless, it is possible 🙂

Apparently there are also other solutions and apparently there are also some issues to take into account. So you might want to take a look at these articles as well:

http://www.thewindowsclub.com/setup-proxy-metro-application-windows-8
http://drdebmath.blogspot.nl/2012/11/use-proxy-windows8-iitg.html
http://support.microsoft.com/kb/2778122

[EDIT 04-07-2014] With Windows 8.1 Preview configuration of the proxy has been improved. For more info take a look at: https://bjornhouben.wordpress.com/2013/07/04/windows-8-1-use-windows-store-apps-when-behind-an-authenticated-proxy/

 
2 Comments

Posted by on March 1, 2013 in ICT, Microsoft, Windows, Windows 8

 

Tags: , , , , , , , ,

Windows 8 – Tweakers.net AppRace 2012 kick-off event December 6th at 18:30 CET with live stream

Tweakers is hosting the AppRace 2012 together with Microsoft. If you have the skills and time to build it, be sure to sign up for the AppRace. The best 5 apps are being rewarded with a Windows 8 RT device and the winner also gets a ticket for TechDays.

Today (December 6th) the kick-off will be at 18:30 CET. There will also be a live stream available if you’re curious about the event.

 

Tags: , , , , , , , , , , , , , , , , , ,

Windows 8 – Windows store app installation fails on Windows 8 with error code 0x80070057

Last week I encountered error code 0x80070057 while trying to install an update to the “Fruit Ninja” windows store app.

The steps below were used to fix this error:

  1. Run powershell as administrator
  2. get-appxpackage -name *fruitninja* | remove-appxpackage
  3. Run “wsreset”
  4. Go to store page and click install

Thanks to this post that helped me resolve the issue:
http://www.pocketables.com/2012/10/how-to-fix-fruit-ninja-or-any-other-broken-app-on-windows-8.html

PS: I had already tried syncing the app licenses, but this didn’t resolve the issue.

 

Tags: , , , , , , , ,

Windows 8 – Change default install location of Windows 8 apps / Modern UI apps

In a previous blog post I compared Windows 8 tablets with other tablets. In it I said that it was nice that you could use memory cards to expand your storage, but unlike Android there is no easy way to move windows 8 / modern UI apps to the memory card and run them from there.

Since I saw the question pop up a couple of times and because I was convinced it would probably be possible, I went to look for a workaround. This is the procedure I used to change the default app install location:

  1. Close the Windows Store app.
  2. Make a new folder in the desired location. By example “D:\WindowsApps”.
  3. Run regedit as administrator
  4. Create a backup of your registry just in case.
  5. In regedit go to “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx”
  6. Take ownership of this path and everything below it (inheritance).
  7. Edit the value of “PackageRoot” to your desired location. By example “D:\WindowsApps”
  8. Start the Windows Store app.
  9. Install apps.
  10. Run apps.

Beware: I’m not entirely sure if and how this affects security, so use this at your own risk.

This article regarding the use of junction points may also interest you.

 
 

Tags: , , , , , , , , , , , ,

Windows 8 – Installing Windows 8 apps (formerly known as Metro apps)

Context

With Windows 8, the Windows store has been introduced. Using the store you can search, browse and install published Windows 8 apps. Apps in the store can either be free or paid and incldues trial options. Apps also need to allow you to install them on a minimum of five Windows 8 enabled devices without additional payment/fees.

These apps are tied to your account and can be installed on multiple devices you own provided you use the same account. This may come in handy when you by example:

Showing apps tied to your account and installing them

  1. Go to the Windows store
  2. Toggle the AppBar by right clicking, pressing windows key + Z or swiping down from the top of the screen.
  3. Select “Your Apps” 
  4. Choose from the dropdown box: “Apps not installed on this PC”
  5. Select the apps you want to install and select the “Install” button.
 
Leave a comment

Posted by on August 14, 2012 in ICT, Microsoft, Windows, Windows 8

 

Tags: , , , , ,

Windows 8 – Sideloading application example (Wordfeud)

Context

One of the negative aspects of working with new technologies is that sometimes you miss some stuff that what available with older versions.

As an example, the Pinball FX2 game/app was in the store of the Windows 8 Consumer Preview, but was not available in the Windows 8 Release Preview. Another example is Wordfeud which was available in the store of the Windows 8 Release Preview, but is not (yet) in the store of the Windows 8 RTM.

[EDIT]

Apparently you can also:

  1. Go to the Windows store
  2. Toggle the AppBar by right clicking, pressing windows key + Z or swiping down from the top of the screen.
  3. Select “Your Apps” 
  4. Choose from the dropdown box: “Apps not installed on this PC”
  5. Select the apps you want to install and press the “Install” button.

[EDIT]

During my time with Wordfeud in the Windows 8 Release Preview I did however see that the developer provided the files to sideload the application. Sideloading means that you can install apps directly without going through the Windows store. More information about sideloading can be found here.

For sideloading Wordfeud, perform the following actions

  1. Run Windows Powershell as administrator
  2. Enable powershell script execution using: set-executionpolicy remotesigned
  3. Download the latest Wordfeud build from http://dl.dropbox.com/u/13365029/WordfeudMetro/index.html
  4. Extract the files to a folder by example : C:\WordfeudMetro_1.0.0.9_AnyCPU_Debug
  5. From within Windows Powershell go to the folder using: cd C:\WordfeudMetro_1.0.0.9_AnyCPU_Debug
  6. Execute the Powershell script by typing: .\Add-AppDevPackage.ps1

For removing the sideloaded Wordfeud, perform the following actions

  1. Run Windows Powershell as administrator
  2. From within Windows Powershell remove the application using: Get-AppxPackage | where PublisherId -eq csykjp4qexh44 | Remove-AppxPackage
 
Leave a comment

Posted by on August 13, 2012 in ICT, Microsoft, Windows, Windows 8

 

Tags: , , , , , , , ,

 
%d bloggers like this: