Formatting after many years, Should I use a classic W10, W10 Enterprise, or W11?

Discussion in 'Windows 10' started by sgalalalalsksdoaksd, Apr 21, 2024.

  1. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    732
    281
    30
  2. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,357
    2,532
    120
    #42 pm67310, Apr 27, 2024
    Last edited: Apr 27, 2024
    spotlights are avaible

    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsDisableLastAccessUpdate" /t REG_DWORD /d "80000003" /f
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    732
    281
    30
    #43 raptorddd, Apr 27, 2024
    Last edited: Apr 28, 2024
    thank you...


    @pm67310
    did a clean install and spotlight is not working. actually on lockscreen settings is set to picture if i set it to spotlight if i go back then back on lockscreen it changes back to picture. so its permanently set to picture. changing to spotlight reverts back to picture.

    UPDATE+++++++

    found what makes it to stick at picture only.

    rem == disable app permissions ==
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsGetDiagnosticInfo" /t REG_DWORD /d "2" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsRunInBackground" /t REG_DWORD /d "2" /f

    this entry

    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy" /v "LetAppsRunInBackground" /t REG_DWORD /d "2" /f

    remove it and now spotlight is selectable.