Recommended Posts

There will now be 3 packs coming out,

Windows 2000

shell32.dll

explorer.exe

vista explorer.exe

vista ieeplore.exe (vista*.exe's are the programs with transparent windows borders)

...more when completed

Windows XP

same as 2k plus

control panel outlets

bootscreen and logon dll's

Windows Media Player Skin

Windamp Skin

fonttext.dll

lots of other system files

Windows xp with Office 2003

same as XP plus

WINWORD.EXE

EXEL.EXE

POWERPOINT.EXE

OUTLOOK.EXE

If anyone has any other files that they want in the pack please post them on my website. Select the Windows Vista tab and put your cpl, dll or exe into the extra files coment box.

Thankyou for your help

.

You can download a non complete icon set here, or if you want a more complete set check my website. I will provide another link when I have uploaded the complete set

Uh, your link is dead :(

.

You can download a non complete icon set here, or if you want a more complete set check my website. I will provide another link when I have uploaded the complete set

Uh, your link is dead :(

Uh, your link is dead :(

Uh, your link is dead :(

I know. use this one for now, there will be a link posted when the icon set is available.

By the way, if you are reading this Mike Wilson. I would be fine with you including my icons in your pack so please email me if you want them.

[email protected]

or if you default email provider isn't set up then my adress is

[email protected]

can someone post likes to the downloads on on page 1 again?

It dosen't exist anymore as far as I can tell.

Dose any body running XP SP2 have an unhacked version of the following files for my uninstall.

C:\Windows\System32

netshell.dll

appwiz.cpl

The Explorer.exe for win2k is currently untested. I would advise you to make a backup of explorer.exe before installation. Are there any MS Office 2000 users wanting this download?, if not then I can scrap the WinXP base version.

Can't load :(

I can now inform you that there will be all these file in and probably much more

Shell32.dll Main Icon Library

Explorer.exe The main operatind system

Vista Explorer.exe A folder viewer with transparent borders

Iexplore.exe The internet

Vista internet The internet with transparent border

mydocs.dll Documents and Pictures icons

WMP.exe A Media Player a bit like Windows Media Player but with transparents borders and not as

many functions

Aero.wsz A Winamp Skin

Windows Media P... A Skin for Windows Media Player. Imitates Windows Media Player 11

Aero.msstyles A non-transparent Visual Style

logonui.exe The logon dialog box

ntoskrnl.exe The bootskin

A large number of System Files, and Control panel Outlets are also feautures as well as some of the well

known Vista Wallpapers. Below is a quick preview of the pack.

post-138578-1133703410_thumb.jpg

Edit_By the way, you get the propper My Computer icon in the pack, The R2D2 is just me messing around, it dosen't come in the replicator as the default icon by you can find it in C:\Windows\System32\filestypes.dll

Whatever, just want to say that your desktop looks awsome and, more importantly...Boulevard of Broken Dreams is one of my all-time favorite songs along with "It's My Life" by Bon Jovi!

I want that Media Player skin. :blush: . Anyone have a link for that directly?

its not a skin, its a stand alone Widget. you can download it with my pack when it comes out or you can download it. I will post a link when I find it.

here is the screenshot it was based upon. As you cab see in the quicklaunch the "shortcut to desktop" icon has not changed at all since Windows XP, wich I think is very boring and it will probably be canged in a later beta version of Vista anyway so in my pack I am usind this icon.

1304.jpg

If anyone has any problems with this then you can change it back to the XP icons, use Resource Hacker and open the followind files Shell32.dll and Explorer.exe. Cange the icons back to the origional XP icons and then using replacer. This will not damage the uninstall file or stop it uninstalling properly.

The wiget has been based on this image

wmplayer_Vista.png

O.K. I have a bit of a problem with my pack. In the uninstall. I need away that I can get your orional files into the uninstall. The only time I have seen this done is with bricopacks. Dose anybody know where I can get a Bricopack maker from. i would be very helpful for your assistance. There are some example bricopackes on CrystalXP. Unfortunately the Longhorn one is all backward of Vista and the Vista one is just plain blue. Otherwise I would of just posted a link to one of them.

If anyone has any idea of where to get a Bricopacks maker, I think its called bricomix, then please email me

[email protected]

or click the link below

[email protected]

-------------------------------------------------------------------------------------------------------------------------------------------------

post-138578-1135164392.jpg

Does this work as it should? A litle sceptic to apply such packages.

You should be, it will work as well as other bricopacks. I haven't heard of a bricopack causing problems and if it dose, bricopacks make a system restore point when you install them and the uninstall contains your system files, not the authors. this pack only replaces the bitmaps inside the system files, not the system file.

_________________________________________________________________________________________________________

post-138578-1136048329.jpg

  • 2 months later...
  • 9 months later...
  • 4 months later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I literally tried to install it on my PC today and it crashed upon every start up. I tried all the tricks, terminate and remove cache, uninstall, reinstall, reboot, install via winget.. in the end I had my call with Brad Wardell on Google Meet. Oh I also tried Teams on the web, and got no video or audio (yes I allowed mic and camera).
    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      520
    2. 2
      PsYcHoKiLLa
      210
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      96
    5. 5
      ATLien_0
      84
  • Tell a friend

    Love Neowin? Tell a friend!