MSFN Forum: Quick Question about registry. - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Quick Question about registry. Rate Topic: -----

#1 User is offline   hevnbnd 

  • Member
  • PipPip
  • Group: Members
  • Posts: 268
  • Joined: 06-September 03

Posted 22 October 2004 - 10:34 PM

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]


#2 User is offline   jbm 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 626
  • Joined: 16-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

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
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy