[APP] ThisPCFolder - Customize Computer or This PC folder with custom folders - Windows 8 Development and Hacking

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi, this is my newest program: ThisPCFolder
With this tool you can customize your “Computer” (Windows 8 and backwards) or “this pc” (in Windows 8.1) folder
You can’t add your customized folder (next release), but you can select for 12 System folder
In Windows 8.1 you can remove the 6 folders that appears after installation
It functions on every Windows, but some links will not function
Link to my website: "ThisPCFolder – Customize and choose folders that appear in Computer or This PC folder"
Direct download
This version: 1.0 4/7/2013

I know it's BETA version. Idea is great. But as long as a user-guide doesn't exist, this prog is totally unusable: it is not self-describing. Obviously no drag and drop operations possible, no file selection dialogs pop up, etcetera ... If I click "Add" in the background seems to open a DOS-box window, which immediately disappears. If I click "Remove" or "Run" an error message pops up ...
FYI: My laptop is running Vista HP SP3

Hi, I'm releasing a new version in next days, this version function correctly only With Windows 8.1
Have you read the "readme" text file in zip folder, there are some informations in it
However, can you post a screenshot of the error? Thanks

Pasquiindustry said:
Hi, I'm releasing a new version in next days, this version function correctly only With Windows 8.1
Have you read the "readme" text file in zip folder, there are some informations in it
However, can you post a screenshot of the error? Thanks
Click to expand...
Click to collapse
1. Inbetween understood how ThisPCFolder works. This UI simply is nothing else than a comfortable folder object creator: If in form-element "Desktop" you select "Add" it simply creates in folder "Computer" and/or "This PC" a subfolder named "Desktop", if in form-element "Documents" you select "Add" it simply creates in folder "Computer" and/or "This PC" a subfolder named "Documents", and so on.
Technically spoken it creates subfolders (folder objects) using their shell class, as for example shell:::{B4BFCC3A-DB2C-424C-B029-7FE99A87C641} for folder "Desktop".
2. The only well working -> Add -> Run are ControlPanel (All items) , Network, RecycleBin, and Search
3. Some error message examples:
Desktop
___________________________________________
ERROR in
action number 1
of Mouse Event for Left Released
for object obj_desktop:
Cannot execute shell:::{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}
Documents
___________________________________________
ERROR in
action number 1
of Mouse Event for Left Released
for object obj_documents:
Cannot execute shell:::{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}
Music
___________________________________________
ERROR in
action number 1
of Mouse Event for Left Released
for object obj_music:
Cannot execute shell:::{1CF1260C-4DD0-4ebb-811F-33C572699FDE}
Pictures
___________________________________________
ERROR in
action number 1
of Mouse Event for Left Released
for object obj_img:
Cannot execute shell:::{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}

That's because you're running Windows Vista, Witch don't have Documents, Pictures etc... "known folder" id, only Windows 8.1 have it (and the error appear)
You can't add files and folders in Computer or ThisPC folder by Drag&drop and you can't remove this system folders in Windows 8.1 (Which has this by default)
This tool allows user to do it

Pasquiindustry said:
That's because you're running Windows Vista, Witch don't have Documents, Pictures etc... "known folder" id, only Windows 8.1 have it (and the error appear)
Click to expand...
Click to collapse
Of course these KnownFolderIDs also since Vista are present:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd378457(v=vs.85).aspx

Yes, but they don't identify folders (so explorer get error)

Great application, very useful on Windows 8.1. I would like to be able to my Libraries in either the "Folders" section or can you make it so "Libraries" shows up in ThisPC?

dragon_76 said:
Great application, very useful on Windows 8.1. I would like to be able to my Libraries in either the "Folders" section or can you make it so "Libraries" shows up in ThisPC?
Click to expand...
Click to collapse
I'm working for that and any other folder

Related

ROM Extractor

ROM Extractor 1.0
This program can extract modules from ROM.
Program only can extract modules (exe,dll,cpl,...)
(files which have FILE_ATTRIBUTE_ROMMODULE)
but not designed to copy other ROM files, like bmp.
You can copy other ROM files by using a file manager.
Program can handle both XIP and EXTIMAGE files.
You should understand that all files comes without relocations.
They are stripped from image and not stored in ROM at all.
(Most of EXE files works fine)
Compatible:
Should work with Windows CE 4.2 and Windows CE 5.0.
Tested in WM 2003 SE and WM 5.0.
Please report about WM 2003 and WM 6.0.
Interface
*Enter path to module
You should enter path to module, always \Windows\... ?
*Save to:
You should enter output filename.
*"Set security offset to zero"
clear security RVA and size fields.
*"Set fixup offset to zero"
clear relocations RVA and size fields.
*"..." button
you can chouse file from list.
Double click on item will select it, "OK" will close.
Program set some fields to:
Linker version = 8.0
Operating system version = 4.0
Image version = 0.0
Stack commit = 4096
Heep commit = 4096
Heap reserve = 0x100000
Also you will have resources in .pdata section.
(This will be fixed in the next release)
Thank you for your program.
Would you change the font of this program?
MS Shell Dlg -> Tahoma..
the program is great.
however you should consider adding a default output path (say, "\") for those like me tampering with a CE.NET device with no chance yet to activate "Input Panel".
wm6.1
It seems to work just fine in wm6.1 as well.
However I do agree with crusher;
"however you should consider adding a default output path (say, "\") for those like me tampering with a CE.NET device with no chance yet to activate "Input Panel"."
ok I'm having a blond moment... what is my save to path if I want to save to my SD card? I tried '\storage card\' and \storage card\my documents\ and neither worked. Help me help my brain work this early in the morning! thanks
This one works great too: http://forum.xda-developers.com/showthread.php?p=2122307
For extracting NBH files
How do you dump the file back in \Windows? I am modifying shellres.dll.0409.mui to change the "Start" word (String Data 321 if you are interested - Thank you joemanb), but I cannot place the file back. I have tried using both Explorer and Resco 2008 without any luck. Any ideas will be much appreaciated.
use Active Sync
patr!k said:
use Active Sync
Click to expand...
Click to collapse
I realized it after playing with it for a while. Thanks anyway.
Thanks This App is great just messed with photoshop n made a icon for your program if you like it
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Is there an update for this program?
Preferably one where you can select multiple files at once and don't have to type in EVERY output filename (it's much slower when you can't copy-paste on the Touch HD)
do not work.
can`t create output file
active sync as in XP? how can one do it in Vista? The device's Windows folder is not visible in desktop explorer
Actually i found a way to view the device's windows folder in Vista but the mui file is read-only with no way of changing that. How can i replace it in Vista. PLEASE help !
Worked for me. Get the Notify.dll.0407.mui without any problems extracted...
i keeep getting cant create output file.
DexterTan said:
i keeep getting cant create output file.
Click to expand...
Click to collapse
you wil have to type the full name of what u whant to copy
\StorageCard\Stuff\shellres.dll.0409.mui
it's amazing!! works perfect with WM6.5!
Congratulations and many thanks!
Bparan said:
you wil have to type the full name of what u whant to copy
\StorageCard\Stuff\shellres.dll.0409.mui
Click to expand...
Click to collapse
I'm getting that message too. What are we doing wrong? (Screenshot in attachment.)
You have to also type in the full path and file name for where you want to store it.

Start Menu Customisation

Hi all,
I've built a .dll file with icons for customising the programs folder of the start menu. I've attached this file with an example of how it can be used in a .zip archive.
For those not used to working with shortcuts (.ink) and/or .dll files instructions are as follows:
1) Unpack "Start Menu.zip" to a folder of your choice on your computer.
2) Copy "Start Menu.dll" to "\Windows\" on your device, using Active Sync.
3) Again using active sync go to "\Windows\Start Menu\" on your device.
4) Back up your programs folder by copying the folder entitled "Programs" and pasting it to a folder of your choice on your computer.
5) Open the Programs folder on you device using ActiveSync.
6) Open each program group folder here (e.g. "Games") in turn, cutting the program shortcuts (e.g Notes.lnk) out of the folders into the main "Programs" folder on the device then delete the folder.
(N.B. You should not cut any shortcuts called "ICON.lnk" out of the individual program group folders. These will be in "Office Mobile" and "Games" folders, and possibly some others, which display their own icon already.)
7) Open the "Programs" folder that you extracted from the "Start Menu.zip" archive.
8) Select all the folders present and copy them to the Programs folder (\Windows\Start Menu\Programs\) on your phone, using ActiveSync.
9) Copy your program shortcuts into the program group folders as required.
To undo simply delete the entire contents of "\Windows\Start Menu\Programs\" and then copy the contents of the folder that you copied over from your phone in step 4) above.
Have fun!
screenshot please thank you
Thanks for posting, works a treat. Any chance of a Microsoft folder icon?
Haven,t time to finish it all now but will post screen shots when i have time. Thanks again.
Screenshot
Hi,
I've attached a screenshot.
Cheers,
andrew-in-woking
i think he meant in the thread! lol... we appreciate your work thank you very much
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Looks pretty cool! Thanks!
Hi,
thanks for this, I was trying to do the same but got stuck at the links creation.
What do you use to create the .link files?
I have found a little .vbs script that creates .lnk files on my desktop but always appends "C:\" to the path I define so I can not use them on the device.
many thanks for your answer.
bump!
Are you still developing on this customisation? Are you able to provide a cab file? ... having some trouble with access permissions when moving the files as described in step 6-8
Total Commander
jleung87 said:
bump!
Are you still developing on this customisation? Are you able to provide a cab file? ... having some trouble with access permissions when moving the files as described in step 6-8
Click to expand...
Click to collapse
Hi jleung87
You need to use a program called Total Commander. It's free, search for it.
Cheers
andrew-in-woking
hpsmartyz said:
Hi,
thanks for this, I was trying to do the same but got stuck at the links creation.
What do you use to create the .link files?
I have found a little .vbs script that creates .lnk files on my desktop but always appends "C:\" to the path I define so I can not use them on the device.
many thanks for your answer.
Click to expand...
Click to collapse
Hi hpsmartz
Copy an existing link on your phone and paste it to a different location. Then rename the lnk file and edit it using a program called Total Commander. After this you can cut and paste it back into the desired location.
Cheers
andrew-in-woking
andrew-in-woking said:
Hi hpsmartz
Copy an existing link on your phone and paste it to a different location. Then rename the lnk file and edit it using a program called Total Commander. After this you can cut and paste it back into the desired location.
Cheers
andrew-in-woking
Click to expand...
Click to collapse
you probably take advantage of this tool
nueShortcutMaker
cu
nosedive
Hi,
Worked real nice on my MotoQ Smartphone
Thanks much.
Hi,
Use this for creating Shortcuts:
http://forum.xda-developers.com/showthread.php?t=575272
Thanks,
This shortcut maker is pretty cool:
http://www.nuerom.com/BlogEngine/page/nueShortcutMaker.aspx

[MOD]Remove Watermark Windows 8 Build 8250

Hi, I Found a way to remove the Watermark completely
NOTE ONLY TESTED ON ENGLISH VERSION !!!
Download the Rar file
http://www63.zippyshare.com/v/76330339/file.html
Pass: kwadie
1. Install the <InstallTakeOwnership.reg> from the Take Ownership
2. Take Ownership from the <shell32.dll.mui> file (located @ C:\Windows\System32\en-US)
3. Take Ownership from the <basebrd.dll.mui> file (located @ C:\Windows\Branding\Basebrd\en-US)
4. Close the Windows Explorer completely in order to let the <InstallTakeOwnership> work
5. Copy and replace the <shell32.dll.mui> from the Edited Files to C:\Windows\System32\en-US
6. Copy and replace the <basebrd.dll.mui> from the Edited Files to C:\Windows\Branding\Basebrd\en-US
7. Start the Command prompt with Administrator(right click)
8. Type mcbuilder and wait till its finished
9. Reboot !!
10. Enjoy !!!!
Let me know if it works for you
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hey bro! Thanks four your help but didnt worked for me, still there! did all steps without any error!
Didn't work for me, can't copy the two files.
Worked perfect for me on Consumer Preview, THANKS! Been looking for this since Wed. Also, if you hate that they took the start menu away, google vistart to get a nice start menu replacement that works fine in Consumer Preview.
Jut07 said:
Didn't work for me, can't copy the two files.
Click to expand...
Click to collapse
Did you Took the ownership from the 2 files? and then closed your Windows Explorer?
how to copy files while explorer.exe is closed? and how to run cmd while explorer.exe is closed O_O
Worked great
think i followed everything correctly
i even copy and pasted the files using cmd.... (so i wouldn't open explorer)
still didn't work :/
64bit us version here
jakeellis01 said:
think i followed everything correctly
i even copy and pasted the files using cmd.... (so i wouldn't open explorer)
still didn't work :/
64bit us version here
Click to expand...
Click to collapse
Ditto, no luck
ndpndnt16 said:
how to copy files while explorer.exe is closed? and how to run cmd while explorer.exe is closed O_O
Click to expand...
Click to collapse
By closing the Windows Explorer I mean just closing it with the red cross at the top.
NOT the explorer.exe process. The windows Explorer != Explorer.exe
lol... just re-restarted again my pc.... and noticed there is no watermark now....
hadn't done anything except install the latest graphic drivers... :s
Works great . Thank you .
Didn't work for me, any help?
I tried 2 times, but nothing changed.
First time I just closed all open explorer windows and copied-replaced with cmd.
The second time I ended explorer.exe process to be sure, the replacement was again succesful according to cmd messages, run mcbuilder (it took 10 seconds to complete), restarted but the watermark is still there.
32-bit English
It worked for me too..
Finally got it to work. I followed all the instructions posted with the file, then changed my theme from "Windows" to "Windows Basic". Now the watermark is gone and you can switch back to my previous "Windows" Theme
In my first reboot didnt worked, now it disappeared, thanks bro!
mfleigle said:
Finally got it to work. I followed all the instructions posted with the file, then changed my theme from "Windows" to "Windows Basic". Now the watermark is gone and you can switch back to my previous "Windows" Theme
Click to expand...
Click to collapse
Yes! That did it!
I rebooted many times, I also disable and reenable my nvidia driver, but only the theme change made the watermark disappear.
Thanks for the info and cerdits to the topic starter.
I can't Copy and replace the <shell32.dll.mui>
DaNnY549 said:
I can't Copy and replace the <shell32.dll.mui>
Click to expand...
Click to collapse
You should have administrative rights.
Then it works.
you need 2 different fixes. 1 for x64 and 1 for x86
Sent from my R800i using Tapatalk

Alternate icons And Splashes (Root Tools, Folders, Splash Changer, etc...)

[TUTORIAL AND REPLACEMENT SCREEN FILES BELLOW]
Okay, so if anyone here is like me, they prefer their tiles on their phone to match the UI.
And if you are also dev unlocked and have apps like WP7RootTools or Splash Changer, you know that what I said previous to this sentence is not gonna happen.
However, I found an easy fix! Since homebrew and unencrypted apps can be opened as zip files in a utility such as WinRAR or 7zip, I learned you could replace the splash screen and tiles with your own.
So this thread is for those Metro made replacement tiles and splashes, as well as a tutorial on how to change them.
Tutorial
What you will need
WinRar
(unencrypted) XAP of app you are replacing the splash and tiles
replacement splash and tiles
Windows 7 or Windows 8 Pro
Windows Phone SDK
Windows Phone PowerTools (for XAP "Update" feature.) (Optional)
Zune for Windows
Step 1
Take the xap that we will be changing (WP7Root Tools for the sake of this tutorial) and open it in WinRAR
(you can use "open with..." or you can even do as I did and set WinRAR as the default handler for XAP files.)
WinRAR will proceed to open it as a zip file
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Step 2
Open the folder where the (extracted) replacement splash images are contained and highlight them, then click copy or press ctrl + c
(Note: Filenames may vary depending on the App. Programs built for 7.8 and up may have slightly different names from those for 7.5)
Step 3
Go back into WinRAR. Press Ctrl + V or click "Paste file from clipboard" from the FILE menu
Step 4
Close WinRAR and open Zune.
Then connect your phone, wait for it to register in Zune, then open *Windows Phone Power Tools.
In Power Tools, click "Connect"
Then in the area where there is a text box with "XAP Path" above it, there will be a "browse" button beside it. Click it.
Select your XAP that we replaced the icons and splash for previously.
then click "Update"
And when its finished you have now refreshed the look of the tiles and splash screen of your app!
*Note: Power tools is unnecessary. you can sideload like normal, but at times at the expense of your data for the app.
File Replacement Downloads
Here are some splashes and icons I created for apps
eco
View attachment 1755980
Folders (wphFolders by Windows Phone Hacker)
View attachment 1755981
MarketplaceConfig (MarketplaceConfig by ken52787)
View attachment 1755982
ScreenCapturer (Screen Capturer by JerryJiang)
View attachment 1755983
SplashChanger (Splash Changer by JaxBot)
View attachment 1755984
RootTools (WP7 Root Tools by Heathcliff74)
View attachment 1755985
Image Gallerys of refreshed designs: http://imgur.com/a/Xnsb5 http://imgur.com/a/HtOlC
(NOTE: I didn't make the Screen Capturer splash. accidentally uploaded it)
Bazaar Marketplace (Bazaar)
View attachment 1759000
Dynamic Background (dynamicbackground2 by Windows Phone Hacker)
View attachment 1759001
Themes (wphThemes by Windows Phone Hacker)
View attachment 1759002
Tweaks (wphTweaks by Windows Phone Hacker)
View attachment 1759003
DevStore8
View attachment devstore8.zip
Will post more as I find apps I feel need a tile/splash makeover
NOTE: I am not going to post the edited XAP's because I don't have permission to. If I did I would. Just in case anyone asks.
Good my friend
Nice one thanks,
This is my way,
I use 7z.
- Rightclick on the xap
- Choose open archive
- Select the image and move it to your desktop
Be aware you do not close the xap.
- Edit the image, and move it back to the xap.
- Close 7z and save the xap.
That's it.
Greetz,
UPDATE
Files added!
FEBRUARY 25TH:
Bazaar Marketplace
dynamicbackground2 by Windows Phone Hacker
wphThemes by Windows Phone Hacker
wphTweaks by Windows Phone Hacker
FEBRUARY 28TH:
DevStore8
Shortcut to post containing downloads

How to uninstall/reinstall Settings Extra Apps in W10M

Sometimes those extra apps behave oddly and a reinstallation is required. Here is a method:
- install WinAppDeployCmd (can be downloaded from WikiSend WinAppDeploy-x86_en-us.msi.zip, more info Install Universal Windows Apps with the WinAppDeployCmd tool https://msdn.microsoft.com/en-us/library/mt203806.aspx)
- open Command Prompt (Cmd) as admin, change directory to
Code:
C:\Program Files (x86)\Windows Kits\10\bin\x86
- use
Code:
WinAppDeployCmd uninstall -package <name> -ip <address> -pin <p>
to remove the following packages
Display
Code:
b08997ca-60ab-4dce-b088-f92e9c7994f3_47810.15531.36284.64166_neutral__dtamgpysk9qmw
Gestures & Touch
Code:
NokiaCorporation.Gesturestouch_3.3.20.0_arm__6d0q6r3z979nw
Lumia motion data
Code:
NokiaCorporation.motiondata_2.1.192.0_arm__6d0q6r3z979nw
Equaliser
Code:
NokiaCorporation.Equaliser_3.0.155.0_arm__6d0q6r3z979nw
Rate Your Device
Code:
NokiaCorporation.Rateyourdevice_3.0.92.0_arm__6d0q6r3z979nw
Gadgets/Device hub
Code:
NokiaCorporation.DeviceHub_3.7.4.1_arm__6d0q6r3z979nw
Extras & info
Code:
2377fe1b-c10f-47da-92f3-fc517345a3c0_51122.20166.24600.51992_neutral__erv09pjf23e2a
Example: to uninstall Rate Your Device the command should be something like this
Code:
WinAppDeployCmd uninstall -package aec3bfad-e38c-4994-9c32-50bd030730ec_41833.38366.13087.29407_neutral__ax1bptaybe3da -ip 192.1.1.1 -pin 123456
where 192.1.1.1 should be your phone ip adress connected to the same Wi-Fi as the computer; and pin is the 6 character string generated from phone's Settings - Security - Developers - Pair. The pin is required only the fisrt time.
To reinstall the apps, download them from store
Display http://www.windowsphone.com/s?appid=b08997ca-60ab-4dce-b088-f92e9c7994f3
Gestures & Touch http://www.windowsphone.com/s?appid=bbc57c87-46af-4c2c-824e-ac8104cceb38
Lumia motion data http://www.windowsphone.com/s?appid=8fc25fd2-4e2e-4873-be44-20e57f6ec52b
Equaliser http://www.windowsphone.com/s?appid=373cb76e-7f6c-45aa-8633-b00e85c73261
Rate Your Device http://www.windowsphone.com/s?appid=aec3bfad-e38c-4994-9c32-50bd030730ec
Gadgets / Device hub http://www.windowsphone.com/s?appid=2fa58039-a6ea-4421-b5c6-9ffac0c3ec3d
Extras & info http://windowsphone.com/s?appId=2377fe1b-c10f-47da-92f3-fc517345a3c0
Tested on Windows 10 & Windows 10 Mobile 1511.
PS. I'm still looking for a similar way to uninstall/delete pre-installed apps on W10M. Any suggestion is welcomed.
Informative ?
Have you tried uninstalling the sysapps in your examples from Storage ➡ This Device ➡ Apps and games. It has worked for me.
What apps are you trying to uninstall?
winphouser said:
Informative
Have you tried uninstalling the sysapps in your examples from Storage This Device Apps and games. It has worked for me.What apps are you trying to uninstall?
Click to expand...
Click to collapse
No, it seems you can't uninstall Weather or Windows Feedback (they must be essential for the OS), but you can move or uninstall an instance of Phone for some reason.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
when I download the file from the link I get a zip file that cannot be opened without 3rd party archiver. in the zip file I get a folder called "turin brakes for molly"?
edit: okay now I got the files through the ms website, and i got the following apps:
Code:
Microsoft.Media.PlayReadyClient.Phone.2_2.10.2077.1_arm__8wekyb3d8bbwe
Microsoft.VCLibs.120.00.Phone_12.0.30113.0_arm__8wekyb3d8bbwe
Microsoft.WindowsPhoneFileProvider_1.0.12328.0_arm__8wekyb3d8bbwe
NokiaCorporation.DeviceHub_4.2.170.0_arm__6d0q6r3z979nw
Microsoft.SkypeApp_2.31.0.9_arm__kzf8qxf38zg5c
5319275A.WhatsApp_2.12.226.0_arm__cv1g1gvanyjgm
Facebook.317180B0BB486_11.0.1.0_arm__8xx8rvfyw5nnt
USTWOSTUDIOLIMITED.MonumentValley_2.3.0.0_arm__x66ewb4nq42ba
Microsoft.NET.Native.Framework.1.0_1.0.22929.0_arm__8wekyb3d8bbwe
Microsoft.NET.Native.Framework.1.1_1.0.23115.0_arm__8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.1.0_1.0.22929.0_arm__8wekyb3d8bbwe
Microsoft.VCLibs.140.00_14.0.22929.0_arm__8wekyb3d8bbwe
Microsoft.Windows.Cortana_1.6.1.320_neutral_neutral_cw5n1h2txyewy
Microsoft.DevicesFlow_1.0.13070.63_arm__8wekyb3d8bbwe
Microsoft.LockApp_10.0.10586.63_neutral__cw5n1h2txyewy
Microsoft.MicrosoftEdge_25.10586.63.0_arm__8wekyb3d8bbwe
906BEEDA-B7E6-4DDC-BA8D-AD5031223EF9_1.0.13070.63_arm__8wekyb3d8bbwe
Microsoft.PrintDialog_1.0.13070.63_arm__8wekyb3d8bbwe
Windows.PurchaseDialog_6.2.0.0_neutral_neutral_cw5n1h2txyewy
2a4e62d8-8809-4787-89f8-69d0f01654fb_1.0.13070.63_arm__8wekyb3d8bbwe
Microsoft.AccountsControl_10.0.10586.63_neutral__cw5n1h2txyewy
Microsoft.Windows.AssignedAccessLockApp_1000.10586.63.0_neutral_neutral_cw5n1h2txyewy
Microsoft.BioEnrollment_10.0.10586.63_neutral__cw5n1h2txyewy
Microsoft.CloudExperienceHost_1000.10586.63.0_neutral_neutral_8wekyb3d8bbwe
Microsoft.WindowsFeedback_1.0.13070.63_arm__8wekyb3d8bbwe
c5e2524a-ea46-4f67-841f-6a9465d9d515_10.0.10586.63_neutral_neutral_cw5n1h2txyewy
Microsoft.AAD.BrokerPlugin_1000.10586.63.0_arm__8wekyb3d8bbwe
Microsoft.Tonepicker_1.0.13070.63_arm__8wekyb3d8bbwe
Windows.ContactSupport_10.0.10586.63_neutral_neutral_cw5n1h2txyewy
Microsoft.XboxIdentityProvider_1000.10586.63.0_neutral_neutral_cw5n1h2txyewy
Microsoft.NET.Native.Runtime.1.1_1.1.23406.0_arm__8wekyb3d8bbwe
Microsoft.MicrosoftWallet_1.1.15271.0_arm__8wekyb3d8bbwe
Microsoft.People_10.0.3451.0_arm__8wekyb3d8bbwe
NokiaCorporation.Equaliser_3.0.155.0_arm__6d0q6r3z979nw
NokiaCorporation.Gesturestouch_3.3.20.0_arm__6d0q6r3z979nw
Microsoft.NET.Native.Framework.1.2_1.2.23231.0_arm__8wekyb3d8bbwe
59750RykenApps.435307C335C44_2.5.13.0_arm__zd92nzxdcatqw
Microsoft.CommsPhone_2.12.14001.0_arm__8wekyb3d8bbwe
Microsoft.MSPodcast_1.2.15156.0_arm__8wekyb3d8bbwe
NokiaCorporation.Rateyourdevice_3.0.95.0_arm__6d0q6r3z979nw
microsoft.windowscommunicationsapps_17.6525.42272.0_arm__8wekyb3d8bbwe
Microsoft.WindowsSoundRecorder_10.1512.21120.0_arm__8wekyb3d8bbwe
NokiaCorporation.motiondata_2.1.192.0_arm__6d0q6r3z979nw
9E2F88E3.Twitter_3.2.3.0_arm__wgeqdkkx372wm
NokiaCorporation.glancescreen_4.1.146.0_arm__6d0q6r3z979nw
Microsoft.ZuneVideo_3.6.15772.0_arm__8wekyb3d8bbwe
Microsoft.WindowsAlarms_10.1512.58020.0_arm__8wekyb3d8bbwe
Microsoft.ZuneMusic_3.6.15802.0_arm__8wekyb3d8bbwe
Microsoft.WindowsCamera_2016.107.11.0_arm__8wekyb3d8bbwe
Microsoft.XboxApp_11.13.6008.0_arm__8wekyb3d8bbwe
Microsoft.Windows.Photos_15.1208.10502.0_arm__8wekyb3d8bbwe
f2930ca1-b656-45ce-80cf-c06fc662633d_1.0.0.0_arm__c14bspf40ga5e
Microsoft.MSFacebook_10.2.1.0_arm__8wekyb3d8bbwe
Microsoft.Getstarted_2.6.12.0_arm__8wekyb3d8bbwe
Microsoft.Upprv_1.3.233.2_arm__8wekyb3d8bbwe
Microsoft.BlockandFilterglobal_10.1505.13502.0_arm__8wekyb3d8bbwe
Microsoft.BingNews_4.7.119.0_arm__8wekyb3d8bbwe
Microsoft.BingWeather_4.7.119.0_arm__8wekyb3d8bbwe
NokiaCorporation.Networkservices_3.1.101.0_arm__6d0q6r3z979nw
Microsoft.Office.Word_17.6326.10212.0_arm__8wekyb3d8bbwe
Microsoft.Office.PowerPoint_17.6326.10212.0_arm__8wekyb3d8bbwe
Microsoft.WindowsMaps_4.1601.10150.0_arm__8wekyb3d8bbwe
Microsoft.WindowsCalculator_10.1601.49020.0_arm__8wekyb3d8bbwe
Microsoft.Office.Excel_17.6326.10212.0_arm__8wekyb3d8bbwe
53028HelgeMagnusKeck.WiFiTool_1.3.7.0_arm__kmtq5bk764tmy
Microsoft.Office.OneNote_17.6366.43292.0_arm__8wekyb3d8bbwe
ApptlyLLC.Beardify_1.0.0.15_arm__7a5tehvffvcaj
Microsoft.Messaging_2.13.20000.0_arm__8wekyb3d8bbwe
18966RudyHuyn.17583A2270534_5.9.0.2_arm__d4rfaqrt0cqt8
32363StampedeGames.EvoExplores_1.1.9.0_arm__ssg7zgmzztv24
microsoft.microsoftskydrive_17.7.0.0_arm__8wekyb3d8bbwe
Microsoft.WindowsStore_2015.25.22.0_arm__8wekyb3d8bbwe
i'm trying to remove lumia help and tips, which i have removed before, but now it shows in the applist with a blank icon. more info on this thread: http://forum.xda-developers.com/win...app-stuck-removing-windows-10-mobile-t3300158
mjz2cool said:
when I download the file from the link I get a zip file that cannot be opened without 3rd party archiver.
i'm trying to remove lumia help and tips, which i have removed before, but now it shows in the applist with a blank icon. more info on this thread:
Click to expand...
Click to collapse
I've reuploaded the file WinAppDeploy-x86_en-us.msi.zip.
Lumia Help+Tips does't appear in your list, I think you should install the app from store http://www.windowsphone.com/s?appId=ccfdca81-e2fe-44bd-8957-d0c55c636933 and then uninstall it using WinAppDeployCmd
w.bogdan said:
I've reuploaded the file WinAppDeploy-x86_en-us.msi.zip.
Lumia Help+Tips does't appear in your list, I think you should install the app from store http://www.windowsphone.com/s?appId=ccfdca81-e2fe-44bd-8957-d0c55c636933 and then uninstall it using WinAppDeployCmd
Click to expand...
Click to collapse
well, i tried downloading it already, but then it shows up twice, and after removing it the normal way the corrupted one is still there, would this way make any difference? gonna try it anyway
edit: nope, still there, very annoying
mjz2cool said:
well, i tried downloading it already, but then it shows up twice, and after removing it the normal way the corrupted one is still there, would this way make any difference? gonna try it anyway
edit: nope, still there, very annoying
Click to expand...
Click to collapse
In theory, WinAppDeployCmd should have removed all the dependencies of the app.
The link died, please upload to another Cloud Will WinAppDeploycmd.exe work on Windows 7?

Categories

Resources