Announcing Windows 10 Insider Fast Build 16257 PC + 15237 Mobile Insider
-
same problem
here's my text result. could you help me also?
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\Windows\system32> findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\Desktop\sfcdetails.txt
out-file : Could not find a part of the path 'C:\Windows\system32\%userprofile%\Desktop\sfcdetails.txt'.
At line:1 char:1
+ findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\Desktop\s ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (:) [Out-File], DirectoryNotFoundException
+ FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand
PS C:\Windows\system32>
NOTE: it seems to stall or is so slow it takes hours to prepare to install update
-
Windows PowerShellCopyright (C) 2016 Microsoft Corporation. All rights reserved.PS C:\Windows\system32> findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\Desktop\sfcdetails.txtout-file : Could not find a part of the path 'C:\Windows\system32\%userprofile%\Desktop\sfcdetails.txt'.At line:1 char:1+ findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\Desktop\s ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (:) [Out-File], DirectoryNotFoundException + FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommandPS C:\Windows\system32>
-
it also takes hours to prepare and then when it tries to install it stalls at 48% on one try and 70% on another
-
it also takes hours to prepare and then when it tries to install it stalls at 48% on one try and 70% on another
If it stalls, it's common...BUT did it FAIL??? It is common to take a very long time to upgrade.
-
here's my text result. could you help me also?
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS C:\Windows\system32> findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\Desktop\sfcdetails.txt
out-file : Could not find a part of the path 'C:\Windows\system32\%userprofile%\Desktop\sfcdetails.txt'.
At line:1 char:1
+ findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\Desktop\s ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (:) [Out-File], DirectoryNotFoundException
+ FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand
PS C:\Windows\system32>
NOTE: it seems to stall or is so slow it takes hours to prepare to install update
You can not run this command in PowerShell, use Elevated Command Prompt as my guide stated.
Attachment 148514
-
I have 88 ISO files in my W10 "museum". Those are mostly ISOs made by me from every build since day one.
I just cleaned my OneDrive deleting over 600 GB of old W10 ISO images. At the moment I'm only keeping images starting from v. 1703 build 15063.
-
I dont see command prompt (or elevated) when I right click on windows start
-
Splitting the hair here but in official sense, Windows 10 has only had three upgrades (November, Anniversary, Creators). Insider builds in between feature upgrades are interim test builds on the road to next feature upgrade and not counted as upgrade per se.
Agreed - I only refer to official builds in this context.
-
You can not run this command in PowerShell, use Elevated Command Prompt as my guide stated.
... or switch PowerShell to Command Prompt mode with command CMD, and when done return to PowerShell with EXIT:

The same works of course in Command Prompt: you can switch to PowerShell mode with command POWERSHELL and return to Command Prompt with EXIT:
-
I dont see command prompt (or elevated) when I right click on windows start

Information
- PRESS
- TYPE
- PRESS
Code:
Ctrl + LShift + Enter
- CLICK
- TYPE
Code:
findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\Desktop\sfcdetails.txt