A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows 7 » Windows 7 Forum
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Taskbar properties script



 
 
Thread Tools Rate Thread Display Modes
  #1  
Old May 1st 15, 01:07 PM posted to alt.windows7.general
emf
external usenet poster
 
Posts: 20
Default Taskbar properties script

I need a script to perform the following functions:

Open taskbar properties
Check Auto-hide the toolbar
Click Apply
Uncheck Auto-hide the toolbar (to return to previous condition)
Click OK (to close the properties)

I want to have on my desktop a shortcut to the script file so I can
easily perform these actions.

The reason for this that I have the taskbar on the top of the screen,
and when by mistake I open the magnifier, all the maximized windows
extend to the top of the screen under the taskbar, until I perform these
actions or restart windows.

Please help!

emf

--
Natal Transits Calculator
https://files.nyu.edu/emf202/public/...ltransits.html
Ads
  #2  
Old May 1st 15, 01:56 PM posted to alt.windows7.general
Zaidy036[_5_]
external usenet poster
 
Posts: 427
Default Taskbar properties script

emf wrote:
I need a script to perform the following functions:

Open taskbar properties
Check Auto-hide the toolbar
Click Apply
Uncheck Auto-hide the toolbar (to return to previous condition)
Click OK (to close the properties)

I want to have on my desktop a shortcut to the script file so I can
easily perform these actions.

The reason for this that I have the taskbar on the top of the screen, and
when by mistake I open the magnifier, all the maximized windows extend to
the top of the screen under the taskbar, until I perform these actions or restart windows.

Please help!

emf


Www.ptfb.com

--
Zaidy036
  #3  
Old May 1st 15, 10:39 PM posted to alt.windows7.general
Paul
external usenet poster
 
Posts: 18,275
Default Taskbar properties script

emf wrote:
I need a script to perform the following functions:

Open taskbar properties
Check Auto-hide the toolbar
Click Apply
Uncheck Auto-hide the toolbar (to return to previous condition)
Click OK (to close the properties)

I want to have on my desktop a shortcut to the script file so I can
easily perform these actions.

The reason for this that I have the taskbar on the top of the screen,
and when by mistake I open the magnifier, all the maximized windows
extend to the top of the screen under the taskbar, until I perform these
actions or restart windows.

Please help!

emf


It sounds like the real request, is to disable the Magnifier.

Apparently some multi-button mice, have a side button that
is bound to the Magnify option. And some touchpads have
a "hot spot" with the same function.

http://www.sevenforums.com/tutorials...e-disable.html

If memory serves, the Ease Of Access center is a PITA to use.
And stuff that you should be able to control, tends to have
a mind of its own. (That's why some people have been
using System Restore, to go back to a point in time where
it wasn't triggering on them.)

Perhaps, rather than write a script like your above description,
it would be better to work on the Ease Of Access issue.

Removing magnifier.exe would cause Windows File Protection
to put it back. Copying a file and renaming it probably
wouldn't work, because the signature or checksum would
be different.

The answer here by Richard Wyatt might work... At least
one user didn't report the thing coming back via
Windows File Protection. But if you were to do a
SFC /scannow, you might bring it back by accident.

http://answers.microsoft.com/en-us/w...c-fb42f23647b7

"Richard Wyatt replied on May 26, 2010

I was able stop magnifier from automatically launching
(Via WinKey plus "+" or "-") by renaming magnifier.exe
to magnifier_disabled.exe in the system32 directory.

In order to rename the file as a normal user, you will
need to "Take Ownership" of the file first. Right-click
the file and go to Properties, Security (tab), Advanced
(button), Owner (tab), and choose to make yourself owner.

You will then be able to change the file's permission and
give yourself full control of the file. Only after you've
done all this, you will be able to rename the file.

I literally JUST did this, so i don't know if Windows File
Protection will automatically revert this file back on it's
own... but for now it's working."

It might also be possible to disable it with GPEDIT
or SRP (Software Restriction Policy), but that's outside
my pay scale.

HTH,
Paul
  #4  
Old May 2nd 15, 03:19 AM posted to alt.windows7.general
Stan Brown
external usenet poster
 
Posts: 2,904
Default Taskbar properties script

On Fri, 01 May 2015 08:07:53 -0400, emf wrote:

I need a script to perform the following functions:

Open taskbar properties
Check Auto-hide the toolbar
Click Apply
Uncheck Auto-hide the toolbar (to return to previous condition)
Click OK (to close the properties)

I want to have on my desktop a shortcut to the script file so I can
easily perform these actions.

The reason for this that I have the taskbar on the top of the screen,
and when by mistake I open the magnifier, all the maximized windows
extend to the top of the screen under the taskbar, until I perform these
actions or restart windows.


You don't have to restart Windows. Open Task Mangler
(Ctrl+Shift+Esc), and on the Processes tab right-click explorer.exe
and End Process. Then File*» Run and type explorer.

I have to restart explorer every couple of days when it forgets my
Start Menu shortcut key combinations, or puts up a tooltip that
doesn't disappear when it should, or says my USB stick is in use and
won't let me eject it cleanly.

The restart is not as convenient as the script you're asking for --
and I don't know a simple way to create that -- but it's a lot better
than restarting Windows.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com
Shikata ga nai...
  #5  
Old May 2nd 15, 08:08 AM posted to alt.windows7.general
emf
external usenet poster
 
Posts: 20
Default Taskbar properties script

On 2015-05-01 17:39, Paul wrote:
emf wrote:
I need a script to perform the following functions:

Open taskbar properties
Check Auto-hide the toolbar
Click Apply
Uncheck Auto-hide the toolbar (to return to previous condition)
Click OK (to close the properties)

I want to have on my desktop a shortcut to the script file so I can
easily perform these actions.

The reason for this that I have the taskbar on the top of the screen,
and when by mistake I open the magnifier, all the maximized windows
extend to the top of the screen under the taskbar, until I perform
these actions or restart windows.

Please help!

emf


It sounds like the real request, is to disable the Magnifier.

Occasionally I use the Magnifier (though more often I use OneLoupe
and/or NegativeScreen, programs I've found on the net), so I'd rather
not disable it. Besides the issue arises from time to time only, not
*too* often.

"Richard Wyatt replied on May 26, 2010

I was able stop magnifier from automatically launching
(Via WinKey plus "+" or "-") by renaming magnifier.exe
to magnifier_disabled.exe in the system32 directory.


It took me some time before I identified how I caused the Magnifier to
come up, and it was exactly what is described above; instead of pressing
Ctrl + to magnify a webpage, I'd press WinKey +, which brings up the
Magnifier and increases the magnification. This would be a nice shortcut
if it would work *only* when the Magnifier is already running, *not*
bring it up when it isn't, but I guess that would be even more
complicated to ask.

So I'd prefer a script as I described, or, even better, one that will
also toggle the Magnifier: close it when it's on, or turn it on when it
is closed, and then run the rest of the script in both cases. Such a
script, associated with a keyboard shortcut, would be very useful and
would make me opt to use the magnifier more often, since I wouldn't have
to consider that after using it I'd have to go through the whole
procedure once more.

Speaking of magnifiers, a nice powertoy was available in earlier
versions of Windows, a taskbar magnifier; unfortunately it's no more.
Also Foxit has a lovely round magnifier (with a realistic handle!), I
wish someone would duplicate it for Windows too.


emf

--
Google's top Spherical Triangle Calculator search result!
https://files.nyu.edu/emf202/public/js/spherical.html
  #6  
Old May 2nd 15, 08:27 AM posted to alt.windows7.general
emf
external usenet poster
 
Posts: 20
Default Taskbar properties script

On 2015-05-01 22:19, Stan Brown wrote:
On Fri, 01 May 2015 08:07:53 -0400, emf wrote:

I need a script to perform the following functions:

Open taskbar properties
Check Auto-hide the toolbar
Click Apply
Uncheck Auto-hide the toolbar (to return to previous condition)
Click OK (to close the properties)

I want to have on my desktop a shortcut to the script file so I can
easily perform these actions.

The reason for this that I have the taskbar on the top of the screen,
and when by mistake I open the magnifier, all the maximized windows
extend to the top of the screen under the taskbar, until I perform these
actions or restart windows.


You don't have to restart Windows.


Come on, I've never done since I found the other way.

I have to restart explorer every couple of days when it forgets my
Start Menu shortcut key combinations,


Yes that's another thing. I have assigned keyboard shortcuts to a number
of programs, and sometimes it forgets some of them, but it remembers
them again when I use a keyboard shortcut I know it does not forget and
use it first. Then, of course, I have to close the program I opened to
wake the shortcuts repository up.

The restart is not as convenient as the script you're asking for --
and I don't know a simple way to create that -- but it's a lot better
than restarting Windows.


emf

--
It ain't THAT, babe! - A radical reinterpretation
https://files.nyu.edu/emf202/public/...intmebabe.html
  #7  
Old May 2nd 15, 10:03 AM posted to alt.windows7.general
mike[_10_]
external usenet poster
 
Posts: 1,073
Default Taskbar properties script

On 5/2/2015 12:08 AM, emf wrote:
On 2015-05-01 17:39, Paul wrote:
emf wrote:
I need a script to perform the following functions:

Open taskbar properties
Check Auto-hide the toolbar
Click Apply
Uncheck Auto-hide the toolbar (to return to previous condition)
Click OK (to close the properties)

I want to have on my desktop a shortcut to the script file so I can
easily perform these actions.

The reason for this that I have the taskbar on the top of the screen,
and when by mistake I open the magnifier, all the maximized windows
extend to the top of the screen under the taskbar, until I perform
these actions or restart windows.

Please help!

emf


It sounds like the real request, is to disable the Magnifier.

Occasionally I use the Magnifier (though more often I use OneLoupe
and/or NegativeScreen, programs I've found on the net), so I'd rather
not disable it. Besides the issue arises from time to time only, not
*too* often.

"Richard Wyatt replied on May 26, 2010

I was able stop magnifier from automatically launching
(Via WinKey plus "+" or "-") by renaming magnifier.exe
to magnifier_disabled.exe in the system32 directory.


It took me some time before I identified how I caused the Magnifier to
come up, and it was exactly what is described above; instead of pressing
Ctrl + to magnify a webpage, I'd press WinKey +, which brings up the
Magnifier and increases the magnification. This would be a nice shortcut
if it would work *only* when the Magnifier is already running, *not*
bring it up when it isn't, but I guess that would be even more
complicated to ask.

So I'd prefer a script as I described, or, even better, one that will
also toggle the Magnifier: close it when it's on, or turn it on when it
is closed, and then run the rest of the script in both cases. Such a
script, associated with a keyboard shortcut, would be very useful and
would make me opt to use the magnifier more often, since I wouldn't have
to consider that after using it I'd have to go through the whole
procedure once more.

Speaking of magnifiers, a nice powertoy was available in earlier
versions of Windows, a taskbar magnifier; unfortunately it's no more.
Also Foxit has a lovely round magnifier (with a realistic handle!), I
wish someone would duplicate it for Windows too.


emf

I haven't used it myself, but my friend swears by macromaker.
Just do what you do and it records the clicks and keystrokes as a macro.
  #8  
Old May 2nd 15, 11:17 AM posted to alt.windows7.general
J. P. Gilliver (John)
external usenet poster
 
Posts: 5,291
Default Taskbar properties script

In message , dadiOH
writes:
[]
In message
,
Zaidy036 writes:
emf wrote:
I need a script to perform the following functions:

[snipped]
Please help!

emf

Www.ptfb.com

[]
PTFB is a program (Push The Freakin' Button). It is used to automatically
send annoying system (or other) messages packing. I've used it for 12-15
years, it is handy.

It wouldn't help the OP in the slightest.

[]
Still available at various places including here...
http://www.majorgeeks.com/files/deta...n_button).html

Ah. I use ClickOff (http://www.johanneshuebner.com/en/clickoff.shtml)
for the same purpose - including dismissing nags. Wouldn't help the OP
either (-:
--
J. P. Gilliver. UMRA: 1960/1985 MB++G()AL-IS-Ch++(p)Ar@T+H+Sh0!:`)DNAf

This was before we knew that a laboratory rat, if experimented upon, will
develop cancer. [Quoted by] Anne ), 1997-1-29
  #9  
Old May 3rd 15, 10:54 AM posted to alt.windows7.general
emf
external usenet poster
 
Posts: 20
Default Taskbar properties script

On 2015-05-02 15:52, Stormin' Norman wrote:
On Sat, 02 May 2015 19:21:29 +0000, Stormin' Norman
wrote:

On Fri, 01 May 2015 08:07:53 -0400, emf wrote:

I need a script to perform the following functions:

Open taskbar properties
Check Auto-hide the toolbar
Click Apply
Uncheck Auto-hide the toolbar (to return to previous condition)
Click OK (to close the properties)

I want to have on my desktop a shortcut to the script file so I can
easily perform these actions.

The reason for this that I have the taskbar on the top of the screen,
and when by mistake I open the magnifier, all the maximized windows
extend to the top of the screen under the taskbar, until I perform these
actions or restart windows.



How about this little gem?

http://www.itsamples.com/taskbar-hider.html


And or this one:

http://www.aviassin.com/taskbareliminator


It seems you have to approve it to run each time you start it. However,
it does not need installation and I like that. I'll give it a try before
looking for a macro recorder. The Taskbar Hider brings on a dialog with
unrelated tasks that I do not need.

emf

--
It ain't THAT, babe! - A radical reinterpretation
https://files.nyu.edu/emf202/public/...intmebabe.html
  #10  
Old May 3rd 15, 11:22 PM posted to alt.windows7.general
J. P. Gilliver (John)
external usenet poster
 
Posts: 5,291
Default Taskbar properties script

In message
,
Zaidy036 writes:
"J. P. Gilliver (John)" wrote:
In message
,
Zaidy036 writes:
emf wrote:
I need a script to perform the following functions:

[snipped]
Please help!

emf

Www.ptfb.com

Not sure if this is an incompetent attempt to be rude and tell the OP to
google, or what? Anyway, I tried following that link, thinking there
might be something interesting about scripting there. I get (in Firefox)
a page with the title (in the title bar) "Ptfb.com: The Best Search Links
on the Net" (which is why I guessed it might be an instruction to use a

[]
Very sorry - should have been http://ptfbpro.com/


Apologies - I over-reacted, thinking you were one of those people whose
response to almost any question is to tell the poster to use google
(without knowing whether the questioner already had or not) - which you
aren't.
--
J. P. Gilliver. UMRA: 1960/1985 MB++G()AL-IS-Ch++(p)Ar@T+H+Sh0!:`)DNAf

Intelligence isn't complete without the full picture and the full picture is
all about doubt. Otherwise, you go the way of George Bush. - baroness Eliza
Manningham-Buller (former head of MI5), Radio Times 3-9 September 2011.
  #11  
Old May 4th 15, 11:22 AM posted to alt.windows7.general
emf
external usenet poster
 
Posts: 20
Default Taskbar properties script

On 2015-05-03 05:54, emf wrote:
On 2015-05-02 15:52, Stormin' Norman wrote:
On Sat, 02 May 2015 19:21:29 +0000, Stormin' Norman

wrote:

On Fri, 01 May 2015 08:07:53 -0400, emf wrote:

I need a script to perform the following functions:

Open taskbar properties
Check Auto-hide the toolbar
Click Apply
Uncheck Auto-hide the toolbar (to return to previous condition)
Click OK (to close the properties)

I want to have on my desktop a shortcut to the script file so I can
easily perform these actions.

The reason for this that I have the taskbar on the top of the screen,
and when by mistake I open the magnifier, all the maximized windows
extend to the top of the screen under the taskbar, until I perform
these
actions or restart windows.



How about this little gem?

http://www.itsamples.com/taskbar-hider.html


And or this one:

http://www.aviassin.com/taskbareliminator


It seems you have to approve it to run each time you start it. However,
it does not need installation and I like that. I'll give it a try before
looking for a macro recorder. The Taskbar Hider brings on a dialog with
unrelated tasks that I do not need.


And you have to approve it if you set it to start with Windows. No good,

--
Google's top Spherical Triangle Calculator search result!
https://files.nyu.edu/emf202/public/js/spherical.html
  #12  
Old May 5th 15, 12:43 PM posted to alt.windows7.general
Zaidy036[_5_]
external usenet poster
 
Posts: 427
Default Taskbar properties script

emf wrote:
On 2015-05-02 15:13, Zaidy036 wrote:
"J. P. Gilliver (John)" wrote:
In message ,
Zaidy036 writes:
emf wrote:
I need a script to perform the following functions:
[snipped]


Very sorry - should have been http://ptfbpro.com/


I downloaded it, it is interesting but I can't see how it can help me in what I asked.

emf


If you can do what you want manually then you can make a task in PTFBpro to
do the same job and then run the task from an icon or batch.

I am traveling using an iPad so cannot be more specific than that. I have
used PTFB for years with good results and their support is very helpful.

There are other similar programs that can do the same but which may be
harder to design the task.

--
Zaidy036
 




Thread Tools
Display Modes 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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off






All times are GMT +1. The time now is 06:59 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.