PC Review


Reply
Thread Tools Rate Thread

Win-r ??? to get My Computer Properties?

 
 
ToddAndMargo
Guest
Posts: n/a
 
      6th Aug 2009
Hi All,

Pressing <win><r> and typing a name in the run string,
is there a way to duplicate right clicking on My Computer,
and selecting Properties from the pop up?

Many thanks,
-T
 
Reply With Quote
 
 
 
 
Kelly
Guest
Posts: n/a
 
      6th Aug 2009

Not as clean cut as Win/R but....Shift, F10, R

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

Are you needing the name to the computer or is there another reason?

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm


"ToddAndMargo" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi All,
>
> Pressing <win><r> and typing a name in the run string,
> is there a way to duplicate right clicking on My Computer,
> and selecting Properties from the pop up?
>
> Many thanks,
> -T


 
Reply With Quote
 
 
 
 
Todd
Guest
Posts: n/a
 
      6th Aug 2009
On Aug 6, 2:22*pm, "Kelly" <ke...@kelly.com> wrote:
> Not as clean cut as Win/R but....Shift, F10, R
>
> http://support.microsoft.com/kb/126449
>
> Are you needing the name to the computer or is there another reason?
>
> --
>
> All the Best,
> Kelly (MS-MVP/DTS&XP)
>
> Taskbar Repair Tool Plus!http://www.kellys-korner-xp.com/taskbarplus!.htm
>
> "ToddAndMargo" <ToddAndMa...@invalid.com> wrote in message
>
> news:%(E-Mail Removed)...
>
> > Hi All,

>
> > Pressing <win><r> and typing a name in the run string,
> > is there a way to duplicate right clicking on My Computer,
> > and selecting Properties from the pop up?

>
> > Many thanks,
> > -T



What a great link! Thank you!

What I was looking for is <win><break>. It brings up the system
properties.

I will be sending a non-techie around to see what xp computers are
home and pro and what service packs they are on. Telling him
how to install My Computer, or going through the control panel
is not going to work (over his frustration level).

Many thanks,
-T
 
Reply With Quote
 
Tim Meddick
Guest
Posts: n/a
 
      7th Aug 2009
From the "Run" box on the 'Start Menu' type either :


Rundll32 shell32,Control_RunDLL c:\windows\system32\sysdm.cpl,,0


....or :


control.exe c:\windows\system32\sysdm.cpl


....to bring up the 'properties' for "My Computer"

Hope this is what you wanted...

==

Cheers, Tim Meddick, Peckham, London. :-)




"ToddAndMargo" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi All,
>
> Pressing <win><r> and typing a name in the run string,
> is there a way to duplicate right clicking on My Computer,
> and selecting Properties from the pop up?
>
> Many thanks,
> -T



 
Reply With Quote
 
ToddAndMargo
Guest
Posts: n/a
 
      7th Aug 2009

> "ToddAndMargo" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Hi All,
>>
>> Pressing <win><r> and typing a name in the run string,
>> is there a way to duplicate right clicking on My Computer,
>> and selecting Properties from the pop up?
>>
>> Many thanks,
>> -T

>
>


Tim Meddick wrote:
> From the "Run" box on the 'Start Menu' type either :
>
>
> Rundll32 shell32,Control_RunDLL c:\windows\system32\sysdm.cpl,,0
>
>
> ...or :
>
>
> control.exe c:\windows\system32\sysdm.cpl
>
>
> ...to bring up the 'properties' for "My Computer"
>
> Hope this is what you wanted...
>
> ==
>
> Cheers, Tim Meddick, Peckham, London. :-)



Yes it is. Thank you.
-T
 
Reply With Quote
 
Tim Meddick
Guest
Posts: n/a
 
      7th Aug 2009
Just want to add to that, if you use the first example I sent earlier :

Rundll32 shell32,Control_RunDLL c:\windows\system32\sysdm.cpl,,0

(which you can use to open any .cpl control panel file) if you change the 0 [zero] at
the end of the command, you can open the specific control panel (system, in this
case) on the page number you specify.

e.g. :

Rundll32 shell32,Control_RunDLL c:\windows\system32\sysdm.cpl,,4

....opens the 'System Control Panel' at the 'System Restore' page.

This numerical parameter works on most .cpl extensions.

==

Cheers, Tim Meddick, Peckham, London. :-)




"ToddAndMargo" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>
>> "ToddAndMargo" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> Hi All,
>>>
>>> Pressing <win><r> and typing a name in the run string,
>>> is there a way to duplicate right clicking on My Computer,
>>> and selecting Properties from the pop up?
>>>
>>> Many thanks,
>>> -T

>>
>>

>
> Tim Meddick wrote:
> > From the "Run" box on the 'Start Menu' type either :
> >
> >
> > Rundll32 shell32,Control_RunDLL c:\windows\system32\sysdm.cpl,,0
> >
> >
> > ...or :
> >
> >
> > control.exe c:\windows\system32\sysdm.cpl
> >
> >
> > ...to bring up the 'properties' for "My Computer"
> >
> > Hope this is what you wanted...
> >
> > ==
> >
> > Cheers, Tim Meddick, Peckham, London. :-)

>
>
> Yes it is. Thank you.
> -T



 
Reply With Quote
 
ToddAndMargo
Guest
Posts: n/a
 
      7th Aug 2009
Tim Meddick wrote:
> Just want to add to that, if you use the first example I sent earlier :
>
> Rundll32 shell32,Control_RunDLL c:\windows\system32\sysdm.cpl,,0
>
> (which you can use to open any .cpl control panel file) if you change the 0 [zero] at
> the end of the command, you can open the specific control panel (system, in this
> case) on the page number you specify.
>
> e.g. :
>
> Rundll32 shell32,Control_RunDLL c:\windows\system32\sysdm.cpl,,4
>
> ...opens the 'System Control Panel' at the 'System Restore' page.
>
> This numerical parameter works on most .cpl extensions.
>
> ==
>
> Cheers, Tim Meddick, Peckham, London. :-)
>
>
>
>
> "ToddAndMargo" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>> "ToddAndMargo" <(E-Mail Removed)> wrote in message
>>> news:%(E-Mail Removed)...
>>>> Hi All,
>>>>
>>>> Pressing <win><r> and typing a name in the run string,
>>>> is there a way to duplicate right clicking on My Computer,
>>>> and selecting Properties from the pop up?
>>>>
>>>> Many thanks,
>>>> -T
>>>

>> Tim Meddick wrote:
>>> From the "Run" box on the 'Start Menu' type either :
>>>
>>>
>>> Rundll32 shell32,Control_RunDLL c:\windows\system32\sysdm.cpl,,0
>>>
>>>
>>> ...or :
>>>
>>>
>>> control.exe c:\windows\system32\sysdm.cpl
>>>
>>>
>>> ...to bring up the 'properties' for "My Computer"
>>>
>>> Hope this is what you wanted...
>>>
>>> ==
>>>
>>> Cheers, Tim Meddick, Peckham, London. :-)

>>
>> Yes it is. Thank you.
>> -T

>
>


Thank you!
 
Reply With Quote
 
Shenan Stanley
Guest
Posts: n/a
 
      8th Aug 2009

Todd wrote:
<snip>
> I will be sending a non-techie around to see what xp computers are
> home and pro and what service packs they are on. Telling him
> how to install My Computer, or going through the control panel
> is not going to work (over his frustration level).


Both of you have decent speed Internet?

You download/install the full TeamViewer application.
They download the TeamViewer Quick Support.
They run the TeamViewer QuickSupport and get you the 9 digit ID and 4 digit
password.
You enter those into TeamViewer and you can see what they see and
vice-versa.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
Tim Meddick
Guest
Posts: n/a
 
      8th Aug 2009
Just to clarify, the only advice you should be following in these groups is
mine. I am the smartest, everyone else is dumb. Follow my advice and you
shall be rewarded.


--
Cheers, Tim littledick, Peckham, London. :-(




"ToddAndMargo" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Tim Meddick wrote:
>> Just want to add to that, if you use the first example I sent earlier :
>>
>> Rundll32 shell32,Control_RunDLL c:\windows\system32\sysdm.cpl,,0
>>
>> (which you can use to open any .cpl control panel file) if you change the
>> 0 [zero] at the end of the command, you can open the specific control
>> panel (system, in this case) on the page number you specify.
>>
>> e.g. :
>>
>> Rundll32 shell32,Control_RunDLL c:\windows\system32\sysdm.cpl,,4
>>
>> ...opens the 'System Control Panel' at the 'System Restore' page.
>>
>> This numerical parameter works on most .cpl extensions.
>>
>> ==
>>
>> Cheers, Tim Meddick, Peckham, London. :-)
>>
>>
>>
>>
>> "ToddAndMargo" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>>> "ToddAndMargo" <(E-Mail Removed)> wrote in message
>>>> news:%(E-Mail Removed)...
>>>>> Hi All,
>>>>>
>>>>> Pressing <win><r> and typing a name in the run string,
>>>>> is there a way to duplicate right clicking on My Computer,
>>>>> and selecting Properties from the pop up?
>>>>>
>>>>> Many thanks,
>>>>> -T
>>>>
>>> Tim Meddick wrote:
>>>> From the "Run" box on the 'Start Menu' type either :
>>>>
>>>>
>>>> Rundll32 shell32,Control_RunDLL c:\windows\system32\sysdm.cpl,,0
>>>>
>>>>
>>>> ...or :
>>>>
>>>>
>>>> control.exe c:\windows\system32\sysdm.cpl
>>>>
>>>>
>>>> ...to bring up the 'properties' for "My Computer"
>>>>
>>>> Hope this is what you wanted...
>>>>
>>>> ==
>>>>
>>>> Cheers, Tim Meddick, Peckham, London. :-)
>>>
>>> Yes it is. Thank you.
>>> -T

>>
>>

>
> Thank you!


 
Reply With Quote
 
Kelly
Guest
Posts: n/a
 
      11th Aug 2009
Most welcome and I see. )

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm


"Todd" <(E-Mail Removed)> wrote in message
news:73591ef3-88b2-4e46-9c64-(E-Mail Removed)...
On Aug 6, 2:22 pm, "Kelly" <ke...@kelly.com> wrote:
> Not as clean cut as Win/R but....Shift, F10, R
>
> http://support.microsoft.com/kb/126449
>
> Are you needing the name to the computer or is there another reason?
>
> --
>
> All the Best,
> Kelly (MS-MVP/DTS&XP)
>
> Taskbar Repair Tool Plus!http://www.kellys-korner-xp.com/taskbarplus!.htm
>
> "ToddAndMargo" <ToddAndMa...@invalid.com> wrote in message
>
> news:%(E-Mail Removed)...
>
> > Hi All,

>
> > Pressing <win><r> and typing a name in the run string,
> > is there a way to duplicate right clicking on My Computer,
> > and selecting Properties from the pop up?

>
> > Many thanks,
> > -T



What a great link! Thank you!

What I was looking for is <win><break>. It brings up the system
properties.

I will be sending a non-techie around to see what xp computers are
home and pro and what service packs they are on. Telling him
how to install My Computer, or going through the control panel
is not going to work (over his frustration level).

Many thanks,
-T

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Computer-A can see Computer-B, but Computer-B can' see Computer-A bigbilltolbert Windows XP Networking 0 10th Feb 2010 03:35 PM
Re: Get ubuntu ! Get ubuntu ! Get ubuntu ! Get ubuntu ! Rich Windows Vista General Discussion 8 7th Jun 2009 06:29 PM
Re: Get ubuntu ! Get ubuntu ! Get ubuntu ! Get ubuntu ! Mike Brannigan Windows Vista Security 0 1st Jun 2009 11:39 AM
Re: Don't Get ubuntu ! Don't Get ubuntu ! Don't Get ubuntu ! Don't Get ubuntu ! TheBiG Douche Windows Vista General Discussion 0 31st May 2009 10:43 PM
Is there a way to synchronize favorites between 2 computers? i.e. copy any favorites on computer A but not computer B to computer B and any on computer B but not computer A to computer A? Huck Microsoft Outlook Contacts 1 17th Sep 2006 10:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:17 AM.