Go to advanced search

by Tomas1856
Sun Feb 14, 2016 11:05 am
Forum: Windows 10 for IoT
Topic: Trouble deploying
Replies: 3
Views: 6112

Re: Trouble deploying

It depends which OS installed on Raspberry Pi, see if "No authentication" works for you.

Also, is your C# application Universal Windows App ?
by Tomas1856
Fri Feb 05, 2016 9:33 am
Forum: Windows 10 for IoT
Topic: Cannot remove AppX via Remove-AppxPackage, due different SID
Replies: 2
Views: 2331

Re: Cannot remove AppX via Remove-AppxPackage, due different

So I found a way, it's not pretty but it works! By sniffing what the web browser sends to Raspberry I was able to figure the command for deleting app for DefaultAccount From PC, I execute this command via Powershell Invoke-WebRequest http://minwinpc:8080/api/app/packagemanager/package?package=Runtim...
by Tomas1856
Thu Feb 04, 2016 1:45 pm
Forum: Windows 10 for IoT
Topic: Cannot remove AppX via Remove-AppxPackage, due different SID
Replies: 2
Views: 2331

Re: Cannot remove AppX via Remove-AppxPackage, due different

Some update $objSID = New-Object System.Security.Principal.SecurityIdentifier ("S-1-5-21-2702878673-795188819-444038987-503") $objUser = $objSID.Translate( [System.Security.Principal.NTAccount]) $objUser.Value minwinpc1\DefaultAccount is returned $objSID = New-Object System.Security.Principal.Securi...
by Tomas1856
Thu Feb 04, 2016 10:00 am
Forum: Windows 10 for IoT
Topic: Cannot remove AppX via Remove-AppxPackage, due different SID
Replies: 2
Views: 2331

Cannot remove AppX via Remove-AppxPackage, due different SID

Hi, I am trying to setup an automated test framework using Raspberry with 10.0.10586.63. Here's a short list what steps it performs: * Copy AppX to Raspberry. For ex., Copy RuntimeTests_1.0.0.0_ARM_Debug from C:\Tests\RuntimeTests_1.0.0.0_ARM_Debug.appx to \\minwinpc1\c$\Tests\RuntimeTests_1.0.0.0_A...

Go to advanced search