It is currently Tue Mar 19, 2024 2:52 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 22 posts ] 
Author Message
PostPosted: Wed Dec 28, 2016 9:00 pm 
Offline

Joined: Fri Oct 18, 2013 9:03 pm
Posts: 116
Hello all,

I made a start menu that combines the Windows 98 start menu, and the Windows 10 start menu.
I attached a xml file to load for the menu to work, and a classic icons.zip for the classic icons from Windows 98.

Here's an image:



Credits go to:
R.O.B. - For the base skin
Ivo - For this awesome program
Juniper7 - For his help on this .skin

Update: Bugs are fixed, white no skin menu showing after loading XML file is fixed.
Bugs in this .skin start menu:

@color_custom@ isn't working. I followed the skinning tutorial, and put it into the .skin, but it doesn't work.
No icons in second column is supposed to be unchecked when you first load this skin, but it is checked when you first load the .skin file.
User picture also does this too.

Happy Holidays & a Happy New Year everyone! =)


Attachments:
File comment: Load this for the start menu to work correctly.
Classic 10 Menu Settings.xml [15.88 KiB]
Downloaded 4011 times
Classic-Skin-10.skin [360.85 KiB]
Downloaded 5805 times
File comment: Unzip these icons into a folder named classicicons on your desktop.
classicicons.zip [28.75 KiB]
Downloaded 4027 times


Last edited by redblade8 on Tue Jan 10, 2017 10:22 pm, edited 4 times in total.
Top
 Profile  
Reply with quote  
PostPosted: Thu Dec 29, 2016 12:19 am 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
I don't understand the user image/ no icons bugs. :roll:
Some leftover text is tricking it on?
I think I know about custom color problem. Best to steal some text from a .skin.
if not in the Classic 1/2 options, it won't showup.


OPTION_COLOR COLOR_CUSTOM="Custom color",0,TRUE,#727272

Classic1_options=variations, USER_IMAGE, USER_NAME, CENTER_NAME, SMALL_ICONS, THICK_BORDER, COLOR_CUSTOM
Classic2_options=variations, NO_ICONS, USER_IMAGE, USER_NAME, CENTER_NAME, SMALL_ICONS, THICK_BORDER, COLOR_CUSTOM
AllPrograms_options=THICK_BORDER

[COLOR_CUSTOM]
Main_background=@COLOR_CUSTOM@
Submenu_background=@COLOR_CUSTOM@


User image is really strange.
So to start out fresh, I just replaced USER_IMAGE to HUMPTYDUMPTY in a number of places. :lol:
Reset skin, and picture does not show, unless I check it.

You could replace NO_ICONS with DIRTYDONKEY. It should work, by overriding whatever is causing the problem. :twisted:


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 30, 2016 3:50 pm 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
The system matching magnifier by the search box is neat idea. :)
I think I will try doing same thing, with an XP one for an XP skin, I'm fixing up.


Top
 Profile  
Reply with quote  
PostPosted: Mon Jan 02, 2017 5:45 pm 
Offline

Joined: Fri Oct 18, 2013 9:03 pm
Posts: 116
Hi, custom color is now working, thanks. I replaced user_picture with random1, and no_icons with random2. The options are now unchecked when you reset the skin, however, they don't work now.

Is it possible to add transparency on this skin without adding bitmaps? To still have color_custom but with a transparency level option?

The system matching magnifier was actually R.O.B.'s idea. I also like this idea. I read that there were troubles with the magnifying search icon on high dpi for the xp skin. That xp skin is pretty nice though.

Thanks for your help. I've uploaded a new .skin file to this post.


Attachments:
Classic-Skin-10rev2.skin [451.85 KiB]
Downloaded 3033 times
Top
 Profile  
Reply with quote  
PostPosted: Tue Jan 03, 2017 2:00 am 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
I believe there needs to be a bitmap to have transparency. You could add extra real bitmap pixels on the right side of caption bitmap.

Looking at what the wizard R.O.B has done. The bitmap is 21 pixels wide, with slicing X=21,1,1,0,1,0
That means if you make a bigger bitmap 24 pixels wide, those extra three pixels can be made around 190/255 alpha and black rgb.
You would also need to make a mask to have the color on the 3pixel sliver running along side of caption picture.

It does start to get complicated. Opacity text needs to be added. Selectors have to be real 32 bit bitmaps,
or they will show right through menu to desktop behind. It would be a good idea to look at other skins to see what they did,
and copy over the bitmaps and text.

I didn't notice there were xp magnifiers in the skin. Hmm..Ok, I went for the lighter bigger ones, R.O.B went for the darker edge ones.

All this talk has got me interested again in Win 10 fake menus. :)
I'm going to try out myself. I know can't have live, can't move them, can't this, can't that, but hey'
we each come up with different looks and ways. I have to try icon frames as buttons, making them bigger.
Forgot about the text, shoot. Ok, I'll try icons frames with emblem text. Oh boy, this is going to be complicated.
Give one or two weeks to explore all possibilities


Top
 Profile  
Reply with quote  
PostPosted: Tue Jan 03, 2017 7:19 pm 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
OK, I see where I misled you. Sorry about that.

Should look like this partial sample:


[RANDOM1]
; User_image_size - the size of the user image to use. Default is 0, which means the user image is not displayed
; The size must be compatible with the size of the frame bitmap User_bitmap. The value is usually 48
User_image_size=48

; User_frame_position - horizontal and vertical position of the user image frame in the main menu.
; Positive numbers mean offset from the left and the top. Negative numbers mean offset from the bottom and the right
; The horizontal position can also be "center", "center1" and "center2" to center the image relative to the whole menu or to the first or second column
User_frame_position=-10,6

[RANDOM1 AND SMALL_ICONS]
User_image_size=32





Not this:--------------


[RANDOM1]
; RANDOM1_size - the size of the user image to use. Default is 0, which means the user image is not displayed
; The size must be compatible with the size of the frame bitmap User_bitmap. The value is usually 48
RANDOM1_size=48

; User_frame_position - horizontal and vertical position of the user image frame in the main menu.
; Positive numbers mean offset from the left and the top. Negative numbers mean offset from the bottom and the right
; The horizontal position can also be "center", "center1" and "center2" to center the image relative to the whole menu or to the first or second column
User_frame_position=-10,6

[RANDOM1 AND SMALL_ICONS]
RANDOM1_size=32



The options group section looks ok. Do have to have it there for sure. :)
Looking further on down.
Don't change everything, just the header title part, I think it's called that, within those special brackets [ ].
There are lots to change.

Probably have to make updated xml file that has those new option names,
so program doesn't try to execute with wrong head on it's shoulders.


I did see some leftover text "00%" in some of the variations. Maybe that or other text is screwing things up?

Also that " [ " is missing at start of the below line. It will not interpret correctly. Happens a lot with my wandering mouse.

RANDOM1 AND NOT FLAT_BORDER AND NOT TWO_COLUMNS]
User_frame_position=10,6

Good luck :)


Top
 Profile  
Reply with quote  
PostPosted: Mon Jan 09, 2017 10:20 pm 
Offline

Joined: Fri Oct 18, 2013 9:03 pm
Posts: 116
Hi, I've now changed only the headers like you said. It seems that the options are checked on when you reset the skin still. However, the options don't work now. User picture adds a space for the user picture, but no actual user picture. I think rev2 the options are not checked, but dont work. I've attached the .skin.

I tried adding the missing [ bracket only to the start menu .skin, but options remain checked on.

This bug of having options checked on is present in R.O.B.'s original classic captions .skin.


I think that there was windows xp magnifiers for the search in this .skin, but I meant your high DPI xp skin that you made. It's pretty nice too.


I do like fake windows 10 start menus. I hope you good luck making one, if you do.

Thanks for your help so far, its much appreciated =)


Attachments:
Classic-Skin-10rev3.skin [451.85 KiB]
Downloaded 2817 times
Top
 Profile  
Reply with quote  
PostPosted: Tue Jan 10, 2017 4:03 am 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
Please test the modded skin.

I changed USER_IMAGE to USER_PICTURE and NO_ICONS to NOICONS in hopefully all the right places.


Seems to work for me. I think some settings for the emblem require adjusting if picture and name shown.
Tiles get in the way.

If I try the xml file, CSM switches to no white skin. I Think you need to set it all up again and save a new xml.

I cleaned up the noisy tiles. :P

About my 10 skin. One step forward, two steps back. Slowly getting there.
My skin is going to still take one or two weeks more to figure out everything.


Attachments:
Classic-SkinMOD10rev3.skin [360.85 KiB]
Downloaded 2898 times
Top
 Profile  
Reply with quote  
PostPosted: Tue Jan 10, 2017 10:18 pm 
Offline

Joined: Fri Oct 18, 2013 9:03 pm
Posts: 116
Hi, I loaded the new .skin, and it works pretty good. Everything seems ok. The tiles look a lot better now too, thanks.

I've attached a new .XML file to this post for the mod skin, and I renamed your mod skin & put a new XML file to my first post.

It turns out that the XML file wasn't working anyways & loading the white no skin menu because of one line in the XML file. I had <SkinC2 value="Classic-Skin-10rev7"/> instead of just 'classic-skin-10'.

Here's a picture of the start menu with the user picture, and username set up. It seems to display correctly. Only the 'no-icons' in the second column the user picture & username is overlayed on top of the emblems, which isn't good.



Slow but steady for the windows 10 menu you're working on then.
Cheers! =)


Attachments:
Classic 10 Menu Settings MOD.xml [15.89 KiB]
Downloaded 2654 times
Top
 Profile  
Reply with quote  
PostPosted: Tue Jan 10, 2017 11:34 pm 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
Looks good.

Well, you just mentioned the options that affect it.
Just make a new option header like below with emblem different numbers, that you set for proper height.

[(USER_PICTURE OR USER_NAME) AND NOICONS AND TWO_COLUMNS]
Main_emblem1=53
Main_emblem1_padding=12,10,7,220
Main_emblem1_alignH=right
Main_emblem1_alignV=bottom
Main_emblem2=54
Main_emblem2_padding=12,10,7,116
Main_emblem2_alignH=right
Main_emblem2_alignV=bottom
Main_emblem3=55
Main_emblem3_padding=12,10,7,12
Main_emblem3_alignH=right
Main_emblem3_alignV=bottom



On mine, the menu images start to add up.
To get transparent, opaque, trans with user picture, opaque with user picture,
and HiDPI versions of same types, equals 8 bitmaps (really png to reduce size).
I'm going to modify two of my failed attempts, and use those as well.
Going to be 80% tile size, 40% tile size, and no tiles.
Lets see that's going to be minimum 17 menu images to make!
The other to do part is all math measurements to align all the fake text,
and selector tile links to look and work seamlessly.

Yep, taking it a bit at a time. :)


Top
 Profile  
Reply with quote  
PostPosted: Wed Jan 11, 2017 2:39 pm 
Offline

Joined: Fri Oct 18, 2013 9:03 pm
Posts: 116
Thanks. I was starting to wonder if I could do [noicons and not main_emblem1]
I'll try out those new settings for noicons, and see how it goes.

That sounds like a lot of work to do. :P
You can have up to 10 emblems, so some of them will be bitmap png's?
The using old start menu skins sounds like a good idea also the options for the tiles is a good idea too.


Top
 Profile  
Reply with quote  
PostPosted: Wed Jan 11, 2017 3:48 pm 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
I don't think there can be a color mask for emblems, where the emblem changes color.
Emblems are made to not stretch.

The tiles are integrated into the main menu bitmap, using Ivo's tint feature.
Then the Metro colors will change the tile color as well. My menu is only going to work on Win 10.
I will have to explore if it works at all, on Win 8 later. Metro colors are not the same on 8.
The second column entries are set to buttons in Customize tab.
Selectors and text are made to fit exactly in the right places.
I'm using the fake text as an emblem.

Not too sure what the last sentence means. If it's the no tiles option, it will still be button view,
showing only the icons, and fake text.
If it's about incorporating linked tiles into your Win98 skin for next revision, go for it.
Just not sure if double width tiles can work though.


Here is a picture of a couple parts.
It looks like someone opened the window, with text floating in the night air.
Hurry up, and close the window, the text are getting in.
One more.
I don't do windows, I only do tiles. :)
They are burnt in, or embedded into bitmap.




That's a thought. A simpler glass color version could be made to work on Win 7.
Will leave for others, maybe you. :)


Attachments:
Junies version parts.png
Junies version parts.png [ 20.61 KiB | Viewed 104139 times ]
Top
 Profile  
Reply with quote  
PostPosted: Wed Jan 11, 2017 5:42 pm 
Offline

Joined: Fri Oct 18, 2013 9:03 pm
Posts: 116
So emblems are pictures that can't have a mask, or stretch.
The tint feature, the tiles changing color and having them integrated into the start menu sounds cool.
I'm not sure why Microsoft decided to have different metro colors for windows 8, and windows 10. If your skin can work on windows 7 too that'd be awesome.

I meant the options for the tiles, like 80%, 40% , and no tiles. I didn't mean links, but I'm also not sure how to do them.

Sounds good so far, the picture helps see what you want to do with it.

Update, I made the start menu work with small icons, and with no icons. Though I'm not sure why the emblems don't move for two columns [small icons and noicons]
I have the new start menu attached with a XML file too.


Attachments:
Classic 10 Menu Settings - MOD2.xml [15.89 KiB]
Downloaded 2656 times
Classic-SkinMOD10rev4.skin [363.44 KiB]
Downloaded 2818 times
Top
 Profile  
Reply with quote  
PostPosted: Thu Jan 12, 2017 1:12 pm 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
I'm not too swift with logic.
All I know is some headers can work without the TWO_COLUMNS added, and some don't.
If a header is put somewhere higher, it might get overridden with a similar header further below.
I even encountered a non functioning header, because I combined two options, that did not have the separate option header above.

Ivo made a feature where there can be no icons in first column, and icons in second column, or vice versa.
Maybe that could screw it up?

But normally, NOICONS (NO_ICONS in other skins) is really only for second column, so as long as you made a header that has everything
included like [(USER_NAME OR USER_PICTURE) AND NOICONS AND SMALL_ICONS AND TWO_COLUMNS]
it should work. Oh, and have it at the very bottom too.
If it does not work, I can look at skin tomorrow and try different ways.


Top
 Profile  
Reply with quote  
PostPosted: Fri Jan 13, 2017 5:19 pm 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
I tried what I said.
It worked at first, but if I added 25 recent programs, it got in way again.:(
What I did was, change the text "bottom" to "top".
So when there are lots of entries in first column, the emblems stay rigid at top, with space below instead.
You could keep adding more emblems, to fill the blank space, so it looks like real Win 10.
Or you could add something else like um, oh never mind. Don't want to hear more commandments. :lol:
I see there are two emblems in skin not used.


[(USER_NAME OR USER_PICTURE) AND NOICONS AND SMALL_ICONS AND TWO_COLUMNS]
Main_emblem1=53
Main_emblem1_padding=12,41,7,12
Main_emblem1_alignH=right
Main_emblem1_alignV=top
Main_emblem2=55
Main_emblem2_padding=12,160,7,0
Main_emblem2_alignH=right
Main_emblem2_alignV=top
Main_emblem3=54
Main_emblem3_padding=12,264,7,0
Main_emblem3_alignH=right
Main_emblem3_alignV=top


Attachments:
Emblem  fix.png
Emblem fix.png [ 79.38 KiB | Viewed 104042 times ]
Top
 Profile  
Reply with quote  
PostPosted: Fri Jan 13, 2017 8:04 pm 
Offline

Joined: Fri Oct 18, 2013 9:03 pm
Posts: 116
Hi, I tried doing [NOICONS AND SMALL_ICONS AND (USER_PICTURE OR USER_NAME)]
User_frame_position=10,6
User_name_position=10,10,-54,40
And then the text for the emblems. I don't have to specify the user_frame and user_name then?

The adding more emblems to new space with lots of recent programs sounds good. I'm not sure how to make classic shell add more emblems if there is more space. Like 10 recent programs = 4 emblems, 20 recent programs = 5 emblems.

I did have the emblems aligned by the top, but I didn't want them to move when more recent programs got added, so I made it aligned to the bottom.

How do I make the space that has 'programs, documents, settings, find, help, and run' to stay at the bottom? It looks like it is pushed up to the top with many recent programs, leaving a big space between 'run' and 'logoff'.

Lol at the commandments. I had forgotten about that. xD


Attachments:
Classic-SkinMOD10rev5.skin [363.94 KiB]
Downloaded 2935 times
Top
 Profile  
Reply with quote  
PostPosted: Sun Jan 15, 2017 10:21 am 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
I was away for a few days, I have to make it up with lots of text, with bad spelling, and grammer included.

Hi redblade8.
I don't think the user picture info needs to be added again, unless it is different.
Hmm. Guess there is something different.
The User_frame_position is missing the "-", so it puts the picture on left side.
Yes that could work too.
Would have to increase top padding on left column of Classic 2 style, and bring the name over too.
Unless it was a mistake?

I made a big booboo on my skin. A couple days ago, I started to play around with your skin.
I was tired, day dreaming, on autopilot mode. When I saved mod of your skin, I wasn't looking where it saved it.
It overwrote my skin, coz program remembered the path from before. I was so lucky. I had made a backup an hour before.
It's very dangerous switching back and forth between different modded skins.

Back to your skin. If you still want the user picture on right, with extended emblems,
anything larger than menu will be cut off like Win 10 real menu.
You could always add an emblem mask for the emblems so emblems get cut a small distance before taskbar, like a border.
This emblem mask can control where the emblems show, or not show.
I'm not talking about an emblem mask on top of the emblem to control color on the emblem, because there is no such thing.

Speaking of emblems, if you go that way with emblems as tall as monitor height, and don't mind the look of them cut off,
why not just use one giant emblem?

Moving the " COLUMN PADDING " in the Customize tab, can push the space around the entries.

Everyone uses different amounts of jumplists, and recent programs. For me 5 or less is good enough.
Could always preset amounts for xml file.

As for my skin, I kind of lost interest. Got bogged down by the enormousity of it.
I don't think that's a word, but for sure, my skin is becoming enormously complex.
When I went on Win8.1, it's crazy. My skin has metro colors. On Win8.1 the desktop uses aero glass colors, not metro.
Metro colors work from the start screen, and there are no accent metro colors, because Win 10 invented after.
So to get a metro color, have to switch to start screen, adjust color, switch back to desktop.
As far as I know, auto color desktop picture, does not work on the metro colors,
so I think I will have to make a simple glass color option just for Win 8.1.
Too much, that's why I'm taking it easy, doing other activities.

If I ever finish mine, maybe you could help me towards the end?
A number of the links I have as buttons, were made from shortcuts that I made and stored in my computer.
If I upload skin for other people, the links are not going to work.

I'm not computer savvy, but I think you might be, because you were on the forum from years ago.
Commands and executable strings mean nothing to me, Ivo has put lots of commands, and links in the Customze section.
I can't find all the ones I want to directly work, that apply the icon as well.
I checked Winaero, Rainmeter site, other forums, for direct commands/links, can't seem to figure it out.

Would you happen to know direct links for all these? :| :

Internet Explorer

Default programs

Devices and Printers

Programs and Features found it

Disk Cleanup Thanks :)

Defender


Last edited by juniper7 on Tue Jan 17, 2017 1:02 am, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Sun Jan 15, 2017 6:16 pm 
Offline

Joined: Fri Oct 18, 2013 9:03 pm
Posts: 116
I'm not sure what happened to my post. It seems like it was cut off. Maybe hacked, not sure.

So I have to add more padding to main2? Ok, I'll try that.

Yes, its lucky to have a backup. I did that before I think too. I also had made a backup.

What do you mean by it will be cutoff like the real windows 10 menu? I'm not sure what you mean.

An emblem mask? I'm not sure how to use it. x3

One giant emblem could work, but I guess I'm lazy lol , and the current emblems seem to work.

Yes, I could preset the amount of recent programs.

Idk, I think that's a word x3. It sounds like a lot of work.
Ah, so that's why metro colors are different between windows 8 & windows 10. Doing other things in the meantime sounds good. I made a start menu in the meantime of a html project I had.

I could help, but I'm not as good as you are with .skin making. x3

Thanks for complementing me saying I'm computer savvy. ^-^
I'm so so I'd say.

I could try to find the direct links for those, yes. I'll take a look a bit later for you.

Here is disk tidy: c:\windows\system32\cleanmgr.exe

I looked in c:/windows/system32, but I didn't find any others.
I searched for ie.exe in c:/windows, and found ieexplore.exe in c:\windows\winsxs\wow64(very long file name here)

Internet explorer is also in c:\program files\internet explorer\iexplore.exe

Will look again tomorrow for more.


Top
 Profile  
Reply with quote  
PostPosted: Tue Jan 17, 2017 12:59 am 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
Hi redblade8

Don't bother looking for anymore links. Thank you.
I will use those as well as what I found on internet.
I found someone asking similar link questions on old Classic Shell forum.

The answer is to go to Microsoft and get control panel items, canonical names:

https://msdn.microsoft.com/en-us/librar ... 41(v=vs.85).aspx

like this:

Devices and Printers shell:::{A8A91A66-3A7D-4424-8D24-04E180695C7A}

I found out there is a special folder in the registry, that also has those types of links.



I'm not on Win 10 right now to make a screen shot of how the tiles disappear at bottom of real menu, when its scrollbar is moved.

Only you know what you want on the skin, regarding the amount of padding.


I just finished making a glass color option if skin used on Win 8.
It looks so different switching back and forth between start screen colors and glass colors.
The glass colors all look more grey looking. The menu looks so dull and boring.
I think it's due to the default saturation level in Windows personalization control.
One background picture with auto color turned on, makes the tiles on my menu practically white.
Can't even read the fake text on it. Dang it. If I boost the color slider the white goes away.
I made a mistake in not making tiles original size. Looks so dinky. Too late now,
I'm not going back to rework them. I think I'm going to try and finish mine by the weekend, or trash it,
and work on house renovating instead. :)


Top
 Profile  
Reply with quote  
PostPosted: Tue Jan 17, 2017 8:44 pm 
Offline

Joined: Fri Oct 18, 2013 9:03 pm
Posts: 116
No problem.I do remember an administrative folder that if you named a new folder with a certain name, you would get the administrative folder.

Oh. I think I got you now. The tiles disappear when you scroll.

Only a bit of padding on the top. I'll have to try and see.

I didn't know that the glass colors seem more grey. Hmm. I didn't even know that there was so much of a difference between the colors.

House renovating is lots of work.


Top
 Profile  
Reply with quote  
PostPosted: Tue Jan 17, 2017 9:35 pm 
Offline
User avatar

Joined: Thu Jun 13, 2013 12:07 pm
Posts: 1208
The location I was mentioning using regedit is one of the many parent folders in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions.

I see that the link to Ms expired or did not take capture properly in forum.

The way I see about glass color is, white is included, Win10/8 don't use white in startscreen/startmenu color tables.
One of the pictures explains one of the types of padding, I was talking about earlier.

The other picture I made, then noticed your reply. Uploaded anyway.
You know when all the flashing, rotating live colored tiles are removed,
it looks as boring as the menu I'm making. :lol:
I'll have to spice it up with sriracha.


Attachments:
Customize padding.png
Customize padding.png [ 4.17 KiB | Viewed 103872 times ]
tiles hide behind taskbar.png
tiles hide behind taskbar.png [ 33.15 KiB | Viewed 103872 times ]
Top
 Profile  
Reply with quote  
PostPosted: Thu Jan 26, 2017 3:30 pm 
Offline

Joined: Fri Oct 18, 2013 9:03 pm
Posts: 116
I saw a picture of someone using a white background start screen for windows 8. I'm not sure where I can find it now though. Yes, I'd agree with the tiles removed it would seem more boring. xD


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

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 32 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
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group, Almsamim WYSIWYG Classic Shell © 2010-2016, Ivo Beltchev.
All right reserved.