Posts

Showing posts with the label loop

Copilot AI created Desktop Background Image - Abstract & Minimalist Art

Image
Good for windows 10 and 11. New one daily or, whenever I remember to create it. Theme: Abstract & Minimalist Art (12) Copilot's Description: This abstract desktop image features a minimalist composition of geometric shapes on a soft beige canvas. A bold orange semi-circle anchors the top left, contrasted by a subtle beige circle near the top right. A thick black curved line loops through the center, adding dynamic tension, while a deep green triangle in the bottom right provides visual grounding. The interplay of color, form, and negative space evokes a modernist aesthetic—clean, contemplative, and visually balanced. Access Copilot AI at the following link: https://copilot.microsoft.com/ Wallpaper Instructions: https://youtu.be/BM1AX7SbiMc Got a special request, let me know. 

Fixing Repeated Widows 11 Update Failures

Image
I couldn't get my Dell Inspiron 17 7000 2in1 to install the recent Preview Update (KB5067036) (26200.7019). I had no problems on several other computers but, The Dell balked repeatedly. Here's how I solved the problem and hope it helps you the next time you run into a repeated update failure. Reset Windows Update Components (Safe & Reversible) Open Command Prompt as Administrator and run these one by one: net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver This clears cached update files without deleting anything critical. Next: Register OLE Control DLLs This targets the root of update error 0X8002807. In Command Prompt (Admin): regsvr32 ole32.dll regsvr32 oleaut32. dll You should see confirmation dialogs for successful registration. Next: Check for System File Corruption Run thes...