BetaArchive Logo
Total Current Archive Size: 4765.54GB in 15409 files
Navigation Home Screenshots Image Uploader Server Info FTP Servers Wiki Forum RSS Feed Rules Please Donate
UP: 8d, 5h, 3m | CPU: 23% | MEM: 5410MB of 12279MB used
{The community for beta collectors}

Post new topic Reply to topic  [ 17 posts ] 
Author Message
 PostPost subject: [Win8RTM] Disable window colors but keep taskbar color        Posted: Tue Aug 07, 2012 3:37 pm 
Guru Beta Collector
Guru Beta Collector
Offline

Joined
Tue Aug 05, 2008 8:45 pm

Posts
658

Location
Two lefts and a diagonal sidestep from where you are.

Favourite OS
Windows 8 Release Preview 8400
Hello, I discovered a way to remove the window frame colors but keep the taskbar color.

‎1. Set your desired window and taskbar color.
2. Run this batch file (as Administrator): http://www.mediafire.com/?wfh812pt1hh3sgk
3. Enjoy no colored windows!

Run this batch file as Administrator to disable the above tweak: http://www.mediafire.com/?asldr62mp7o5974

Screenshots:

Colorization enabled:
Image

Colorization disabled:
Image


Last edited by DBlake on Tue Aug 07, 2012 3:49 pm, edited 3 times in total.

Top  Profile  YIM
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Tue Aug 07, 2012 3:42 pm 
Amateur Beta Collector
Amateur Beta Collector
User avatar
Offline

Joined
Fri Jul 22, 2011 9:32 pm

Posts
270

Location
Lahore,Pakistan

Favourite OS
Windows 7 Ultimate SP1 x64
screenshots please...

_________________
Image

Never have I felt so close to another soul and yet so helplessly alone
As when I Google an error and there's one result
A thread by someone with the same problem and no answer
Last posted to in 2003...

Image


Top  Profile  WWW
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Tue Aug 07, 2012 3:47 pm 
Amateur Beta Collector
Amateur Beta Collector
Offline

Joined
Thu Aug 02, 2012 12:06 am

Posts
104

Location
Canterlot, Equestria

Favourite OS
9200
Is there a way to renable the colorization after this is applied?


Top  Profile
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Tue Aug 07, 2012 3:50 pm 
Guru Beta Collector
Guru Beta Collector
Offline

Joined
Tue Aug 05, 2008 8:45 pm

Posts
658

Location
Two lefts and a diagonal sidestep from where you are.

Favourite OS
Windows 8 Release Preview 8400
Night Streak wrote:
Is there a way to renable the colorization after this is applied?

Added revert batch to OP.


Top  Profile  YIM
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Tue Aug 07, 2012 3:53 pm 
Amateur Beta Collector
Amateur Beta Collector
Offline

Joined
Thu Aug 02, 2012 12:06 am

Posts
104

Location
Canterlot, Equestria

Favourite OS
9200
DBlake wrote:
Night Streak wrote:
Is there a way to renable the colorization after this is applied?

Added revert batch to OP.

You added it, Thanks
Offtopic Comment
Nice wallpaper, Man Luna FTW!! :mrgreen:


Top  Profile
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Tue Aug 07, 2012 4:06 pm 
Guru Beta Collector
Guru Beta Collector
Offline

Joined
Wed Apr 27, 2011 11:21 am

Posts
612

Location
Home Sweet Home

Favourite OS
9200
Man I needed this!! :D
EDIT: Just discovered this works even with Auto colorization.. ;)

_________________
Goodbye.

Last edited by prayaas1998 on Sun Jun 31, 2012 13:65 am, edited ∞ times in total.


Top  Profile
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Tue Aug 07, 2012 4:10 pm 
Pro Beta Collector
Pro Beta Collector
User avatar
Offline

Joined
Sun Jun 24, 2012 2:35 pm

Posts
334

Location
Hong Kong

Favourite OS
Ubuntu 12.10 Alpha 2
Hey, any source code?

_________________
Windows ME: Crap! Windows XP: Awesome! Windows Vista: Crap! Windows 7: Awesome! Windows 8: (Crap!) (c) 2012 smartboyhw
My Blog
Windows ISO's Forum Administrator


Top  Profile
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Tue Aug 07, 2012 4:13 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Sat Aug 22, 2009 4:28 pm

Posts
4137

Favourite OS
Mountain Lion, 6730, 8400
smartboyhw wrote:
Hey, any source code?


Yes, just right-click, Edit. *hehe*

_________________
Longhorn Packet 1.21 - Solves most of the problems with Longhorn Setup


Top  Profile  YIM
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Tue Aug 07, 2012 4:19 pm 
Amateur Beta Collector
Amateur Beta Collector
User avatar
Offline

Joined
Fri Jul 22, 2011 9:32 pm

Posts
270

Location
Lahore,Pakistan

Favourite OS
Windows 7 Ultimate SP1 x64
Very cool. Try getting Aero glass transparency from the RC ported to RTM. That would be awesome !

_________________
Image

Never have I felt so close to another soul and yet so helplessly alone
As when I Google an error and there's one result
A thread by someone with the same problem and no answer
Last posted to in 2003...

Image


Top  Profile  WWW
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Tue Aug 07, 2012 4:19 pm 
Guru Beta Collector
Guru Beta Collector
Offline

Joined
Wed Apr 27, 2011 11:21 am

Posts
612

Location
Home Sweet Home

Favourite OS
9200
smartboyhw just got Pwned (pun intended).. :D *hehe*

_________________
Goodbye.

Last edited by prayaas1998 on Sun Jun 31, 2012 13:65 am, edited ∞ times in total.


Top  Profile
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Wed Aug 08, 2012 2:09 am 
Amateur Beta Collector
Amateur Beta Collector
User avatar
Offline

Joined
Tue Jul 24, 2012 1:39 am

Posts
153

Location
America

Favourite OS
Windows 8 build 9200
Very nice, but I suggest to make it better:
- Make one batch file for switching it on and off
- Don't delete the keys, just switch them on and off.
Here's the code I came up with:
Code:
@ECHO off
cls
:start
ECHO.
set /p choice=Switch Windows Colorization (Off=1, On=2)
if not'%choice%'=='' set choice=%choice:~0,1%
if '%choice%'=='1' goto 1
if '%choice%'=='2' goto 2
ECHO "%choice%" is not a valid option.  Select "1" or "2".
ECHO.
goto start
:1
reg add HKCU\Software\Microsoft\Windows\DWM /v EnableWindowColorization /t REG_DWORD /d 0 /f
tskill dwm
:2
reg add HKCU\Software\Microsoft\Windows\DWM /v EnableWindowColorization /t REG_DWORD /d 1 /f
tskill dwm

_________________
HP Pavilion dv6 15"
Intel Core i3 CPU, 2.3 GHz
4GB RAM
500 GB HDD
Windows 7 Home Premium 64-bit, Windows 8 Enterprise 64-bit, Windows Blue 32-bit
Firefox Beta (20.0)


Top  Profile
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Sat Aug 11, 2012 4:12 am 
Guru Beta Collector
Guru Beta Collector
Offline

Joined
Tue Aug 05, 2008 8:45 pm

Posts
658

Location
Two lefts and a diagonal sidestep from where you are.

Favourite OS
Windows 8 Release Preview 8400
eXcite wrote:
Very nice, but I suggest to make it better:
- Make one batch file for switching it on and off
- Don't delete the keys, just switch them on and off.
Here's the code I came up with:
Code:
@ECHO off
cls
:start
ECHO.
set /p choice=Switch Windows Colorization (Off=1, On=2)
if not'%choice%'=='' set choice=%choice:~0,1%
if '%choice%'=='1' goto 1
if '%choice%'=='2' goto 2
ECHO "%choice%" is not a valid option.  Select "1" or "2".
ECHO.
goto start
:1
reg add HKCU\Software\Microsoft\Windows\DWM /v EnableWindowColorization /t REG_DWORD /d 0 /f
tskill dwm
:2
reg add HKCU\Software\Microsoft\Windows\DWM /v EnableWindowColorization /t REG_DWORD /d 1 /f
tskill dwm

Your method is very broken. First of all, it is required to delete the key. Second of all, it needs to be 2 separate batch files to work properly.


Top  Profile  YIM
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Sat Aug 11, 2012 10:55 pm 
Amateur Beta Collector
Amateur Beta Collector
User avatar
Offline

Joined
Tue Jul 24, 2012 1:39 am

Posts
153

Location
America

Favourite OS
Windows 8 build 9200
DBlake wrote:
eXcite wrote:
Very nice, but I suggest to make it better:
- Make one batch file for switching it on and off
- Don't delete the keys, just switch them on and off.
Here's the code I came up with:
Code:
@ECHO off
cls
:start
ECHO.
set /p choice=Switch Windows Colorization (Off=1, On=2)
if not'%choice%'=='' set choice=%choice:~0,1%
if '%choice%'=='1' goto 1
if '%choice%'=='2' goto 2
ECHO "%choice%" is not a valid option.  Select "1" or "2".
ECHO.
goto start
:1
reg add HKCU\Software\Microsoft\Windows\DWM /v EnableWindowColorization /t REG_DWORD /d 0 /f
tskill dwm
:2
reg add HKCU\Software\Microsoft\Windows\DWM /v EnableWindowColorization /t REG_DWORD /d 1 /f
tskill dwm

Your method is very broken. First of all, it is required to delete the key. Second of all, it needs to be 2 separate batch files to work properly.

Oh, I actually just tried it, and you're right. But why is it required to delete the key, and why does it have to be two seperate batch files?

_________________
HP Pavilion dv6 15"
Intel Core i3 CPU, 2.3 GHz
4GB RAM
500 GB HDD
Windows 7 Home Premium 64-bit, Windows 8 Enterprise 64-bit, Windows Blue 32-bit
Firefox Beta (20.0)


Top  Profile
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Sat Aug 11, 2012 11:11 pm 
Guru Beta Collector
Guru Beta Collector
Offline

Joined
Tue Aug 05, 2008 8:45 pm

Posts
658

Location
Two lefts and a diagonal sidestep from where you are.

Favourite OS
Windows 8 Release Preview 8400
1) Setting the key to 0 doesn't always work. I've tested this on my 2 installs.

2) It's more simple to have 2 batch files than have 1 where you have to enter 1 or 2. To put it more simple, it saves a step.

On second thought I just might make a couple of quick AutoIt program that do these tasks. This way, I can set them to run as Admin automatically instead of right-click > Run as Admin.


Top  Profile  YIM
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Sun Aug 12, 2012 8:04 pm 
Amateur Beta Collector
Amateur Beta Collector
User avatar
Offline

Joined
Wed Jan 06, 2010 12:40 pm

Posts
134

Location
Germany
I just made a small GUI version, nothing fancy. It does basicially the same as DBlake's batches, so credits go to him.

Image

Download: http://www.mediafire.com/download.php?u1zqkdtyoji5pf8


Top  Profile
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Sun Aug 12, 2012 8:07 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Sat Aug 22, 2009 4:28 pm

Posts
4137

Favourite OS
Mountain Lion, 6730, 8400
Hb860 has released a similar app:

_________________
Longhorn Packet 1.21 - Solves most of the problems with Longhorn Setup


Top  Profile  YIM
 PostPost subject: Re: [Win8RTM] Disable window colors but keep taskbar color        Posted: Sun Aug 12, 2012 8:42 pm 
Amateur Beta Collector
Amateur Beta Collector
User avatar
Offline

Joined
Wed Jan 06, 2010 12:40 pm

Posts
134

Location
Germany
Probably should have checked that before, I still like my version better though.


Top  Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ] 




Who is online

Users browsing this forum: Wheatley and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.

Powered by phpBB® Forum Software © phpBB Group

Copyright © 2006-2013

 

Sitemap | XML | RSS