F5F Stay Refreshed Software Operating Systems Windows 11 + hardware swap assistance needed

Windows 11 + hardware swap assistance needed

Windows 11 + hardware swap assistance needed

Pages (2): Previous 1 2
T
thebjmax1
Senior Member
395
10-07-2021, 08:06 PM
#11
It doesn't function properly across all Microsoft tools, and the company isn't helpful in resolving these issues. This is the usual situation, and the system refuses to let me restore it.
T
thebjmax1
10-07-2021, 08:06 PM #11

It doesn't function properly across all Microsoft tools, and the company isn't helpful in resolving these issues. This is the usual situation, and the system refuses to let me restore it.

F
flyer78
Senior Member
425
10-15-2021, 05:23 AM
#12
You're encountering issues with PowerShell not accepting your command prompts. This could be due to environment settings, permissions, or outdated software. Try restarting your terminal or checking for updates to PowerShell. Ensure you're using the correct version and that your system meets the requirements.
F
flyer78
10-15-2021, 05:23 AM #12

You're encountering issues with PowerShell not accepting your command prompts. This could be due to environment settings, permissions, or outdated software. Try restarting your terminal or checking for updates to PowerShell. Ensure you're using the correct version and that your system meets the requirements.

J
JuvanX
Junior Member
1
10-21-2021, 10:09 AM
#13
No, I don't run PowerShell with administrative privileges.
J
JuvanX
10-21-2021, 10:09 AM #13

No, I don't run PowerShell with administrative privileges.

C
Clusterluck123
Junior Member
9
10-27-2021, 09:42 PM
#14
It continues to appear again even after attempting to reinstall the prompt.
C
Clusterluck123
10-27-2021, 09:42 PM #14

It continues to appear again even after attempting to reinstall the prompt.

L
Lior1001
Member
143
10-28-2021, 12:11 AM
#15
Run the command: Get-AppxPackage -AllUsers *WindowsStore* | Reset-AppxPackage
L
Lior1001
10-28-2021, 12:11 AM #15

Run the command: Get-AppxPackage -AllUsers *WindowsStore* | Reset-AppxPackage

I
iLuvKlaus
Member
68
10-28-2021, 05:45 AM
#16
Received it, but I'm repeating the same action.
I
iLuvKlaus
10-28-2021, 05:45 AM #16

Received it, but I'm repeating the same action.

G
Gelleos_Gods
Member
63
10-28-2021, 11:48 AM
#17
I found a solution—it's not ideal, but it should function.
G
Gelleos_Gods
10-28-2021, 11:48 AM #17

I found a solution—it's not ideal, but it should function.

C
cookie1525
Junior Member
38
10-28-2021, 01:41 PM
#18
Have you rebooted the system following the app reset? That might help. Now, prepare the final two folders: a text file named txt.bat, create it using Notepad, and paste the following commands:

@echo off
cmdkey.exe /list > "%TEMP%\List.txt"
findstr.exe Target "%TEMP%\List.txt" > "%TEMP%\tokensonly.txt"

Loop through the tokens in the file:

FOR /F "tokens=1,2 delims= " %%G IN (%TEMP%\tokensonly.txt) DO
cmdkey.exe /delete:%%H del "%TEMP%\List.txt" /s /f /q
del "%TEMP%\tokensonly.txt" /s /f /q
echo All done
pause
Double-click the file. Let it execute the script. Close.
C
cookie1525
10-28-2021, 01:41 PM #18

Have you rebooted the system following the app reset? That might help. Now, prepare the final two folders: a text file named txt.bat, create it using Notepad, and paste the following commands:

@echo off
cmdkey.exe /list > "%TEMP%\List.txt"
findstr.exe Target "%TEMP%\List.txt" > "%TEMP%\tokensonly.txt"

Loop through the tokens in the file:

FOR /F "tokens=1,2 delims= " %%G IN (%TEMP%\tokensonly.txt) DO
cmdkey.exe /delete:%%H del "%TEMP%\List.txt" /s /f /q
del "%TEMP%\tokensonly.txt" /s /f /q
echo All done
pause
Double-click the file. Let it execute the script. Close.

L
LinkadoPlays
Junior Member
17
10-30-2021, 07:20 AM
#19
First, apply DISM /Online /Cleanup-Image /RestoreHealth. Then run sfc /scannow.
L
LinkadoPlays
10-30-2021, 07:20 AM #19

First, apply DISM /Online /Cleanup-Image /RestoreHealth. Then run sfc /scannow.

M
MelindaFarbman
Junior Member
39
10-31-2021, 07:21 PM
#20
I identified the issue by moving data, but it wasn't until after reinstalling the store and running a full system check on a fresh local account that the problem became clear. The update to Windows 11 damaged my original files, so I need to transfer the game data now.
M
MelindaFarbman
10-31-2021, 07:21 PM #20

I identified the issue by moving data, but it wasn't until after reinstalling the store and running a full system check on a fresh local account that the problem became clear. The update to Windows 11 damaged my original files, so I need to transfer the game data now.

Pages (2): Previous 1 2