Recent content by jacobacci


  1. How to reduce cloud dependency of Win 11

    I am trying to reduce the cloud dependency of my Win 11 25H2 26200.8117 installation. I am sure there are tutorials in this forum to do this. Can someone please point me in the right direction? Thanks a lot
  2. Solved Keeping a tab on the status of Windows 11 (25H2) indexing

    Hi again to all In the meantime I have used Claude AI to put together a PS script which seems to work quite well to monitor progress of Windows Indexing and to see whether it is progressing normally. #Requires -RunAsAdministrator <# .SYNOPSIS Windows 11 25H2 Search Indexing Progress Monitor...
  3. Solved Keeping a tab on the status of Windows 11 (25H2) indexing

    I am trying to build a small dashboard (with the help of Claude AI, as I am not a PowerShell programmer) to display Number of files indexed Number of files pending to be indexed Number of files processed per minute Estimated time to completion File currently being indexed (so I can see which...
  4. Indexing is Very Slow

    Win 11 25H2, Outlook 365: I have tried to follow the linked article to exclude indexing of Public Folders, but I cannot expand the Outlook entry in indexing options to do so. Am I missing something here?
  5. User Folders on separate drive - Folder redirection?

    Thanks guys, my concerns are gone re. the location of Documents etc. folders.
  6. User Folders on separate drive - Folder redirection?

    I have reset my indexing and search and now Windows indexed Start Menu and my User folder. I guess this is ok when my Documents, Music, Pictures and Videos folder are located there (as they are by default after a clean install). However mine are located on a large D:\ drive (which since has...
  7. gpedit not installed correctly after upgrade from home to pro

    DISM /Online /CLEANUP-IMAGE /RestoreHealth and press Enter. When that finishes type SFC /scannow and press Enter. This ran through ok, but the error message persisted. I managed to solve the issue by copying the C:\Windows\Policy Definitions folder from a working machine to the troubled...
  8. gpedit not installed correctly after upgrade from home to pro

    this is what I did: FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F") FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (DISM /Online...
  9. gpedit not installed correctly after upgrade from home to pro

    There are 222 Files in C:\Windows\PolicyDefinitions The content of AccountNotifications.admx is <?xml version="1.0" encoding="utf-8"?> <!-- (c) 2015 Microsoft Corporation --> <policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  10. gpedit not installed correctly after upgrade from home to pro

    Thanks a lot Thierry. The batch file ran through, but I am still getting the following error message:
  11. gpedit not installed correctly after upgrade from home to pro

    I should have known better. I tried to manually install gpedit on a Win 11 Home laptop. The install did not run through completely and left me with a gpedit that throws up error messages about missing components when it tries to launch. So next I upgraded Win 11 Home to Pro, hoping that gpedit...
  12. Windows Search Indexing keeps restarting from scratch after reboot in Windows 11

    The issue seems to have been that I used the commands in a batch file. Using them in an elevated PowerShell7 box (without any quotes in the command) works reliably.
  13. Windows Search Indexing keeps restarting from scratch after reboot in Windows 11

    Thanks guys for all your tips. I will look at those 3rd party search engines. For the time being I have put together a "indexing deep reset" batch from several web sources and things seem back to normal for windows indexing. The batch needs to be run as admin. Sc config wsearch start=disabled...
  14. Windows Search Indexing keeps restarting from scratch after reboot in Windows 11

    It doesn't look like Everything can search Outlook pst files, which is a must for me.
  15. Windows Search Indexing keeps restarting from scratch after reboot in Windows 11

    Thanks @pepanee Disabling SearchEngine-Client-Package worked. Then did a restart. but dism /Online /Enable-Feature /FeatureName:"SearchEngine-Client-Package" gave the following result: C:\Windows\System32>dism /Online /Enable-Feature /FeatureName:"SearchEngine-Client-Package" Deployment Image...
Back
Top Bottom