Desktop Icons - Can't align to grid/Auto-arrange


  1. Posts : 2
    Windows 10
       #1

    Desktop Icons - Can't align to grid/Auto-arrange


    My desktop icons are aligning on the left of my desktop. When I try to move them, they snap back to where they were.

    So, I tried right-clicking the desktop thinking I would uncheck "Align icons to grid". That option was not checked, and neither was "Auto arrange icons". I then tried checking each of them and found I can't check or uncheck the options.

    Any thoughts or ideas? I've combed through this forum and others to no avail. Thanks!
      My Computer


  2. Posts : 5,707
    insider build 10586.3 win10 pro 64
       #2

    weird isn't it ,did you click on refresh ,just a thought as you didn't say you did
      My Computer


  3. Posts : 2
    Windows 10
    Thread Starter
       #3

    caperjack said:
    weird isn't it ,did you click on refresh ,just a thought as you didn't say you did
    Yes, I did.
      My Computer


  4. Posts : 2
    Windows 11 Build 22557.1
       #4

    @Echo Off
    Title Auto Arrange Desktop Icons By Name
    cd %systemroot%\system32
    call :IsAdmin

    Reg.exe add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v "FFlags" /t REG_DWORD /d "1075839525" /f
    Reg.exe add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v "IconSize" /t REG_DWORD /d "32" /f
    Reg.exe add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v "Mode" /t REG_DWORD /d "1" /f
    Reg.exe add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v "LogicalViewMode" /t REG_DWORD /d "3" /f
    Reg.exe add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v "Sort" /t REG_DWORD /d "0" /f
    Reg.exe add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v "GroupView" /t REG_DWORD /d "0" /f
    Reg.exe add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v "GroupByKey:FMTID" /t REG_SZ /d "{00000000-0000-0000-0000-000000000000}" /f
    Reg.exe add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v "GroupByKey:PID" /t REG_DWORD /d "0" /f
    Reg.exe add "HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop" /v "GroupByDirection" /t REG_DWORD /d "1" /f
    taskkill /f /IM explorer.exe
    start explorer.exe
    exit

    :IsAdmin
    Reg.exe query "HKU\S-1-5-19\Environment"
    If Not %ERRORLEVEL% EQU 0 (
    Cls & Echo You must have administrator rights to continue ...
    Pause & Exit
    )
    Cls
    goto:eof
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 08:29.
Find Us




Windows 10 Forums