I installed Windows 11 Pro edition ISO created with UUP DUMP using the generic product key W269N-WFGWX-YVC9B-4J6C9-T83GX. When it came to activate I get surprised this didn't work - I got error message
{
"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"
}
How to solve?
mr.alibaba said:
using the generic product key
Click to expand...
Click to collapse
mr.alibaba said:
got error message
Click to expand...
Click to collapse
Isn't that to be expected? AFAIR the generic one just keeps you rolling until you enter your own, specific key. Then it tries to activate for real and then, quite often, you have pass another test (for example by phone and such)...
mr.alibaba said:
I installed Windows 11 Pro edition ISO created with UUP DUMP using the generic product key W269N-WFGWX-YVC9B-4J6C9-T83GX. When it came to activate I get surprised this didn't work - I got error message
View attachment 5764399
How to solve?
Click to expand...
Click to collapse
You have to install a KMS host key on your computer running Windows 11 what allows you to activate this computer's Windows 11 against this KMS host.
To activate, use the slmgr.vbs command. Open an elevated command prompt and run one of the following commands:
To install the KMS key, type "cscript slmgr.vbs /ipk <KmsKey>".
To activate online, type "cscript slmgr.vbs /ato"
Where can I get this KmsKey from?
The KmsKey is the generic key you posted.
hello i see your problem you need to activate a another product key.
you have a product key from a organization
Activate Windows using a product key
During installation, you'll be prompted to enter a product key. Or, after installation, to enter the product key, select the Start button, and then select Settings > System > Activation > Update product key > Change product key.
Greetings,
Peter
Gms
mr.alibaba said:
I installed Windows 11 Pro edition ISO created with UUP DUMP using the generic product key W269N-WFGWX-YVC9B-4J6C9-T83GX. When it came to activate I get surprised this didn't work - I got error message
View attachment 5764399
How to solve?
Click to expand...
Click to collapse
you can uninstall and re-install the product key on your Windows device:
1. Press Win + R to open the Run command dialog box.
2. Type CMD and then press Ctrl + Shift + Enter to open an elevated Command Prompt.
3. Type the following command and then press Enter:
slmgr.vbs/dlv
4. Next, run the following command to uninstall the existing product key from your device:
slmgr.vbs /upk
5. When you finish, type the following command to re-install the product key:
slmgr.vbs /ipk <New_Product_Key>
Replace the New_Product_Key command with your actual product key and then press Enter to run the command. Wait for the process to complete and then restart your computer.
{Mod edit as the auhtor of the quoted post removed its content. Oswald Boelcke, Senior Moderator}
oh but it is pirating windows!!
here are rules, check rule 6...
wojtekojtek said:
oh but it is pirating windows!!
here are rules, check rule 6...
Click to expand...
Click to collapse
Thanks, I wasn't thinking about that, I just wanted to help.
Post deleted.
Deleted your replay só that all can be clean.
Thanks again!
persona78 said:
Thanks, I wasn't thinking about that, I just wanted to help.
Post deleted.
Deleted your replay só that all can be clean.
Thanks again!
Click to expand...
Click to collapse
<deleted>
Related
I am having trouble finding the right command to copy a file from a device via adb shell to my pc. I tried -mv- but that just renamed it.
Code:
mv Camera c:/camera
renamed to c:camera
adb pull /path/to/Camera C:\camera
RoberGalarga said:
adb pull /path/to/Camera C:\camera
Click to expand...
Click to collapse
yeah I tried that. I think that since my phone is locked, I can't su the shell. I actually tried a single file also. No luck.
das-heftige said:
yeah I tried that. I think that since my phone is locked, I can't su the shell. I actually tried a single file also. No luck.
Click to expand...
Click to collapse
I don't have to unlock my tablet to pull files. You are doing the command from the PC, right, like in a DOS box? You should be able to see the files by doing "adb shell ls /sdcard/DCIM/Camera/". "adb pull /sdcard2/DCIM/Camera ." will pull all of the pictures on my Hisense external sdcard into the current "." windows directory on my computer.
BSODs when using usb 3.0
das-heftige said:
I am having trouble finding the right command to copy a file from a device via adb shell to my pc. I tried -mv- but that just renamed it.
Code:
mv Camera c:/camera
renamed to c:camera
Click to expand...
Click to collapse
Hi,
I have facing out weird problem. Why, when i using adb command to copy file from PC windows to android Devices using Port usb 3.0. Windows will be immediately Blue Screen. Note: in blue screen appears, Bluescreen: Physical Memory Dump
I using Windows 7 (Zotac CPU). But, when i using standart USB port in zotac. Will be running.
Anyone knows, why the problem appears?
Thanks
Android All In One Toolkit - Data Transfer Via ADB
das-heftige said:
I am having trouble finding the right command to copy a file from a device via adb shell to my pc. I tried -mv- but that just renamed it.
Code:
mv Camera c:/camera
renamed to c:camera
Click to expand...
Click to collapse
Hii
I Developed an application named "Android All In One Toolkit" With Windows GUI...
1. Data Transfer
{
"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"
}
No Need to type single command
just put path in text box & Press Pull From Device button..
It has feature for fast data transfer over adb without mounting sd card...
It also has many more features that will make your workflow much easier..
Check out my Application
Thread : http://forum.xda-developers.com/showthread.php?t=2494319
aditya.kamble said:
Hii
I Developed an application named "Android All In One Toolkit" With Windows GUI...
1. Data Transfer
No Need to type single command
just put path in text box & Press Pull From Device button..
It has feature for fast data transfer over adb without mounting sd card...
It also has many more features that will make your workflow much easier..
Check out my Application
Thread : http://forum.xda-developers.com/showthread.php?t=2494319
Click to expand...
Click to collapse
Sorry aditya, but I got an error launching the app,
It said "Could not find the main class : androidallinonetoolkit. Program will exit
hi guys....today i rooted my moto e with the help of this site.....after rooting was completed my phone showed warning bootloader unlocked but after it started i checked with root checker app and it shows my phone is not rooted....so i tried to repeat steps of rooting........but when i type command "fastboot oem unlock 'unique key'" it says that my device is already unlocked......i dont know what to do now to root it properly......pls help....thnx in advance
i only did these six steps.....
1.) Put your device in fastboot mode (power off, then press the power and volume down buttons simultaneously).
2.)Open Command Prompt on androidsdk/platform-tools/ (Hold Shift and right click and press open command window here)
Connect your Phone to PC
3.)Type this in the CMD prompt window - fastboot oem get_unlock_data
You will get a return string. Copy it. [Right Click-Mark- Mark the text by pressing the shift key-Now press Ctrl+C]
Paste all the lines together in a notepad. Remove the empty spaces.
4.)Now go to the Motorola Site.Sign in using your Google account or Motorola ID. Scroll down the page and paste the copied string in the field at step #6. Then click on ‘Can my device be unlocked?’, after which a "REQUEST UNLOCK KEY" button will appear at the bottom of page. To get your unlock key, select the ‘I Agree’ option. Note: You will receive an email with your Unlock Key at the email address you used to log in there. Important – Copy the 20-character key that Motorola sent you via email. Make sure your device is connected.
5.)Then in CMD type: fastboot devices (To check your device is connected)
6.)Then type: fastboot oem unlock UNIQUE_KEY
......do i have to do something more...like sumthing i saw on video on twrp flash
smarty007us said:
hi guys....today i rooted my moto e with the help of this site.....after rooting was completed my phone showed warning bootloader unlocked but after it started i checked with root checker app and it shows my phone is not rooted....so i tried to repeat steps of rooting........but when i type command "fastboot oem unlock 'unique key'" it says that my device is already unlocked......i dont know what to do now to root it properly......pls help....thnx in advance
i only did these six steps.....
1.) Put your device in fastboot mode (power off, then press the power and volume down buttons simultaneously).
2.)Open Command Prompt on androidsdk/platform-tools/ (Hold Shift and right click and press open command window here)
Connect your Phone to PC
3.)Type this in the CMD prompt window - fastboot oem get_unlock_data
You will get a return string. Copy it. [Right Click-Mark- Mark the text by pressing the shift key-Now press Ctrl+C]
Paste all the lines together in a notepad. Remove the empty spaces.
4.)Now go to the Motorola Site.Sign in using your Google account or Motorola ID. Scroll down the page and paste the copied string in the field at step #6. Then click on ‘Can my device be unlocked?’, after which a "REQUEST UNLOCK KEY" button will appear at the bottom of page. To get your unlock key, select the ‘I Agree’ option. Note: You will receive an email with your Unlock Key at the email address you used to log in there. Important – Copy the 20-character key that Motorola sent you via email. Make sure your device is connected.
5.)Then in CMD type: fastboot devices (To check your device is connected)
6.)Then type: fastboot oem unlock UNIQUE_KEY
......do i have to do something more...like sumthing i saw on video on twrp flash
Click to expand...
Click to collapse
What you did is for unlocking bootloader see this for rooting : http://forum.xda-developers.com/showthread.php?t=2755336
iTudorS said:
What you did is for unlocking bootloader see this for rooting : http://forum.xda-developers.com/showthread.php?t=2755336
Click to expand...
Click to collapse
Super thnx man.... onw more thing what folder is "root of my internal memory?"
smarty007us said:
Super thnx man.... onw more thing what folder is "root of my internal memory?"
Click to expand...
Click to collapse
This one, the explorer wich I'm using is miXplorer.
{
"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!
1) Pull from phone file /opt/usr/apps/com.samsung.shealth/data/.shealth.db
2) Open this file in SQLiteStudio
3) Open editor (Alt+E)
4) Add in editor the following:
Code:
select exerciseId, datetime(substr(startTimeStamp,1,10), 'unixepoch') as startTime from shealth_exercise_history order by startTimeStamp;
Select all (Crtl+A) and execute (F9).
You'll see all your trainings. Remember the value "exerciseId" of the desired training. For example "5".
5) Replace the contents of the editor by doing the following:
Code:
select '<?xml version="1.0" encoding="UTF-8" standalone="no" ?><gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:gpxtrkx="http://www.garmin.com/xmlschemas/TrackStatsExtension/v1" xmlns:wptx1="http://www.garmin.com/xmlschemas/WaypointExtension/v1" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" xmlns:gpxpx="http://www.garmin.com/xmlschemas/PowerExtension/v1" creator="Samsung Gear S with Barometer" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www8.garmin.com/xmlschemas/GpxExtensionsv3.xsd http://www.garmin.com/xmlschemas/TrackStatsExtension/v1 http://www8.garmin.com/xmlschemas/TrackStatsExtension.xsd http://www.garmin.com/xmlschemas/WaypointExtension/v1 http://www8.garmin.com/xmlschemas/WaypointExtensionv1.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd http://www.garmin.com/xmlschemas/PowerExtension/v1 http://www.garmin.com/xmlschemas/PowerExtensionv1.xsd"><metadata><link href="http://www.index3.ru"><text>iNDEX3</text></link><time>'||strftime('%Y-%m-%dT%H:%M:%SZ', datetime(substr(gh.startTimeStamp,1,10), 'unixepoch'))||'</time></metadata><trk><name>'||datetime(substr(gh.startTimeStamp,1,10), 'unixepoch')||' Auto</name><extensions><gpxx:TrackExtension><gpxx:DisplayColor>Cyan</gpxx:DisplayColor></gpxx:TrackExtension></extensions><trkseg>' as gps
from shealth_exercise_history gh where gh.exerciseId=XX
union all
select
'<trkpt lat="'||g.latitude||'" lon="'||g.longitude||'"><ele>'||g.altitude||'</ele><time>'||strftime('%Y-%m-%dT%H:%M:%SZ', datetime(substr(g.timeStamp,1,10), 'unixepoch'))||'</time><extensions><gpxtpx:TrackPointExtension><gpxtpx:hr>'||h.heartrate||'</gpxtpx:hr></gpxtpx:TrackPointExtension></extensions></trkpt>' as gpx
from shealth_exercise_gps_info g
left join (
select gt.timeStamp as g_timeStamp
, (select max(ht.timeStamp) from shealth_exercise_hrm_logging ht where ht.timeStamp<=gt.timeStamp and ht.exerciseId=gt.exerciseId) as h_timeStamp
, gt.exerciseId
from shealth_exercise_gps_info gt
) tsm on tsm.g_timeStamp=g.timeStamp and tsm.exerciseId=g.exerciseId
left join shealth_exercise_hrm_logging h on h.timeStamp=tsm.h_timeStamp
where g.latitude <> 200 and g.exerciseId=XX
union all
select '</trkseg></trk></gpx>';
Find in text "exerciseId=XX" and replace to value ("XX") to the value of your exerciseId ("5").
Select all (Crtl+A) and execute (F9).
6) Save result in txt file with extension ".gpx".
Enjoy
I have collected all scripts into one package:
{
"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"
}
1) Unzip and run "0.start.bat"
2) Enjoy x2
Update:
v1.1 Added option "Save all trainings"
[DOWNLOAD v1.1]
iNDEX3 said:
Hi!
1) Pull from phone file /opt/usr/apps/com.samsung.shealth/data/.shealth.db
2) Open this file in SQLiteStudio
3) Open editor (Alt+E)
4) Add in editor the following:
Code:
select exerciseId, datetime(substr(startTimeStamp,1,10), 'unixepoch') as startTime from shealth_exercise_history order by startTimeStamp;
....
Click to expand...
Click to collapse
Dear iNDEX3,
Would you mind explaining what GPX does, what are the benefits in comparing with S Health...etc.
--------------
PS: I'm a huge fan of 4pda.ru, although I know just a little Russian (enough to read the captcha when login, lol). I see that you guys have this cool tool called 'RogersTools' - allowing us to backup Gear S, but I don't understand it well (due to my limited understanding of Russian).
Would you guys mind sharing this awesome tools to us here at XDA? :good::good::good:
This is very interesting. Thanks for sharing.
hadobac said:
Would you mind explaining what GPX does, what are the benefits in comparing with S
Click to expand...
Click to collapse
For example, I load my tracks in strava. This is the first time.
hadobac said:
Would you guys mind sharing this awesome tools to us here at XDA?
Click to expand...
Click to collapse
I conveyed the request of the developer RogersTool
iNDEX3 said:
I conveyed the request of the developer RogersTool
Click to expand...
Click to collapse
Thanks bro. Way to go!
Also, is running this tool here as easy as ClockWorkMod, or TitaniumBackup?
hadobac said:
Also, is running this tool here as easy as ClockWorkMod, or TitaniumBackup?
Click to expand...
Click to collapse
Yes, it is very easy to use and reliable application. All actions are done in one click.
It pull .shealth.db file from the phone.
Instead, you can use commands SDB (Smart Development Bridge):
Code:
>sdb root on
>sdb pull /opt/usr/apps/com.samsung.shealth/data/.shealth.db
iNDEX3 said:
Yes, it is very easy to use and reliable application. All actions are done in one click.
It pull .shealth.db file from the phone.
Click to expand...
Click to collapse
The question was about the BACKUP, RESTORE (not only) for smart HOURS SAMSUNG GEAR S WITH ROOT FIRMWARE.
Shum Channel said:
The question was about the BACKUP, RESTORE (not only) for smart HOURS SAMSUNG GEAR S WITH ROOT FIRMWARE.
Click to expand...
Click to collapse
I did not understand the question
But I use this utility for backup. And it's brilliant!
Add package in the first post
how to use the script
Hi,
is there any way to get .shealth.db from the phone? I don't want to root the watch.
Sorry, i don't know how to get .shealth.db from the phone without root
.shealth.db file
Hello,
I have rooted note2 phone with root explorer, but cannot find .shealth.db file.
There is no directory: /opt/usr/apps/com.samsung.shealth/data/.shealth.db
I found /Android/data/com.sec.android.app.shealth/files but there is no database file.
Where can I find it on Kitkat 4.4.2?
Hi all,
first of all: yes, I've used the search function but I couldn't find a solution.
I have a Nord 2 5G device and want to install Evolution X Custom ROM.
I followed the instructions in this forum (and other websites) and managed to downgrade to OOS 11 in order to get into fastboot. The adb command to boot into fastboot mode also worked and my device is saying
fastboot_unlock_verify ok
The device is in fastboot mode which is only for debug Android devices. If you want to exit fastboot mode, please long press volume up and power buttons simultaneously.
Click to expand...
Click to collapse
However, the fastboot command to flash TWRP does not work. On the command line I can only see
< waiting for any device >
Click to expand...
Click to collapse
and I continuously hear the Windows device attached/device detached chime. The device manager shows this:
{
"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"
}
After opening the properties, I can see this:
As it's German. It says:
The drivers for this device have not been installed. (Code 28).
There are no compatible drivers for this device.
Click to expand...
Click to collapse
So obviously I need additional drivers. I have downloaded the USB drivers from this website: https://developer.android.com/studio/run/win-usb, chose install from hard drive and pointed to the directory I have unzipped the driver set but Windows can't install them. I have also downloaded the OnePlus driver set from https://oneplusdriver.com/download-oneplus-driver and installed them.
Still, it doesn't work.
I am at the end of my rope now. What did I do wrong?
Thanks in advance!
I have same problem did you find solution
mckinley87 said:
Hi all,
first of all: yes, I've used the search function but I couldn't find a solution.
I have a Nord 2 5G device and want to install Evolution X Custom ROM.
I followed the instructions in this forum (and other websites) and managed to downgrade to OOS 11 in order to get into fastboot. The adb command to boot into fastboot mode also worked and my device is saying
However, the fastboot command to flash TWRP does not work. On the command line I can only see
and I continuously hear the Windows device attached/device detached chime. The device manager shows this:
View attachment 5835135
After opening the properties, I can see this:
View attachment 5835137
As it's German. It says:
So obviously I need additional drivers. I have downloaded the USB drivers from this website: https://developer.android.com/studio/run/win-usb, chose install from hard drive and pointed to the directory I have unzipped the driver set but Windows can't install them. I have also downloaded the OnePlus driver set from https://oneplusdriver.com/download-oneplus-driver and installed them.
Still, it doesn't work.
I am at the end of my rope now. What did I do wrong?
Thanks in advance!
Click to expand...
Click to collapse
Have you try to use platform-tools? It has adb and fastboot. I have always used that and no problem
SDK Platform Tools release notes | Android Studio | Android Developers
Android SDK Platform-Tools is a component for the Android SDK.
developer.android.com
Look in Eigenshaften > Details > "Device instance path" (k.A. Gerätepfad?).
What's the VID/PID?
Is that in the stock INF file in android_winusb.inf?
If you want, you can just use Zadig drivers. I can give you "fastbogus.exe".
https://zadig.akeo.ie/
Select "WinUSB".
HamdiPiixel said:
I have same problem did you find solution
Click to expand...
Click to collapse
Yes, the thing is, I've installed the drivers in the wrong way. I'll try to give a step-by-step guide:
Go to Device Manager and find the Device (will have the yellow triangle. Right-click on it and choose upgrade driver (hope that's what's shown in the english version of Win 11). You'll see this:
Click the second option. You'll see this:
Here, choose the second option at the bottom. That's where I did it wrong. I selected the drivers in the dropdown menu and that doesn't work.
Click there...
and click there to select the diver *.inf file in the usb_driver folder.
That should work. It's important that you use the official Google Drivers (at least it was important here).
Hope that works.
mckinley87 said:
Yes, the thing is, I've installed the drivers in the wrong way. I'll try to give a step-by-step guide:
Go to Device Manager and find the Device (will have the yellow triangle. Right-click on it and choose upgrade driver (hope that's what's shown in the english version of Win 11). You'll see this:
View attachment 5856845Click the second option. You'll see this:
View attachment 5856867
Here, choose the second option at the bottom. That's where I did it wrong. I selected the drivers in the dropdown menu and that doesn't work.
View attachment 5856869
Click there...
View attachment 5856871
and click there to select the diver *.inf file in the usb_driver folder.
That should work. It's important that you use the official Google Drivers (at least it was important here).
Hope that works.
Click to expand...
Click to collapse
Hi,
I managed to install the ADB google drivers so I can now at least see Fastboot devices response properly but I do not know how to unlock the bootloader as the command "fastboot oem unlock" is not recognized and there is still no menu for the bootloader unlock (only the message on the black screen)
If anyone could help I would be be very grateful.
Thank you.
Best Regards
Lad
Hello everyone, recently I can't open " paint , snipping tools " when ever I want to run them I will see this error ( Something happened on our end. Here’s the error code, in case you need it: 0x87E10BC6 )
I did everything that I found in internet but none of them work ...
my windows 11 is active and I got the last update.
if you can help me. thanks.
Redirecting
xXx yYy said:
Redirecting
Click to expand...
Click to collapse
thank you for replying, but it didnt work
Force uninstall it and reinstall again. Type the following in Windows PowerShell (run as admin) to remove Paint -
Get-AppxPackage Microsoft.MSPaint | Remove-AppxPackage
Click to expand...
Click to collapse
Reboot PC, then run the following again to install Paint -
Get-AppxPackage -allusers Microsoft.MSPaint | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Click to expand...
Click to collapse
Also check Windows Updates that might fix things.
forhad-61 said:
Force uninstall it and reinstall again. Type the following in Windows PowerShell (run as admin) to remove Paint -
Reboot PC, then run the following again to install Paint -
Also check Windows Updates that might fix things.
Click to expand...
Click to collapse
thank you for replying. windows is update and I did what you said but when I want to install paint I get this error in powershell :
https://s2.uupload.ir/files/2_38dc.png
Alijaa said:
I get this error in powershell
Click to expand...
Click to collapse
As already told by @forhad-61, you have to launch PowerShell as an admin, which I guess you haven't done so and that's why the error message.
I did at as administator in powershell but nothing happend ... !
Check if your user account has permission to use powershell as admin. Type netplwiz in Run (Win + R), then click Properties of current user, from Group Membership, make sure it's selected as Administrator, may need to reboot the system if you make any change here.
Run CMD as admin this and type the following command, type one command at a time, then press enter. After finishing one command, type the next command then enter -
sfc /scannow
Click to expand...
Click to collapse
Then run this -
DISM /Online /Cleanup-Image /ScanHealth
Click to expand...
Click to collapse
Finally this -
chkdsk C: /f /r
Click to expand...
Click to collapse
Press 'y' and reboot the PC.
I did everything you guys said to me step by step, but still I cant fix this problem ...
I really need to use paint and snniping tools . pls heap me if you can
Ask Microsoft for help! The 2 apps mentioned are product of them.
Contact - Microsoft Support
Contact Microsoft Support. Find solutions to common problems, or get help from a support agent.
support.microsoft.com
xXx yYy said:
Ask Microsoft for help! The 2 apps mentioned are product of them.
Click to expand...
Click to collapse
the problem is that I live in IRAN, and unfortunately we do not have permission to access their website or their services. so I have to figure it out myself.
Alijaa said:
the problem is that I live in IRAN, and unfortunately we do not have permission to access their website or their services. so I have to figure it out myself.
Click to expand...
Click to collapse
Maybe using a VPN connection will help?
xXx yYy said:
Maybe using a VPN connection will help?
Click to expand...
Click to collapse
It wont work, thank you by the way sir :X
The error code 0x87E10BC6 indicates a problem with the Windows Store. Here are some steps you can try to resolve the issue:
Reset the Windows Store cache:
Press the Windows key + R on your keyboard to open the Run dialog box.
Type "wsreset.exe" and press Enter.
Wait for the process to complete and then try opening Paint again.
Re-register the Windows Store:
Press the Windows key + X on your keyboard and select "Windows PowerShell (Admin)".
Type the command "Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}" and press Enter.
Wait for the process to complete and then try opening Paint again.
Run the Windows Store Apps troubleshooter:
Go to Settings > Update & Security > Troubleshoot.
Select "Additional troubleshooters".
Select "Windows Store Apps" and click on "Run the troubleshooter".
Follow the on-screen instructions and then try opening Paint again.
If none of these solutions work, you may need to try repairing or reinstalling the Windows operating system.
Clear Microsoft Store CacheProblems with the Microsoft store cache can also cause problems with built-in apps. Fortunately, you can delete the Windows Store cache fairly easily. To do so, press the Windows key + R to open the Run dialog box. Type wsreset.exe in the box and press Enter.
{
"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"
}
A command prompt should appear for a few seconds and then disappear automatically.
you can try mspaint from win 10:
Code:
https://win7games.com/#mspaint
Alijaa said:
Hello everyone, recently I can't open " paint , snipping tools " when ever I want to run them I will see this error ( Something happened on our end. Here’s the error code, in case you need it: 0x87E10BC6 )
I did everything that I found in internet but none of them work ...
my windows 11 is active and I got the last update.
if you can help me. thanks.
Click to expand...
Click to collapse
Instead of Paint use free-of-charge Paint.NET 5.0.6: works perfectly on Windows 11 22H2
SS:
That is a WIndows activation error. Which can happen if the activation server is down, or unreachable.
Try flushing your DNS cache. Sometimes the local DNS cache can become corrupted.
Right click on your Windows button
Select Terminal (Admin)
Copy/Paste or Type
ipconfig /flushdns
Hit enter.
How to flush DNS cache on Windows 11
Are you having problems loading a website or pinging an online service by its domain name? You probably need to flush the DNS cache, and here's how.
www.windowscentral.com