Took some time, but it works.
Problem after update
After an update on 15 August (I think), one of the users (admin) gets a recurring screen (http://ventre-a-pattes.net/bug.jpg) and cannot work. Two other accounts (one admin, one not) do not have the problem, a third one (not admin) does too. I tried to uninstall all recent items, ran update again, nothing works. Thanks for any suggestion.
Windows for home | Windows 11 | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
53 answers
Sort by: Most helpful
-
Anonymous
2024-08-20T11:11:27+00:00 -
Emmanuel Santana 40,200 Reputation points Independent Advisor2024-08-20T10:41:20+00:00 Understood, can yoy please try to create another user profile and see if the issue persists in this new one?
-
Anonymous
2024-08-20T06:13:58+00:00 The commands could be run from PowerShell, but the problems are still there.
-
Anonymous
2024-08-20T06:03:37+00:00 Has to be run from PowerShell
-
Anonymous
2024-08-20T05:57:58+00:00 dism /?
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792DISM.exe [dism_options] {Imaging_command} [<Imaging_arguments>]
DISM.exe {/Image:<path_to_offline_image> | /Online} [dism_options] servicing_command} [<servicing_arguments>]DESCRIPTION:
DISM enumerates, installs, uninstalls, configures, and updates features and packages in Windows images. The commands that are available depend on the image being serviced and whether the image is offline or running.
FFU COMMANDS:
/Capture-Ffu - Captures a physical disk image into a new FFU file.
/Apply-Ffu - Applies an .ffu image.
/Split-Ffu - Splits an existing .ffu file into multiple read-only split FFU files.
/Optimize-Ffu - Optimizes a FFU file so that it can be applied to storage of a different size.WIM COMMANDS:
/Apply-CustomDataImage - Dehydrates files contained in the custom data image.
/Capture-CustomImage - Captures customizations into a delta WIM file on a WIMBoot system. Captured directories include all subfolders and data.
/Get-WIMBootEntry - Displays WIMBoot configuration entries for the specified disk volume.
/Update-WIMBootEntry - Updates WIMBoot configuration entry for thespecified disk volume.
/List-Image - Displays a list of the files and folders in a specified image.
/Delete-Image - Deletes the specified volume image from a WIM filethat has multiple volume images.
/Export-Image - Exports a copy of the specified image to anotherfile.
/Append-Image - Adds another image to a WIM file.
/Capture-Image - Captures an image of a drive into a new WIM file. Captured directories include all subfolders and data.
/Get-MountedWimInfo - Displays information about mounted WIM images.
/Get-WimInfo - Displays information about images in a WIM file.
/Commit-Wim - Saves changes to a mounted WIM image.
/Unmount-Wim - Unmounts a mounted WIM image.
/Mount-Wim - Mounts an image from a WIM file.
/Remount-Wim - Recovers an orphaned WIM mount directory.
/Cleanup-Wim - Deletes resources associated with mounted WIM images that are corrupted.GENERIC IMAGING COMMANDS:
/Split-Image - Splits an existing .wim file into multiple read-only split WIM (SWM) files.
/Apply-Image - Applies an image.
/Get-MountedImageInfo - Displays information about mounted WIM and VHD images.
/Get-ImageInfo - Displays information about images in a WIM, a VHD or a FFU file.
/Commit-Image - Saves changes to a mounted WIM or VHD image.
/Unmount-Image - Unmounts a mounted WIM or VHD image.
/Mount-Image - Mounts an image from a WIM or VHD file.
/Remount-Image - Recovers an orphaned image mount directory.
/Cleanup-Mountpoints - Deletes resources associated with corrupted mounted images.IMAGE SPECIFICATIONS:
/Online - Targets the running operating system.
/Image - Specifies the path to the root directory of an offline Windows image.DISM OPTIONS:
/English - Displays command line output in English.
/Format - Specifies the report output format.
/WinDir - Specifies the path to the Windows directory.
/SysDriveDir - Specifies the path to the system-loader file named BootMgr.
/LogPath - Specifies the logfile path.
/LogLevel - Specifies the output level shown in the log (1-4).
/NoRestart - Suppresses automatic reboots and reboot prompts.
/Quiet - Suppresses all output except for error messages.
/ScratchDir - Specifies the path to a scratch directory.