WinChanger
Friday, 16. March 2007, 15:59:30
-Move, Resize, Close, Kill Windows using - PID or ClassName or Window Title or the Active Window
-Get Info of any window - Process Name, Title, Process ID, Max-Min state, Position, Size and Unique ID
-Select a menu like File>Open in notepad or File>New>XX (any menu).
-Hide, Show, Disable, Enable, Minimize, Maximize and restore windows.
-Set any window On Top (always on top).
-Set Windows Transparency (on Win2k and XP only)
-Change title of window, Send Keyboard keys to windows (e.g. [Right click>New >Folder] to explorer)
-Hide, Show or Toggle titlebar of any window.
-Change the state of CapsLock,NumLock and Scroll lock keys.
-Open the normal Change Icon,Select Font or Select color Dialog
WinChanger
- Move, Resize, Close, Kill Windows using - PID or ClassName or Window Title or the Active Window
- Get Info of any window - Process Name, Title, Process ID, Max-Min state, Position, Size and Unique ID
- Select a menu like File>Open in notepad or File>New>XX (any menu).
- Hide, Show, Disable, Enable, Minimize, Maximize and restore windows.
- Set any window On Top (always on top).
- Set Windows Transparency (on Win2k and XP only)
- Change title of window, Send Keyboard keys to windows (e.g. [Right click>New >Folder] to explorer)
- Hide, Show or Toggle titlebar of any window.
- Change the state of CapsLock,NumLock and Scroll lock keys.
- Open the normal Change Icon,Select Font or Select color Dialog
Syntax -
Move Window-
Window-Move:window,X,Y
e.g.- WinChanger.exe Window-Move:Notepad,25,24
Resize Window-
Window-Size:window,Width,Height
e.g.- WinChanger.exe Window-Size:- Opera,800,600
Close Window-
Window-Close:window
e.g.- WinChanger.exe Window-Close:Notepad
Kill Window-
Window-Kill:window
e.g.- WinChanger.exe Window-Kill:Notepad
Get Window Info (use StdOut)-
Window-Info:window
Window-InfoEx:window
e.g.- WinChanger.exe Window-Info:Opera
e.g.- WinChanger.exe Window-InfoEx:Opera
Select a Menu-
Window-Menu:window,Menu,SubMenu etc. etc.
e.g.- WinChanger.exe Window-Menu:Notepad,File,New
doesn't work on some windows
Minmize, Maximize or Restore a window-
Window-Min:window
Window-Max:window
Window-Restore:window
e.g.- WinChanger.exe Window-Max:Notepad
Send keys to window-
Window-SendKeys:window,Keys
e.g.- WinChanger.exe Window-SendKeys:Notepad,Some text
Hide or Show window-
Window-Hide:window
Window-Show:window
e.g.- WinChanger.exe Window-Hide:Opera
Set window to remain on top-
Window-OnTop:window,X
X: 1=On top,0=Not on top,Not Specified:Toggle
e.g.- WinChanger.exe Window-OnTop:Notepad,1
Make window trasparent-
Window-Transparent:window,0-255
e.g.- WinChanger.exe Window-Transparent:Opera,175
Change Window Title-
Window-SetTitle:window,Title
e.g.- WinChanger.exe Window-SetTitle:Notepad,My Editor
Disable or Enable a window/control-
Window-Disable:window
Window-Enable:window
Window-Enable:window##control
e.g.- WinChanger.exe Window-Disable:Notepad
e.g.- WinChanger.exe Window-Disable:Notepad##Edit1
Hide/Show window caption (titlebar)-
Window-Title:window,X
X: 1=Show, 0=Hide,Not Specified:Toggle
e.g.- WinChanger.exe Window-Title:Opera,0
e.g.(this will toggle the titlebar)- WinChanger.exe Window-Title:Notepad
Comman Dialogs:Change Icon,Choose Font,Choose Color(read StdOut to get the choice)-
Dialog-Icon
Dialog-Font
Dialog-Color
e.g.- WinChanger.exe Dialog-Icon
Set state of CapsLock,NumLock and ScrollLock key-
CapsLock:X
NumLock:X
ScrollLock:X
X: 1=On, 0=Off
e.g.- WinChange.exe CapsLock:1
window
Window Can be-
- Title
- #CLASSClassName
- #PIDProcessID
- #active
- #RegExpRegular Expression
Example- all these maximize Opera:
Title Match-
Window-Max:Opera
ClassName Match-
Window-Max:#CLASSOpWindow
Regular Expression Match-
Window-Max:#RegExp.*OpeX?ra









tpr # 13. April 2007, 20:01
shoust # 20. April 2007, 16:04
AyushJ # 20. April 2007, 23:59
AVWinfield # 30. April 2007, 03:32
AyushJ # 30. April 2007, 03:46
For example- if you downloaded the WinChanger.exe to your C:\ drive, then you can run it by going to Start-Run-Type:
c:\WinChanger.exe Window-Disable:#ClassShell_TrayWnd
^^ it will disable your Start-Menu button, to enable-Press WindowsKey+R:
c:\WinChanger.exe Window-Enable:#ClassShell_TrayWnd
ENTER!
AVWinfield # 30. April 2007, 07:10
D555 # 3. May 2007, 21:45
Thanks a lot for powerfull WinChanger !
Whould you integrate a set size of windows border to it. I'd like zero-sized borders. Especially for Opera !!!
Thanks in advance.
D555 # 3. May 2007, 21:51
Thanks.
D555 # 3. May 2007, 21:54
AyushJ # 5. May 2007, 00:12
To hide the titlebar- you can run:
Kite Geek # 26. June 2007, 15:37
Oh, I Spotlighted this. I love ANYTHING to do with making windows better.
epilos # 4. July 2007, 05:29
epilos # 4. July 2007, 05:29
AyushJ # 4. July 2007, 05:47
winchanger.exe path Window-Title:Opera,0
YEARGUY783 # 15. July 2007, 14:54
epilos # 17. July 2007, 12:18
@YEARGUY783 try harder please
AyushJ # 17. July 2007, 13:06
Originally posted by epilos:
Originally posted by epilos:
netstrider # 17. July 2007, 16:11
pfelelep # 22. July 2007, 19:21
thanks so much for sharing
Sk0l # 20. January 2008, 03:56
D555 # 4. April 2008, 03:52
How about option to hide window borders
in this command line:
Hide/Show window caption (titlebar,borders)-
Window-Title:window,X,Y
X: 1=Show titlebar, 0=Hide titlebar,Not Specified:Toggle
Y: 1=Show borders,0=Hide borders, Not Specified:Toggle
You've promised
AyushJ # 8. July 2008, 16:01
Originally posted by Sk0l:
WinChanger just calls the Windows API to hide the taskbar so I can't do much about it
Originally posted by D555:
I'll add that in the next update (in a couple of weeks)! Sorry for the late reply ..
Sk0l # 8. July 2008, 22:25
D555 # 15. July 2008, 15:42
Great news ! Thank you for so powerful futures!
tomstan6 # 10. September 2008, 18:04
Thanks so much for your help re my missing URL window. But how would I respond and thank you more easily from your posted help message ? Thomas
AyushJ # 10. September 2008, 19:25
Originally posted by tomstan6:
You're welcome
Originally posted by tomstan6:
Post back in the forum topic
snf # 17. September 2008, 03:48
Is it working with OperaPortable
If yes.
Who plz
Maybe AyushJ said
Thanks
D555 # 28. November 2008, 01:08
please, it will be so powerful ! (may be for Christmas
-option to hide window borders in this command line:
Hide/Show window caption (titlebar,borders)-
Window-Title:window,X,Y
X: 1=Show titlebar, 0=Hide titlebar,Not Specified:Toggle
Y: 1=Show borders,0=Hide borders, Not Specified:Toggle
and does it will be possible - WinChanger version for Linux ?
It will be really great too, because of high popularity of Linux now...
Engelium # 28. May 2009, 12:23
I've just discovered your great tool
However It seems having some lack... infact it works only with the windows opened at the time you execute it but it doesn't affect any other windows you open after ... an action that who (like me) browses hundred pages have to perform very often...
So... is there any way to keep WinChanger "in background" so it can catch every window that suits with a certain rule? (e.g. Opera)
Tanks a lot
EDIT:
also... I've just noticed that WinChanger interact ONLY with one window of the chosen application (generally the latest active) ... so if you have multiple windows of Opera or even the Explorer with a folder named Opera this tool doesn't properly work
gdveggie # 28. August 2009, 18:21