Changes between Version 61 and Version 62 of Windows Eleven Tweeks


Ignore:
Timestamp:
09/27/23 12:00:48 (19 months ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows Eleven Tweeks

    v61 v62  
    255255
    256256
     257== 8.3 Short Names ==
     258
     259{{{
     260HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
     261NtfsDisable8dot3NameCreation
     262Dword = 0
     263
     264reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\" /v NtfsDisable8dot3NameCreation /d 0 /t REG_DWORD
     265
     266}}}
     267
     268
     269
    257270
    258271== Fix Windows Update ==