Problem with DAT file type

G

Guest

I have a problem in the Win Explorer---> Tools ----> Folder Options.

In the tab File Types, Registered file types: have 4 buttons ,
"New", "Delete" , "Change" and "Advanced".

This Extension= ".DAT", File Type= "DAT File" has no "Advanced" button but
a "Restore" one.

How can I fix this?

O/S Win XP SP2 Home

Thank you
 
W

Wesley Vogel

Click on Restore.

Restore resets the selected extension to the previous file type.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
G

Guest

Thank you Wesley Vogel,

unfortunatelly I disabled restore since I had problems after installing and
uninstalling Nero which I believe caused this alteration, in the first place.

The problem is that the DAT extension should open with Notepad and it does
but then there is the following : You have customized files with extension
'DAT'. To restore these files to their default type(Video CD),click Restore.

I really don't know what I did but somehow I replaced the "Advanced" button
with "Restore" on the tab File Types and changed the File settings as well.

"DAT File" is the only Registered file type with a "Restore" button instead
of an "Advanced" one and with it's settings changed (instead of Type: DAT
File it says Video CD)

Have I outlined the problem correctly, can you provide any leads on how to
repair this ?
 
W

Wesley Vogel

Gus,

"Click on Restore." from my previous post meant...

Click the Restore button to restore the defaults. I did not mean System
Restore.

The Restore button is there for .dat files because you or a program changed
something.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
G

Guest

No Wesley this is not the case,

I wish there iwas a way to show you what has happened, email maybe?
Picture of the Folder Options , File Types tab and DAT Extension and type.

Anyway thank you for your help,
Gus
 
W

Wesley Vogel

Gus,

Here are my registry settings for .dat. Compare to yours and see what
differences there might be.

FileExtInfo v1.0 - Log file
02/12/2006 3:10:52 PM

File association information for ---> .DAT

[HKEY_CLASSES_ROOT\.DAT]
"NoOpen"=""
@="dat_auto_file"

[HKEY_CLASSES_ROOT\dat_auto_file]
@=""

[HKEY_CLASSES_ROOT\dat_auto_file\shell]

[HKEY_CLASSES_ROOT\dat_auto_file\shell\edit]
@="&Edit"

[HKEY_CLASSES_ROOT\dat_auto_file\shell\edit\command]
@="C:\\WINDOWS\\notepad.exe %1"

[HKEY_CLASSES_ROOT\dat_auto_file\shell\open]

[HKEY_CLASSES_ROOT\dat_auto_file\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
5,\

00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\

54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\
00

(C:\WINDOWS\notepad.exe %1)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT\OpenWithList]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT\OpenWithProgids]
"dat_auto_file"=hex(0):


HKEY_CLASSES_ROOT\dat_auto_file\shell\open\command
is interesting. Depends on how the key gets exported.
Shows this one way
%SystemRoot%\system32\NOTEPAD.EXE %1
and has that long hex value another way.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
G

Guest

Wesley,

with your help I managed to fix the problem (I made changes to the registry,
ofcourse I did a Registry backup, just in case).

Thank you
Gus

Wesley Vogel said:
Gus,

Here are my registry settings for .dat. Compare to yours and see what
differences there might be.

FileExtInfo v1.0 - Log file
02/12/2006 3:10:52 PM

File association information for ---> .DAT

[HKEY_CLASSES_ROOT\.DAT]
"NoOpen"=""
@="dat_auto_file"

[HKEY_CLASSES_ROOT\dat_auto_file]
@=""

[HKEY_CLASSES_ROOT\dat_auto_file\shell]

[HKEY_CLASSES_ROOT\dat_auto_file\shell\edit]
@="&Edit"

[HKEY_CLASSES_ROOT\dat_auto_file\shell\edit\command]
@="C:\\WINDOWS\\notepad.exe %1"

[HKEY_CLASSES_ROOT\dat_auto_file\shell\open]

[HKEY_CLASSES_ROOT\dat_auto_file\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
5,\

00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\

54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\
00

(C:\WINDOWS\notepad.exe %1)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT\OpenWithList]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT\OpenWithProgids]
"dat_auto_file"=hex(0):


HKEY_CLASSES_ROOT\dat_auto_file\shell\open\command
is interesting. Depends on how the key gets exported.
Shows this one way
%SystemRoot%\system32\NOTEPAD.EXE %1
and has that long hex value another way.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Gus said:
No Wesley this is not the case,

I wish there iwas a way to show you what has happened, email maybe?
Picture of the Folder Options , File Types tab and DAT Extension and type.

Anyway thank you for your help,
Gus
 
W

Wesley Vogel

Gus,

You're welcome. But what was messed up?

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Gus said:
Wesley,

with your help I managed to fix the problem (I made changes to the
registry, ofcourse I did a Registry backup, just in case).

Thank you
Gus

Wesley Vogel said:
Gus,

Here are my registry settings for .dat. Compare to yours and see what
differences there might be.

FileExtInfo v1.0 - Log file
02/12/2006 3:10:52 PM

File association information for ---> .DAT

[HKEY_CLASSES_ROOT\.DAT]
"NoOpen"=""
@="dat_auto_file"

[HKEY_CLASSES_ROOT\dat_auto_file]
@=""

[HKEY_CLASSES_ROOT\dat_auto_file\shell]

[HKEY_CLASSES_ROOT\dat_auto_file\shell\edit]
@="&Edit"

[HKEY_CLASSES_ROOT\dat_auto_file\shell\edit\command]
@="C:\\WINDOWS\\notepad.exe %1"

[HKEY_CLASSES_ROOT\dat_auto_file\shell\open]

[HKEY_CLASSES_ROOT\dat_auto_file\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
5,\

00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\

54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\
00

(C:\WINDOWS\notepad.exe %1)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT\OpenWithList]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT\OpenWithProgids]
"dat_auto_file"=hex(0):


HKEY_CLASSES_ROOT\dat_auto_file\shell\open\command
is interesting. Depends on how the key gets exported.
Shows this one way
%SystemRoot%\system32\NOTEPAD.EXE %1
and has that long hex value another way.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Gus said:
No Wesley this is not the case,

I wish there iwas a way to show you what has happened, email maybe?
Picture of the Folder Options , File Types tab and DAT Extension and
type.

Anyway thank you for your help,
Gus

:

Gus,

"Click on Restore." from my previous post meant...

Click the Restore button to restore the defaults. I did not mean
System Restore.

The Restore button is there for .dat files because you or a program
changed something.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Gus <[email protected]> hunted and pecked:
Thank you Wesley Vogel,

unfortunatelly I disabled restore since I had problems after
installing and uninstalling Nero which I believe caused this
alteration, in the first place.

The problem is that the DAT extension should open with Notepad and it
does but then there is the following : You have customized files with
extension 'DAT'. To restore these files to their default type(Video
CD),click Restore.

I really don't know what I did but somehow I replaced the "Advanced"
button with "Restore" on the tab File Types and changed the File
settings as well.

"DAT File" is the only Registered file type with a "Restore" button
instead of an "Advanced" one and with it's settings changed (instead
of Type: DAT File it says Video CD)

Have I outlined the problem correctly, can you provide any leads on
how to repair this ?

:

Click on Restore.

Restore resets the selected extension to the previous file type.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Gus <[email protected]> hunted and pecked:
I have a problem in the Win Explorer---> Tools ----> Folder Options.

In the tab File Types, Registered file types: have 4 buttons ,
"New", "Delete" , "Change" and "Advanced".

This Extension= ".DAT", File Type= "DAT File" has no "Advanced"
button but a "Restore" one.

How can I fix this?

O/S Win XP SP2 Home

Thank you
 
G

Guest

Hello Wesley,

The problem was that the .DATkey did not contain the notepad.exe %1 but
Nero and there was no dat_auto_file.
I corrected the data in .DAT and inserted the dat_auto_file and that fixed
the problem.
The Acanced button in the File types (in Folder Options) replaced the
Restore button and the .DAT description replaced the Video CD description

Thank you once more

Wesley Vogel said:
Gus,

You're welcome. But what was messed up?

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Gus said:
Wesley,

with your help I managed to fix the problem (I made changes to the
registry, ofcourse I did a Registry backup, just in case).

Thank you
Gus

Wesley Vogel said:
Gus,

Here are my registry settings for .dat. Compare to yours and see what
differences there might be.

FileExtInfo v1.0 - Log file
02/12/2006 3:10:52 PM

File association information for ---> .DAT

[HKEY_CLASSES_ROOT\.DAT]
"NoOpen"=""
@="dat_auto_file"

[HKEY_CLASSES_ROOT\dat_auto_file]
@=""

[HKEY_CLASSES_ROOT\dat_auto_file\shell]

[HKEY_CLASSES_ROOT\dat_auto_file\shell\edit]
@="&Edit"

[HKEY_CLASSES_ROOT\dat_auto_file\shell\edit\command]
@="C:\\WINDOWS\\notepad.exe %1"

[HKEY_CLASSES_ROOT\dat_auto_file\shell\open]

[HKEY_CLASSES_ROOT\dat_auto_file\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
5,\

00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\

54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\
00

(C:\WINDOWS\notepad.exe %1)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT\OpenWithList]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT\OpenWithProgids]
"dat_auto_file"=hex(0):


HKEY_CLASSES_ROOT\dat_auto_file\shell\open\command
is interesting. Depends on how the key gets exported.
Shows this one way
%SystemRoot%\system32\NOTEPAD.EXE %1
and has that long hex value another way.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Gus <[email protected]> hunted and pecked:
No Wesley this is not the case,

I wish there iwas a way to show you what has happened, email maybe?
Picture of the Folder Options , File Types tab and DAT Extension and
type.

Anyway thank you for your help,
Gus

:

Gus,

"Click on Restore." from my previous post meant...

Click the Restore button to restore the defaults. I did not mean
System Restore.

The Restore button is there for .dat files because you or a program
changed something.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Gus <[email protected]> hunted and pecked:
Thank you Wesley Vogel,

unfortunatelly I disabled restore since I had problems after
installing and uninstalling Nero which I believe caused this
alteration, in the first place.

The problem is that the DAT extension should open with Notepad and it
does but then there is the following : You have customized files with
extension 'DAT'. To restore these files to their default type(Video
CD),click Restore.

I really don't know what I did but somehow I replaced the "Advanced"
button with "Restore" on the tab File Types and changed the File
settings as well.

"DAT File" is the only Registered file type with a "Restore" button
instead of an "Advanced" one and with it's settings changed (instead
of Type: DAT File it says Video CD)

Have I outlined the problem correctly, can you provide any leads on
how to repair this ?

:

Click on Restore.

Restore resets the selected extension to the previous file type.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Gus <[email protected]> hunted and pecked:
I have a problem in the Win Explorer---> Tools ----> Folder Options.

In the tab File Types, Registered file types: have 4 buttons ,
"New", "Delete" , "Change" and "Advanced".

This Extension= ".DAT", File Type= "DAT File" has no "Advanced"
button but a "Restore" one.

How can I fix this?

O/S Win XP SP2 Home

Thank you
 
W

Wesley Vogel

Thanks, Gus. Keep having fun. :)

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Gus said:
Hello Wesley,

The problem was that the .DATkey did not contain the notepad.exe %1 but
Nero and there was no dat_auto_file.
I corrected the data in .DAT and inserted the dat_auto_file and that
fixed the problem.
The Acanced button in the File types (in Folder Options) replaced the
Restore button and the .DAT description replaced the Video CD description

Thank you once more

Wesley Vogel said:
Gus,

You're welcome. But what was messed up?

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Gus said:
Wesley,

with your help I managed to fix the problem (I made changes to the
registry, ofcourse I did a Registry backup, just in case).

Thank you
Gus

:

Gus,

Here are my registry settings for .dat. Compare to yours and see what
differences there might be.

FileExtInfo v1.0 - Log file
02/12/2006 3:10:52 PM

File association information for ---> .DAT

[HKEY_CLASSES_ROOT\.DAT]
"NoOpen"=""
@="dat_auto_file"

[HKEY_CLASSES_ROOT\dat_auto_file]
@=""

[HKEY_CLASSES_ROOT\dat_auto_file\shell]

[HKEY_CLASSES_ROOT\dat_auto_file\shell\edit]
@="&Edit"

[HKEY_CLASSES_ROOT\dat_auto_file\shell\edit\command]
@="C:\\WINDOWS\\notepad.exe %1"

[HKEY_CLASSES_ROOT\dat_auto_file\shell\open]

[HKEY_CLASSES_ROOT\dat_auto_file\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,2
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\ 54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\
00

(C:\WINDOWS\notepad.exe %1)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT\OpenWithList]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileEx
ts\.DAT\OpenWithProgids]
"dat_auto_file"=hex(0):


HKEY_CLASSES_ROOT\dat_auto_file\shell\open\command
is interesting. Depends on how the key gets exported.
Shows this one way
%SystemRoot%\system32\NOTEPAD.EXE %1
and has that long hex value another way.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Gus <[email protected]> hunted and pecked:
No Wesley this is not the case,

I wish there iwas a way to show you what has happened, email maybe?
Picture of the Folder Options , File Types tab and DAT Extension and
type.

Anyway thank you for your help,
Gus

:

Gus,

"Click on Restore." from my previous post meant...

Click the Restore button to restore the defaults. I did not mean
System Restore.

The Restore button is there for .dat files because you or a program
changed something.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Gus <[email protected]> hunted and pecked:
Thank you Wesley Vogel,

unfortunatelly I disabled restore since I had problems after
installing and uninstalling Nero which I believe caused this
alteration, in the first place.

The problem is that the DAT extension should open with Notepad and
it does but then there is the following : You have customized files
with extension 'DAT'. To restore these files to their default
type(Video CD),click Restore.

I really don't know what I did but somehow I replaced the "Advanced"
button with "Restore" on the tab File Types and changed the File
settings as well.

"DAT File" is the only Registered file type with a "Restore" button
instead of an "Advanced" one and with it's settings changed (instead
of Type: DAT File it says Video CD)

Have I outlined the problem correctly, can you provide any leads on
how to repair this ?

:

Click on Restore.

Restore resets the selected extension to the previous file type.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In Gus <[email protected]> hunted and pecked:
I have a problem in the Win Explorer---> Tools ----> Folder
Options.

In the tab File Types, Registered file types: have 4 buttons ,
"New", "Delete" , "Change" and "Advanced".

This Extension= ".DAT", File Type= "DAT File" has no "Advanced"
button but a "Restore" one.

How can I fix this?

O/S Win XP SP2 Home

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top