Ok i need to know if skipping a line makes a difference. Below is an example of what i mean:
EXAMPLE 1:
;----- Enable Cascading of various special folders on Start Menu
;-----
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"CascadeNetworkConnections"="YES"
;----- Show file extensions
;-----
"HideFileExt"=dword:00000000
EXAMPLE 2:
;----- Enable Cascading of various special folders on Start Menu
;-----
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"CascadeNetworkConnections"="YES"
;----- Show file extensions
;-----
"HideFileExt"=dword:00000000
Will both of the above give me the same results? Example one i skipped a line between "CascadeNetworkConnections"="YES" and ;----- Show file extensions I want to know if skipping that line will cause "HideFileExt"=dword:00000000 not to be added to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
Page 1 of 1
Quick Question about registry.
#2
Posted 22 October 2004 - 10:42 PM
both will work the same. You can had as many blank lines as you need.
Share this topic:
Page 1 of 1



Help

Back to top









