Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Shortcut Wizard

Reply
Thread Tools Display Modes

Shortcut Wizard

 
 
Donaldo
Guest
Posts: n/a

 
      06-26-2007
When I attempt to create a new shortcup on the desktop, The create Shortcut
Wizard not start. Is the behavior due to registry key damaged or an
incorrect value? Please need help to fix the problem. Thanks.
--
Don
 
Reply With Quote
 
 
 
 
James Matthews
Guest
Posts: n/a

 
      06-26-2007
Did you upgrade windows?

--

http://www.goldwatches.com/watches.asp?Brand=39
"Donaldo" <> wrote in message
news:28015583-3E3C-4A37-929F-...
> When I attempt to create a new shortcup on the desktop, The create
> Shortcut
> Wizard not start. Is the behavior due to registry key damaged or an
> incorrect value? Please need help to fix the problem. Thanks.
> --
> Don


 
Reply With Quote
 
Donaldo
Guest
Posts: n/a

 
      06-26-2007
James: Yes, from Windows XP SP2 -
--
Don


"James Matthews" wrote:

> Did you upgrade windows?
>
> --
>
> http://www.goldwatches.com/watches.asp?Brand=39
> "Donaldo" <> wrote in message
> news:28015583-3E3C-4A37-929F-...
> > When I attempt to create a new shortcup on the desktop, The create
> > Shortcut
> > Wizard not start. Is the behavior due to registry key damaged or an
> > incorrect value? Please need help to fix the problem. Thanks.
> > --
> > Don

>

 
Reply With Quote
 
Donaldo
Guest
Posts: n/a

 
      06-26-2007
I found the solution to the problem at
www.winhelponline.com/articles/105/1 - File Association fixes for Windows
Vista.
--
Don


"Donaldo" wrote:

> James: Yes, from Windows XP SP2 -
> --
> Don
>
>
> "James Matthews" wrote:
>
> > Did you upgrade windows?
> >
> > --
> >
> > http://www.goldwatches.com/watches.asp?Brand=39
> > "Donaldo" <> wrote in message
> > news:28015583-3E3C-4A37-929F-...
> > > When I attempt to create a new shortcup on the desktop, The create
> > > Shortcut
> > > Wizard not start. Is the behavior due to registry key damaged or an
> > > incorrect value? Please need help to fix the problem. Thanks.
> > > --
> > > Don

> >

 
Reply With Quote
 
sbw07
Guest
Posts: n/a

 
      03-01-2008

Donaldo;257168 Wrote:
> I found the solution to the problem at
> 'File association fixes for Windows Vista'
> (http://www.winhelponline.com/articles/105/1).
> --
> Don



Finally a fix that works! I've had this problem for a while and my
laptop's manufacturer said that the only solution was to reinstall
Vista!!

I clicked on the link above, downloaded and installed the .lnk fix and
right away the problem was solved.

Thanks!!


--
sbw07
Posted via http://www.vistaheads.com

 
Reply With Quote
 
AlexB
Guest
Posts: n/a

 
      03-01-2008
You could have easilty done it with MS DOS ASSOC command:
http://www.computerhope.com/assoc.htm

Syntax
Displays or ********modifies******* file extension associations
ASSOC [.ext[=[fileType]]]
..extSpecifies the file extension to associate the file type with
fileType Specifies the file type to associate with the file extension

Type ASSOC without parameters to display the current file associations.
If ASSOC is invoked with just a file extension, it displays the current file
association for that file extension. Specify nothing for the file type and
the command will delete the association for the file extension.
Examples
assoc
Displays a file association of each of the file extensions on the computer.
assoc .txt
Displays the file extension for a .txt file as shown below.
..txt=txtfile

"sbw07" <> wrote in message
news:...
>
> Donaldo;257168 Wrote:
>> I found the solution to the problem at
>> 'File association fixes for Windows Vista'
>> (http://www.winhelponline.com/articles/105/1).
>> --
>> Don

>
>
> Finally a fix that works! I've had this problem for a while and my
> laptop's manufacturer said that the only solution was to reinstall
> Vista!!
>
> I clicked on the link above, downloaded and installed the .lnk fix and
> right away the problem was solved.
>
> Thanks!!
>
>
> --
> sbw07
> Posted via http://www.vistaheads.com
>


 
Reply With Quote
 
sbw07
Guest
Posts: n/a

 
      03-01-2008

@AlexB:

You're assuming me to be geekier than I actually am. Even if I had
heard of the ASSOC command I still wouldn't know how to use it to
correct the .lnk association. Could you please elaborate? Did you mean
to say that deleting the old association would make it revert to the
default?


--
sbw07
Posted via http://www.vistaheads.com

 
Reply With Quote
 
AlexB
Guest
Posts: n/a

 
      03-01-2008
OK, no problem but I am in the dark. I don't know what file association you
are trying to establish. You must know the file extension for teh
association.

I suggest you do the following first:

You open you Command Prompt (run as administrator) by doing Start>>All
Programs (in the left pane)>>Accessories>>Command Prompt>> Right Click>>Run
as administrator>>

A black window will show up on desktop.

Go there and type:

assoc .exe
You will get a response:
..exe=execfile

<Type this:>
assoc .pdf
You will get a response:
..pdf=AcroExch.Document

Etc.

You have to find out what extension you document or program has. You did not
give any clue for me to be specific.

Now what we had above was just demonstration, I mean display of existing
associations.

Using the same command you can establish a new association.

Aside from the link I provided in the previous post, this is another link to
MS description of the same command:

http://support.microsoft.com/kb/323526

This is the quote:
To change the file type association for .htm files to HTML Document
(htmlfile), type assoc

..htm=htmlfile at the command prompt, and then press ENTER.

This command needs some explanation. .htm extension is a help file extension
that has been deprecated with Vista's arrival. The whole system of help
files is now managed I think thru on-line help. .htm files that still
persist for some reason and I have tons of them are in trouble. There is no
reader to open them up. One of the ways to get around the problem (aside
from dragging an XP htm reader to Vista which also may cause problems) is to
associate htm with an html file reader. And this is precisely what this
command does. Understood?


You gave so little information that I cannot guess any further. If you want
more you will have to give more specifics.

"sbw07" <> wrote in message
news:...
>
> @AlexB:
>
> You're assuming me to be geekier than I actually am. Even if I had
> heard of the ASSOC command I still wouldn't know how to use it to
> correct the .lnk association. Could you please elaborate? Did you mean
> to say that deleting the old association would make it revert to the
> default?
>
>
> --
> sbw07
> Posted via http://www.vistaheads.com
>


 
Reply With Quote
 
Falcon
Guest
Posts: n/a

 
      03-02-2008
On Sat, 1 Mar 2008 19:54:09 -0500, "AlexB" <> wrote:

>OK, no problem but I am in the dark. I don't know what file association you
>are trying to establish. You must know the file extension for teh
>association.


Why no do it the easy way?

Right click on one of your files you want to change, select "Open
With" then pick "Choose default program..." Pick the program you
want to use to open that file as default and make sure the "Always
use the selected program..."

No muss, no fuss.

--
Ciao,
Falcon
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Vista - Shortcut Keys to a Shortcut YP Windows Vista General Discussion 3 12-29-2007 10:16 PM
How do you change the target of the shortcut or shortcut command l Catie Windows Vista General Discussion 2 08-18-2007 05:10 PM
Network Wizard Bruce F Windows Vista Networking 3 05-25-2007 05:17 AM
Removing "Shortcut" word after creating a shortcut? nLinked Windows Vista File Management 9 04-08-2007 05:27 PM
compatability wizard? what compat wizard kalmike Windows Vista General Discussion 5 07-04-2006 01:05 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59