can't deselect "Hide Protected operating sysytem file"

  • Thread starter Thread starter tmatsumoto813
  • Start date Start date
T

tmatsumoto813

Hello,

I built an image with FP2007.
After runnning FBA, I tried to change a follder view option like this.

Folder Options -> View ->
deselect "Hide Protected operating sysytem file"

But I failed it. The check box won't change and stays selected.

Before updating to FP2007, this didn't happen.

Any component is necessary?
 
Make a component from a REG File.

I just did a comparison of a before and after changing the value you
mentioned.

Here is the output:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced "ShowSuperHidden"
Old type: REG_DWORD
New type: REG_DWORD
Old data: 00, 00, 00, 00
New data: 01, 00, 00, 00

So, from that I can make a REG File.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
"UncheckedValue"=dword:00000001

Now make a component out of it.

I think you have to set it to the last thing to do during FBA. From memory
I think you set something to "1001".

Anyone step in here.....

Cheers!
 
Here we go..........
___________________________________________________________________________
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"SuperHidden"=dword:00000001
___________________________________________________________________________
 
Perhaps, better to use RegMigrate FBA functionality.

Read through this thread:
http://groups.google.com/group/micr...d311221c6768f64d?tvc=1&hl=en#d311221c6768f64d

Also, please make sure the following policy is NOT set on the device:
[HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden\Policy\DontShowSuperHidden]

--
=========
Regards,
KM
Here we go..........
___________________________________________________________________________
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"SuperHidden"=dword:00000001
___________________________________________________________________________


BlueMonkey said:
EDIT:

I made a wrong entry.
 
Why is that KM?

KM said:
Perhaps, better to use RegMigrate FBA functionality.

Read through this thread:
http://groups.google.com/group/micr...d311221c6768f64d?tvc=1&hl=en#d311221c6768f64d

Also, please make sure the following policy is NOT set on the device:
[HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden\Policy\DontShowSuperHidden]

--
=========
Regards,
KM
Here we go..........
___________________________________________________________________________
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"SuperHidden"=dword:00000001
___________________________________________________________________________


BlueMonkey said:
EDIT:

I made a wrong entry.
 
Well, when it comes to migrating some registry entries during or post FBA the RegMigrate functionality is probably the simplest way
to implement that - no cleaning hassle (if you happened to use .reg or .bat files or etc.).
With regards to the ShowHidden keys, if I recall correctly, they get reset somewhere in the middle of the FBA (hopefully not after
the first user logon).

--
=========
Regards,
KM

Why is that KM?

KM said:
Perhaps, better to use RegMigrate FBA functionality.

Read through this thread:
http://groups.google.com/group/micr...d311221c6768f64d?tvc=1&hl=en#d311221c6768f64d

Also, please make sure the following policy is NOT set on the device:
[HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden\Policy\DontShowSuperHidden]

--
=========
Regards,
KM
Here we go..........
___________________________________________________________________________
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"SuperHidden"=dword:00000001
___________________________________________________________________________


:

EDIT:

I made a wrong entry.
 
Back
Top