Jump to content

Quick Question about registry.


Recommended Posts

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]

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...