Recommended Posts

Link: http://www.sendspace.com/file/iw1v0y

**EDIT**

If that top link doesn't work for you, try this one: http://www.verzend.be/v/915607/vtp6.zip.html

Pictures:

http://www.windowsxlive.net/screenshots/vtp/desktop.jpg

http://www.windowsxlive.net/screenshots/vtp/bootscreen.jpg

http://www.windowsxlive.net/screenshots/vtp/logon.jpg

Changelogs

-Added additional Vista related applications:

|-thoosje's brand new Vista Sidebar

|-VisualTooltip (Taskbar thumbnail view and also have docking mode)

|-Styler with Kaye Irene's Vista Perfection X4 Styler Toolbar

|-Blaero's Start Orb (fix cutting edge start orb in msstyles)

|-Stianu89 and Blue Eyes' Vista Live Messenger RC skin

-Added applying Vista setup screen transformation in setup integration

-Added browsable System files source for uninstallation so user can restore original system files from setup CD during uninstallation

-Added display configuration for the best view of machine's display

-Added fixing file's PE checksum after resource patching to keep files more secure

-Added Launch & Maintenance Center in transformation destination in case user already have transformed the system

-Added missing modifype.exe for Windows XP operating system

-Added partially x64 support for Vista visual stuff but not for system files (experimental)

-Added option to reserved updated system files after uninstallation or not

-Added skipping system file verification patch on setup integration

-Added Vista RTM system applications transformation:

|-Photo printing wizard

|-Remote Desktop Connection

|-Volume Control

|-Windows Task Manager

|-System Restore

|-Connection Manager

|-Windows Update Client

|-Media Center

-Fixed bugs caused by deleting important files from integration after transformation

-Fixed bugs in file-patching engine for uxtheme.dll and resources data

-Fixed missing files during the installation caused by setup integration

-Fixed resources patching failure during setup integration

-Fixed themes uninstallation problem (Themes still exist)

-Fixed user picture's frame border disappearance in logon screen

-Fixed uxtheme.dll patching system (now I use patched files to avoid possible patching problems)

-Removed additional boot screen resources removal

-Removed manual transformation and let user decide to modify system files or not instead

-Removed un-neccessary system files operations

-Removed unattended transformation and servicces stopping for Norton Antivirus and System Restore (obsolete)

-Updated license agreement dialog (User must click "I accept" radio button before clicking Next button)

-Updated system files transforming method to use PendingFileRenameOperations trick

-Updated updating the transformation to act like never applying the transformation before

-Updated Vista RTM boot screen

-Updated Vista RTM icons

-Updated Vista RTM logon background

-Updated Vista RTM screensaver

-Updated Vista RTM sounds scheme

-Updated Vista RTM system dialogs

-Updated Vista RTM wallpapers

-Updated visual styles

|-Changed theme'structure to be the same with different shellstyles

|-changed visual stylees' name to match with Vista RTM

|-Fixed CaptionButton alignment problem when maximized in Vertical shellstyle WindowBlinds theme

|-Fixed ToolbarBackground sizing mismatched from real Vista style

|-Fixed shellstyle background color mismatch in some areas

|-Updated frame border in Windows Aero visual style

|-Updated StartGroupToolBarButton

|-Updated TaskBandButton back to default ones

|-Updated TaskBandGroup's backgroun and button

Edited by BlackShadow

I really don't enjoy in transform my OS in something else, if I want to experience the real deal I prefer the original experience, samething with the "Flyakite OS X Transformation pack", I used this last application just to experiment and the only thing that do to your sytem is slow down and make all applications run slow.

Apparently I my start button is not properlly align. Actually I thought I saw this issue being address before but I forgot.

20070103130027ru5.png

Anyone knows what's the use of the VisualToolTip? I mouseover programs on my taskbar then something like this appear:

20070103130434ig6.png

Apparently I my start button is not properlly align. Actually I thought I saw this issue being address before but I forgot.

20070103130027ru5.png

Anyone knows what's the use of the VisualToolTip? I mouseover programs on my taskbar then something like this appear:

20070103130434ig6.png

i get the problem with the start icon too.

however everything else is a ok.

Luke.

Did anyone get this to actually do anything?

I followed the instructions exactly, set a System Restore point, booted to Safe Mode, completed the install, rebooted once done, and then... nothing!

I went into the Display Properties, no Vista themes to pick, nothing new in the Appearance tab either.

There were only 2 things I noticed: (1) A Visual ToolTip icon in the Notification Area and (2) a different icon for the C Drive. Everything else is XP style. I also tried doing a 'Repair' using the Change/Remove button in Add/Remove Programs.

Anyone else experience this?

Oh no .. how come? =X shouldn't it be safe?

No matter how much Windows X claims that his transformation packs patch over Windows' system files smoothly, there is always a problem, so when it comes to uninstalling, something goes wrong. And because we're talking about the core elements of Explorer messing up, problems often occur. Sometimes it can be something small, like a graphical glitch that you can't fix, or something major, like the whole OS breaking.

-No matter how much Windows X claims that his transformation packs patch over Windows' system files smoothly, there is always a problem, so when it comes to uninstalling, something goes wrong. And because we're talking about the core elements of Explorer messing up, problems often occur. Sometimes it can be something small, like a graphical glitch that you can't fix, or something major, like the whole OS breaking.

-That is right, before you install VIsta Transformation Pack 6 i'd say you save a point for system restore unless you fully understand what is going on you don't have to, so far I installed it without making a system restore point and everything seems fine.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • 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.
    • Let Apple have its way, as customers will eschew Apple in favor of more open solutions--which is what they should be doing anyway!... I'm not a fan of Apple at all, but when the lawyers in the EUC start dictating to companies how their software should be made, I think the companies should just drop the EU altogether as a market. EUC lawyers make a mint every time they levy a fine on a successful American software company. What a racket. The EU consumer should be the final word on what products he buys and which ones he doesn't, but the EUC seeks to put itself into the position of the EU customer, and make those decisions for him, under the guise of "helping him." Q. What do you do when the person at your door says, "Hi! I'm from the government, and I'm here to help you make intelligent buying decisions!" A. Grab your possessions and run for the hills...
    • Just another show from my childhood ruined by wokeness 'politically correct' BS. They should let some things just die out gracefully.
  • 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
      518
    2. 2
      PsYcHoKiLLa
      210
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      94
    5. 5
      ATLien_0
      81
  • Tell a friend

    Love Neowin? Tell a friend!