Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > is there anyway to make the shutoff and restart bigger?

Reply
Thread Tools Display Modes

is there anyway to make the shutoff and restart bigger?

 
 
Robinb
Guest
Posts: n/a

 
      06-28-2007
or even an icon on the desktop? I have a few customers who keep slipping
the fingers and click the wrong button. Why did MS make this so small to
begin with? In XP it is large and not so confusing either.

robin

--
R&D Internet Associates
http://rdinternetassociates.com


 
Reply With Quote
 
 
 
 
brink
Guest
Posts: n/a

 
      06-28-2007

Hi Robin,

Here is a link for shutdown. It will show you how to speed it up and
create a shutdown shortcut icon.

'http://www.vistax64.com/tutorials/70567-shutdown.html?ltr=S'
(http://www.vistax64.com/tutorials/70...own.html?ltr=S)


Check here for the others later, I'm currently working on them now.

'http://www.vistax64.com/tutorials/'
(http://www.vistax64.com/tutorials/)

Hope this helps,
Shawn


--
brink

*There are no dumb questions, just the people that do not ask them.*
'_www.Vistax64.com_' (http://www.vistax64.com/www.Vistax64.com)
*Please post feedback to help others.*
 
Reply With Quote
 
Bob J
Guest
Posts: n/a

 
      06-28-2007
Re. Changing icons > Right clip on main window > Select - View > adjust as
required.
Sorry,I can not help with other, not sure if possible!!!!!!
--
Regards
Bob J


"Robinb" wrote:

> or even an icon on the desktop? I have a few customers who keep slipping
> the fingers and click the wrong button. Why did MS make this so small to
> begin with? In XP it is large and not so confusing either.
>
> robin
>
> --
> R&D Internet Associates
> http://rdinternetassociates.com
>
>
>

 
Reply With Quote
 
P. Di Stolfo
Guest
Posts: n/a

 
      06-28-2007
Hello,

you can make shortcuts on the Desktop:
Shutdown: %windir%\system32\shutdown.exe /s /t 0
Restart: %windir%\system32\shutdown.exe /r /t 0

Greetings,
P. Di Stolfo

"Robinb" <robin@discussion> schrieb im Newsbeitrag
news:#...
> or even an icon on the desktop? I have a few customers who keep slipping
> the fingers and click the wrong button. Why did MS make this so small to
> begin with? In XP it is large and not so confusing either.
>
> robin
>
> --
> R&D Internet Associates
> http://rdinternetassociates.com
>
>

 
Reply With Quote
 
Richard Urban
Guest
Posts: n/a

 
      06-28-2007
Why not just place 2 shortcuts on the desktop, one for Restart and one for
Shutdown.

Create a new shortcut on your desktop. Browse to
C:\Windows\System32\shutdown.exe

Right click, go to "send to" | "desktop create shortcut"

After it has been created, rename the shortcut to Restart Computer. Then go
to the
shortcut's properties and paste "C:\Windows\System32\shutdown.exe /r /t 002"
in the target line. This will restart the computer after 2 seconds.

Create a 2nd new shortcut for shutdown.exe. After it has been created,
rename the
shortcut to Shutdown Computer.Place "C:\Windows\System32\shutdown.exe /s /t
002"
in the target line. This will shutdown the computer after 2 seconds.

In the above examples DO NOT include the quotation marks on the target line.

Now when you want to either shutdown or restart, just double click on the
appropriate icon.


--


Regards,

Richard Urban
Microsoft MVP Windows Shell/User
(For email, remove the obvious from my address)



"Robinb" <robin@discussion> wrote in message
news:%...
> or even an icon on the desktop? I have a few customers who keep slipping
> the fingers and click the wrong button. Why did MS make this so small to
> begin with? In XP it is large and not so confusing either.
>
> robin
>
> --
> R&D Internet Associates
> http://rdinternetassociates.com
>
>


 
Reply With Quote
 
Rej
Guest
Posts: n/a

 
      06-28-2007
Rob,

I use a gadget created by the ms team that contains the 3 icons to
'Shutdown', 'restart' and 'logoff'... easy to see, hard to miss etc. Worth
checking.
--
Rej


"Robinb" wrote:

> or even an icon on the desktop? I have a few customers who keep slipping
> the fingers and click the wrong button. Why did MS make this so small to
> begin with? In XP it is large and not so confusing either.
>
> robin
>
> --
> R&D Internet Associates
> http://rdinternetassociates.com
>
>
>

 
Reply With Quote
 
Robinb
Guest
Posts: n/a

 
      06-28-2007
how about logoff?

I tried Shutdown -l -t 00 but it will not work

the formular works for the shutdown and restart
substituting the "l" for "s" and "r"
but not for logoff

for logoff a dos box popus up with alot of code but i cannot read it and
just goes away and nothing happens.

is there one for logoff?
thanks
robin
"brink" <> wrote in message
news:...
>
> Hi Robin,
>
> Here is a link for shutdown. It will show you how to speed it up and
> create a shutdown shortcut icon.
>
> 'http://www.vistax64.com/tutorials/70567-shutdown.html?ltr=S'
> (http://www.vistax64.com/tutorials/70...own.html?ltr=S)
>
>
> Check here for the others later, I'm currently working on them now.
>
> 'http://www.vistax64.com/tutorials/'
> (http://www.vistax64.com/tutorials/)
>
> Hope this helps,
> Shawn
>
>
> --
> brink
>
> *There are no dumb questions, just the people that do not ask them.*
> '_www.Vistax64.com_' (http://www.vistax64.com/www.Vistax64.com)
> *Please post feedback to help others.*



 
Reply With Quote
 
Robinb
Guest
Posts: n/a

 
      06-28-2007
and where is this one?
robin
"Rej" <> wrote in message
news:A20C344D-C2D2-4B4B-B7F0-...
> Rob,
>
> I use a gadget created by the ms team that contains the 3 icons to
> 'Shutdown', 'restart' and 'logoff'... easy to see, hard to miss etc.
> Worth
> checking.
> --
> Rej
>
>
> "Robinb" wrote:
>
>> or even an icon on the desktop? I have a few customers who keep slipping
>> the fingers and click the wrong button. Why did MS make this so small to
>> begin with? In XP it is large and not so confusing either.
>>
>> robin
>>
>> --
>> R&D Internet Associates
>> http://rdinternetassociates.com
>>
>>
>>



 
Reply With Quote
 
P. Di Stolfo
Guest
Posts: n/a

 
      06-28-2007
Hello,

shutdown -l
will do it.

Greetings,
P. Di Stolfo

"Robinb" <robin@discussion> schrieb im Newsbeitrag
news:uf#...
> how about logoff?
>
> I tried Shutdown -l -t 00 but it will not work
>
> the formular works for the shutdown and restart
> substituting the "l" for "s" and "r"
> but not for logoff
>
> for logoff a dos box popus up with alot of code but i cannot read it and
> just goes away and nothing happens.
>
> is there one for logoff?
> thanks
> robin
> "brink" <> wrote in message
> news:...
>>
>> Hi Robin,
>>
>> Here is a link for shutdown. It will show you how to speed it up and
>> create a shutdown shortcut icon.
>>
>> 'http://www.vistax64.com/tutorials/70567-shutdown.html?ltr=S'
>> (http://www.vistax64.com/tutorials/70...own.html?ltr=S)
>>
>>
>> Check here for the others later, I'm currently working on them now.
>>
>> 'http://www.vistax64.com/tutorials/'
>> (http://www.vistax64.com/tutorials/)
>>
>> Hope this helps,
>> Shawn
>>
>>
>> --
>> brink
>>
>> *There are no dumb questions, just the people that do not ask them.*
>> '_www.Vistax64.com_' (http://www.vistax64.com/www.Vistax64.com)
>> *Please post feedback to help others.*

>
>

 
Reply With Quote
 
P. Di Stolfo
Guest
Posts: n/a

 
      06-28-2007
Hello,

here you are:
http://gallery.live.com/liveItemDeta...c-81598bd89d8e

Greetings,
P. Di Stolfo

"Robinb" <robin@discussion> schrieb im Newsbeitrag
news:...
> and where is this one?
> robin
> "Rej" <> wrote in message
> news:A20C344D-C2D2-4B4B-B7F0-...
>> Rob,
>>
>> I use a gadget created by the ms team that contains the 3 icons to
>> 'Shutdown', 'restart' and 'logoff'... easy to see, hard to miss etc.
>> Worth
>> checking.
>> --
>> Rej
>>
>>
>> "Robinb" wrote:
>>
>>> or even an icon on the desktop? I have a few customers who keep
>>> slipping
>>> the fingers and click the wrong button. Why did MS make this so small
>>> to
>>> begin with? In XP it is large and not so confusing either.
>>>
>>> robin
>>>
>>> --
>>> R&D Internet Associates
>>> http://rdinternetassociates.com
>>>
>>>
>>>

>
>

 
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
UAC Shutoff Dean Windows Vista General Discussion 5 03-14-2008 02:24 AM
How to make the overall font size bigger Kathie and Dick Windows Vista Mail 5 03-12-2008 08:01 PM
make window bigger cowboy fan Windows Vista Performance 1 01-23-2008 10:46 AM
Vista make computer restart freeway29 Windows Vista General Discussion 3 10-02-2006 05:13 PM
How do I make the subject font bigger in newsgroups Leadfoot Windows Vista Mail 1 09-07-2006 01:28 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