mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[BOOTDATA] Show Explorer status bar by default (#5443)
Enable the explorer status bar by default, which the vast majority of our community voted for. Set `HKCU\Software\Microsoft\Internet Explorer\Main\StatusBarOther` to 1 in hivedef.inf. This will show the status bar by default. CORE-19028 CORE-19010
This commit is contained in:
@@ -1899,6 +1899,7 @@ HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced","StartMenuLog
|
||||
; "Hidden" to be changed to 2 if we later want to have "Hide hidden files by default"
|
||||
HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Hidden",0x00010003,1
|
||||
HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ShowSuperHidden",0x00010003,0
|
||||
HKCU,"SOFTWARE\Microsoft\Internet Explorer\Main","StatusBarOther",0x00010003,1
|
||||
|
||||
; ComDlg32
|
||||
HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32",,0x00000012
|
||||
|
||||
Reference in New Issue
Block a user