Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

.doc "Set Assocation Issue - Vista 64bit

Thread Tools
 
Search this Thread
 
Old 18 April 2010, 04:11 AM
  #1  
Funkii Munkii
Pontificating
Thread Starter
 
Funkii Munkii's Avatar
 
Join Date: May 2001
Location: Conrod Straight
Posts: 11,574
Received 9 Likes on 5 Posts
Default .doc "Set Assocation Issue - Vista 64bit

Runnng Vista 64 Bit

Under my login some Word files are showing .doc, so I have gone into File Association and followed the following steps.

C:\Program Files (x86)\Microsoft Office\Office12\WINWORD

Everytime I select WNWORD it wont apply that as the application to open .doc files, it just returns to the initial Set Association screen, is there a reason for this as I believe I am taking the correct steps ???

Not an issue with my wifes login, I'm also the Administrator if that makes any difference

Any advice appreciated
Cheers

FM
Old 19 April 2010, 11:35 AM
  #2  
Dedrater
Scooby Regular
 
Dedrater's Avatar
 
Join Date: May 2008
Posts: 3,957
Likes: 0
Received 0 Likes on 0 Posts
Default

Try just right clicking the file, click properties, then where it says "open with", click change and choose MS Word and "open all files like this from now on"
Old 20 April 2010, 12:25 PM
  #3  
Funkii Munkii
Pontificating
Thread Starter
 
Funkii Munkii's Avatar
 
Join Date: May 2001
Location: Conrod Straight
Posts: 11,574
Received 9 Likes on 5 Posts
Default

Tried that it follows the same path, click on WINWORD but it just takes me back to my previous options
Old 20 April 2010, 12:54 PM
  #4  
Dedrater
Scooby Regular
 
Dedrater's Avatar
 
Join Date: May 2008
Posts: 3,957
Likes: 0
Received 0 Likes on 0 Posts
Default

Right, do this then.

Go to Start, click run and type CMD to get to the command line, copy and paste

Code:
"C:\Program Files (x86)\Microsoft Office\Office12\winword.exe" /unregserver
office may or may not open, if it opens, close it. Then in the same command line paste..

Code:
"C:\Program Files (x86)\Microsoft Office\Office12\winword.exe" /regserver
The command forces the registry to associate itself with DOC files, if this does not work, I know one more thing you could try, but try this first.
Old 20 April 2010, 01:28 PM
  #5  
Funkii Munkii
Pontificating
Thread Starter
 
Funkii Munkii's Avatar
 
Join Date: May 2001
Location: Conrod Straight
Posts: 11,574
Received 9 Likes on 5 Posts
Default

H Dedrater

Still no joy it just opens up a new Word document, I it worth reistalling office ? not that there is an issue with that because it opens new documents and previously saved documents open fine, I think it's when a file is sent in pre 2007 word format it struggles, i'm a little puzzled to say the least...

Thanks for the help so far
Old 20 April 2010, 01:37 PM
  #6  
Dedrater
Scooby Regular
 
Dedrater's Avatar
 
Join Date: May 2008
Posts: 3,957
Likes: 0
Received 0 Likes on 0 Posts
Default

Ca you open the documents within Word though?
Old 20 April 2010, 02:20 PM
  #7  
Dedrater
Scooby Regular
 
Dedrater's Avatar
 
Join Date: May 2008
Posts: 3,957
Likes: 0
Received 0 Likes on 0 Posts
Default

Right, I have put together a reg file for you, copy and paste the below into notepad, save it as docx

Code:
[HKEY_CLASSES_ROOT\.docx]
"Content Type"="application/vnd.openxmlformats-officedocument.wordprocessingml.document"
@="Word.Document.12"
"PerceivedType"="document"

[HKEY_CLASSES_ROOT\.docx\PersistentHandler]
@="{D3B41FA1-01E3-49AF-AA25-1D0D824275AE}"

[HKEY_CLASSES_ROOT\.docx\ShellEx]

[HKEY_CLASSES_ROOT\.docx\ShellEx\PropertyHandler]
@="{993BE281-6695-4BA5-8A2A-7AACBFAAB69E}"

[HKEY_CLASSES_ROOT\.docx\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}]
@="{84F66100-FF7C-4fb4-B0C0-02CD7FB668FE}"

[HKEY_CLASSES_ROOT\.docx\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{C41662BB-1FA0-4CE0-8DC5-9B7F8279FF97}"

[HKEY_CLASSES_ROOT\.docx\Word.Document.12]

[HKEY_CLASSES_ROOT\.docx\Word.Document.12\ShellNew]
"NullFile"=""
You need to change the file extension, to do this in Vista use the search box from the start menu and type folder options then on the view tab uncheck the box that says hide extensions for known file types and apply.

Then go back to the file (doc.x) and change it from docx.txt to docx.reg and double click it and click yes etc When done recheck the hide extensions for known file types

Pleas tell me this worked
Old 20 April 2010, 11:56 PM
  #8  
Funkii Munkii
Pontificating
Thread Starter
 
Funkii Munkii's Avatar
 
Join Date: May 2001
Location: Conrod Straight
Posts: 11,574
Received 9 Likes on 5 Posts
Default

Thanks I'll give it a go when I get home from work and I'll let you know


Old 22 April 2010, 12:19 PM
  #9  
Funkii Munkii
Pontificating
Thread Starter
 
Funkii Munkii's Avatar
 
Join Date: May 2001
Location: Conrod Straight
Posts: 11,574
Received 9 Likes on 5 Posts
Default

Mmmm no option to save as docx only offers Text Documents (*.txt) or All File (*_*)
Old 22 April 2010, 12:46 PM
  #10  
Dedrater
Scooby Regular
 
Dedrater's Avatar
 
Join Date: May 2008
Posts: 3,957
Likes: 0
Received 0 Likes on 0 Posts
Default

No, save it as a txt file, but name it docx.
Old 27 April 2010, 01:36 AM
  #11  
Funkii Munkii
Pontificating
Thread Starter
 
Funkii Munkii's Avatar
 
Join Date: May 2001
Location: Conrod Straight
Posts: 11,574
Received 9 Likes on 5 Posts
Default

Thanks, been awayk, will give it another go tonight
Old 27 April 2010, 11:01 AM
  #12  
Funkii Munkii
Pontificating
Thread Starter
 
Funkii Munkii's Avatar
 
Join Date: May 2001
Location: Conrod Straight
Posts: 11,574
Received 9 Likes on 5 Posts
Default

What am I doing wrong

Tried it a suggested and I got a Registry Editor Box appear advising

"Cannot Import C:\Users\Name\Documents\dox.reg: The specified file is not a registry script. You can only Import binary registry files from within the registry editor"

Cheers
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Jamz3k
Non Scooby Related
15
28 September 2015 02:35 PM
StueyBII
General Technical
4
26 September 2015 12:35 PM
psport
Subaru Parts
0
26 September 2015 11:09 AM
StueyBII
General Technical
0
25 September 2015 05:58 PM



Quick Reply: .doc "Set Assocation Issue - Vista 64bit



All times are GMT +1. The time now is 07:45 AM.