Recommended Posts

i would like to have the option of a classic start menu, a classic taskbar and a classic design of windows explorer.

but i guess these options won't come back anymore.

-andy-

And thank god for that it was about time to get rid of those options permanently.

As for codecs well I have not had to install even one on Windows 7 and all my media plays just fine. I got rid of .mkv and move all my videos to .m2ts containers (all of them were DXVA compliant with AC3 or DTS) so no more thumbnail problems ether.

Did not have to restart for any of the drivers I had to install with was not much. Have had no BSOD at all with 7.

On a side not I updated the Video drivers on my Linux box and had to restart the systems not just xorg!!

Ah, that's one. It'd be nice to be able to see the specific services under svchost.exe without needing extra software.

Actually, you already can do this with Win7. Just right click a svchost.exe process & choose "Go To Service(s)", you'll be switched to the services tab with the relevant services highlighted.

This might not be possible, but I think it's worth mentioning. It'd be nice to have a single folder for the save files of PC games. Whether it be your little sister's Barbie game or your hardcore first-person shooter game, having it all in one location would make things easier. Imagine not having to start all over after you format and reinstall Windows. Imagine having to search for the game's save file because your friend accidentally deleted his.

I realize it's a little much and it doesn't apply to every game out there; however, I feel that it's doable and that it would make gaming in Windows all the more easier. That's my only "wish" for now.

Actually, there is a folder in your usenames directory called 'Saved Games'. Microsoft created that ability, but game developers are not using them.

95% of dell drivers need a reboot after install.

How about you skip the Dell crapware and go to each of the manufacturers and download their individual drivers? I'm thinking this could be your problem with Windows 7 running slower on your hardware.

Not to turn this into a fight over details but actually, literally speaking, Linux currently supports more hardware than Vista or Win7 (out of the box) - although they're mainly historical items that not many people still use but the support is there :-)

I know this, but the OOTB experience doesn't match that of a default Windows install.

Sorry but like I said earlier, it seems people are pointing out Linux problems and think that Windows either runs exactly Linux and doesn't understand how the systems are different from each other, have completely no idea what they are talking about or either suggesting a "feature" like removing drivers to some how make the system better? The drivers are just files, nothing more. They don't hurt the performance or the space of the hard disk, removing them won't make any speed difference, at all.

...

On a side not I updated the Video drivers on my Linux box and had to restart the systems not just xorg!!

That is just the simplified update alert popup. It is for a "simpler user experience", so it will just recommend reboot.

The fact is, you do not have to reboot for an X driver change. Just restart X. Not for a Firefox upgrade, just firefox. Not for a system service upgrade, just bounce the service. Not even for a kernel module driver, just do a insmod/modprobe.

You have a choice to just do the restart X thing, or obey the bubble. You must be on Ubuntu. That is the only distro that I know of that does this.

...

Sorry but like I said earlier, it seems people are pointing out Linux problems and think that Windows either runs exactly Linux and doesn't understand how the systems are different from each other, have completely no idea what they are talking about or either suggesting a "feature" like removing drivers to some how make the system better? The drivers are just files, nothing more. They don't hurt the performance or the space of the hard disk, removing them won't make any speed difference, at all.

I agree with you that some of these items are just personal preferences. There may be advantages/disadvantages to doing some things one way versus another. But Windows and OSX (or Linux) have just picked different directions to model their systems around. You, as a user, can elect to choose an OS that suits your preferences more, if you find your current OS doesn't do things the way you want to. (Y)

What the **** is wrong with everyone in the world today!? Is everyone that damn ignorant? This threads title is "what would YOU LIKE TO BE IMPLEMENTED INTO WINDOWS 7," not "WHAT THINGS THAT SOMEONE ELSE WOULD LIKE TO BE IMPLEMENTED INTO WINDOWS 7 THAT YOU THINK IS IMPOSSIBLE OR STUPID TO PUT INTO IT, SO YOU SHOULD DEFINITELY TELL THEM OTHERWISE SO THAT YOU CAN SHOW HOW MUCH MORE YOU THINK YOU KNOW ABOUT EVERYTHING."

All I wanted to hear was ideas, not a debate on what Linux can do or why it's impossible because Windows will never change.

Why is it so hard to follow a thread for anyone anymore? I blame this on the American media, telling everyone that we're American, we don't have to listen to anyone.

Can we stay on topic for ONE DAMN THREAD!?

I would like implemented a skinning tool as well, maybe change up my own themes every now and then. I don't see why they still have to hack the resources, it should be the users risk if something messes up (as usual.)

No offense, but it's your own damn fault for wishing Windows had/did things that really are impossible in any operating system, and for making incorrect claims about Windows and other OSes.

Is it a fairytale thread? Can I wish that Windows came bundled with a burgundy unicorn?

It would be nice to be able to do some customization of the toolbar in Explorer. At least the option of having a 'Delete' button (I know, I can just click the 'Delete' key on my keyboard) and a Folder & Layout Options button. That's just me.

No offense, but it's your own damn fault for wishing Windows had/did things that really are impossible in any operating system, and for making incorrect claims about Windows and other OSes.

Is it a fairytale thread? Can I wish that Windows came bundled with a burgundy unicorn?

I want an ice cream cone every time I click an OK button too! La la la la la.

I'm sorry but that is the dumbest reason I've heard...explain to me how MS would replace it and also explain how you would fix the myriad of (now broken) Windows apps that will no longer work?

Virtualize it. Any access to the "registry" apart from the OS would redirect all program settings to it's own private data store. Those would then be accesses/loaded/used when the app starts and unloaded when the app is terminated.

Virtualize it. Any access to the "registry" apart from the OS would redirect all program settings to it's own private data store. Those would then be accesses/loaded/used when the app starts and unloaded when the app is terminated.

Nothing wrong with the registry, what you want to implement would break everything, and 'Virtualize' it sounds like you want to add performance overhead.

What format would this "private data store" be in? Are you now just creating a hundred miniature registry hives, one for each application? What is the point? What is the advantage supposed to be?

Personally I think that applications should refrain from storing private configuration data in the registry, they should store it in the roaming/local folder, and only use the registry for system-wide settings (like registering servers), but that has nothing to do with the registry itself. It seems like these complaints almost always boil down to application (ab)use of the registry, rather than the registry itself.

What format would this "private data store" be in? Are you now just creating a hundred miniature registry hives, one for each application? What is the point? What is the advantage supposed to be?

Personally I think that applications should refrain from storing private configuration data in the registry, they should store it in the roaming/local folder, and only use the registry for system-wide settings (like registering servers), but that has nothing to do with the registry itself. It seems like these complaints almost always boil down to application (ab)use of the registry, rather than the registry itself.

+1

Applications can run from config files if it wants too, if developers choose to run it from a registry then it's their fault.

Nothing wrong with the registry, what you want to implement would break everything, and 'Virtualize' it sounds like you want to add performance overhead.

It's called API redirection. An app uses the registry API and instead of writing to the central OS registry it'll write those setting to a private data store. Those can then be loaded and unloaded when needed as the apps are used.

Well, it's to late now for Win7, but for Win8 I'd like to see them go to a micro kernel OS (like the *nix)

why, do you even know what you are saying? By the way, linux and windows are like most modern kernels a mix of monolithic and microkernel design. With the emphasis on monolithic design.

Edited by XerXis
A lot of installer reboots have nothing to do with Windows requirements though. They just reboot because they feel like it. The only place I see where there could be fewer reboots is when it comes to updates. The issue though, is how you update files that are in use. Windows has an extremely modular design with focus on shared components (libraries, servers). You can't replace these if they are in use, you'd have to wait until they unloaded. Some of them never unload until you reboot, because they are always in use. There's also the issue of inter-dependencies. What if you have two components that depend on each other, and only update one of them because the other couldn't be unloaded? You now have a version conflict (at least until the next time the system is rebooted), which can be dangerous.

Exactly. I think most of the restarts from driver installs are more because the company that developed the driver wants to make sure there isn't an issue. It isn't Windows asserting that an update is necessary...

It can't be improved, and there can't be a new version. It already does everything it can. All the restrictions are down to fundamental Windows designs, and there is nothing the program can do about it. The most annoying thing is that the compositing window manager (DWM) only supports one desktop, so you can't have Aero on any of the others. It's just not designed to be used for virtual desktops.

Well, there are some other applications that can do this that are a good deal more feature rich. So I don't know how they did that, but they allow features like dragging applications in new desktops, etc. Last I looked they were rather costly though. So, not sure what's involved, but I keep hoping that perhaps Sysinternals will also find work arounds to these issues. One of the biggest frustrations for me is with regards to things that run at startup like SQL Server. You can't run an application in one of the other desktops that uses SQL Server because it does not support stuff like this... Aero I can live without in the other desktops.

And dual listers so you can have both the source and destination side-by-side in the same window!

OMG, that would be amazing. I would love that. :)

yes i think process explorer of sysinternals must be default task manager.

& then people complained about registry, i think it is the most powerful yet most vulnerable feature of windows. i don't think there could be better alternate to it.

I don't really understand the registry argument myself. I've seen people argue that it should have a more pleasant UI in other threads, and it just seems silly to me. To me the registry SHOULD be a scary place to go... If you make it appealing or less scary looking you will have a lot of people that shouldn't be in the registry making changes and breaking things... My rule has always been: If the registry scares you, or is too complicated for you, you shouldn't be in it... If I don't know what a registry value is for, I'm not touching it... LOL

95% of dell drivers need a reboot after install.

Which sounds like a Dell issue to me. I've noticed that as well, but Windows isn't determining that a reboot is necessary...

Actually, there is a folder in your usenames directory called 'Saved Games'. Microsoft created that ability, but game developers are not using them.

MS's insistence on putting everything on the system drive is really aggravating for anyone that likes to keep their system files and software/data files on separate drives. I read that MS even wants to add a requirement to Games For Windows that GFW certified games can only be installed in Program Files; for security reasons supposedly, I hope it's just a rumour. I'm glad no one is listening to MS because it is a bad idea!

Well, there are some other applications that can do this that are a good deal more feature rich. So I don't know how they did that, but they allow features like dragging applications in new desktops, etc. Last I looked they were rather costly though. So, not sure what's involved, but I keep hoping that perhaps Sysinternals will also find work arounds to these issues.

Those other programs don't actually use multiple desktops, they just have the one and cleverly manipulate it to give the impression that there are more. They do this by doing things like hiding the Windows and task bar buttons that belong to another "desktop" than what is active. This is a rather large hack, and none of them really seem to work quite right.

99% of what you want is technically impossible or would be very unsecure. Also, BSODs help you. They end your session before stuff gets all corrupted. If you want "drivers and codecs like linux" then go use Linux. Drivers need to restart the computer. This isn't specific to Windows for a reason. Continue previous sessions would be a nice one, though, although hibernating works to the same effect, basically. Don't assign a password to your user account if you don't want to deal with the files from previous installs. Simple as that. Microsoft isn't going to remove their security just so YOU don't need to right click and choose "take ownership". Some people like security.

+1 - also the removal of BSOD's would just make the system terrible to use and harder to diagnose.

What format would this "private data store" be in? Are you now just creating a hundred miniature registry hives, one for each application? What is the point? What is the advantage supposed to be?

Personally I think that applications should refrain from storing private configuration data in the registry, they should store it in the roaming/local folder, and only use the registry for system-wide settings (like registering servers), but that has nothing to do with the registry itself. It seems like these complaints almost always boil down to application (ab)use of the registry, rather than the registry itself.

The original idea of the registry was to accumulate all the *.ini files in one location. This idea sounded neat at first but has become something that is more or less a bottleneck to the system. I would much prefer if windows took a linux approach to storing settings etc. It's easy to backup, easy to edit (when necessary) and just seems cleaner.

Having said that, I doubt ms will ever change the way that registries work. They're here to stay but instead of replacing it I wish they would just make it faster.

+1 - also the removal of BSOD's would just make the system terrible to use and harder to diagnose.

I think BSODs should stay too but removing them won't be a problem as long as the log files are easily accessible. Why would it make a system terrible to use? Average user wouldn't know what to do with a BSOD but to restart the computer. Only experts would bother diagnosing it and rather than reading the bsod off the screen they would just read the dump that is made.

They should replace the BSOD with a helpful message along with the location of the dump so the user has some clue of what to do.

The only thing I can think of at the minute would be a 'Calendar' function built into the taskbar clock somehow .. for alarms, notes, schedules .. that sort of thing. Maybe tied into the task scheduler somehow ..

+1. a nice idea.

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

    • No registered users viewing this page.
  • Posts

    • Nope. That lack of surround sound capability (analog) won't fly with me. Sure, I use headphones most of the time, but still.
    • Creative Sound Blaster AE-X PCIe review: your headphones will love it by Steven Parker If you have been reading Neowin for any length of time, you may remember that I reviewed the Sound Blaster Audigy FX Pro back in April. I found it to be an excellent budget sound card, even though it lacked support for formats such as DTS over the included SPDIF port. Anyway, Creative reached out to me again asking if I was interested in reviewing the Sound Blaster AE-X. It is a card mainly targeted at headphone wearers, which I'll get into a bit later. Before we get underway, here is a disclaimer: Creative Labs provided a free sample without any review pre-approval. Here are the full specs of it: Creative Sound Blaster AE-X Dimensions: 179 x 126 x 18 mm Weight: 263g / 9.28 oz Platform: PCI-e DAC: ESS ES9039Q2M Connectivity Options Side: Rear: 1 x HD Audio Front Panel Connector, 1 x ⅛“ Headphone port, 1 x RCA Line-out (Left) port, 1 x RCA Line-out (Right) port, 1 x Coaxial SPDIF-out port, 1 x ⅛“ Mic in/Line-in port, 1 x TOSLINK SPDIF-in port Surround: No DNR / SNR: THD+N: 0.0001% Dynamic Range 130 dB Recording Resolution: PCM up to 32-bit / 192kHz (Stereo) Direct Mode: Line Out (Stereo): PCM up to 32-bit  384 kHz Coaxial SPDIF Out: PCM up to 24-bit 192.0 kHz Headphone Amp: PCM up to 32-bit / 384kHz (Stereo) Native DSD: DSD64, DSD128, DSD256 Output Impedance: 1Ω, Supported Headphone Impedance: 8–600Ω, IEM: 0.5Vrms, Low: 1.5Vrms, Mid: 3Vrms, High: 6Vrms, Maximum output power: 350mW @ 32Ω (High), Maximum output voltage: 6Vrms (High) Front Panel Headphone Amp: PCM up to 32-bit / 192kHz (Stereo) Native DSD: DSD64, DSD128 Output Impedance: 10Ω, Supported Headphone Impedance: 32–300Ω, Maximum output power: 40mW @ 32Ω, Maximum output voltage: 1.9Vrms ASIO: ASIO 2.3 Total Harmonic Distortion: THD+N: 0.0006% Dynamic Range: 114 dB Scout Mode: Yes EMI shielding: No (but it passed all the FCC emission tests) Operating temperature: 0–45°C Input Power: 12V⎓0.5A Warranty: 1 Year (MSRP) Price: $179.99 / £169.99 The Sound Blaster AE-X was announced at the end of May, and it becomes clear that it is mainly for headphone wearers. I should also note that the card does not support DDL/DTS encoding technology, but it is said to support decoding through the coaxial SPDIF port. I was able to test this working with the classic Windows Sound properties, but I could not get a DTS (decode) signal through my Logitech Z906, it defaulted to 3D sound whenever I played DTS content through Plex or Emby. In addition, this card only supports two channels (stereo) over the speakers. The surround support is limited to the Headphone Amp, so before I get underway, what we have here is a card mostly intended for headphone use, especially with its SPDIF In (Toslink) port where you could connect another device like a console. So what about the highlights of this card? The AE-X is powered by the ESS SABRE DAC (ES9039Q2M), which is capable of a 130 dB dynamic range. In addition, it supports 32-bit/384 kHz playback for deeper detail and clarity. The headphone amplifier delivers up to 350 mW @ 32Ω, which admittedly far surpasses standard onboard audio, offering support for studio-grade headphones. DSD256 and ASIO 2.3 are also supported. What doesn't it have? No support for What-U-Hear, Super X-Fi, or the SmartComms Kit No EMI shielding, but it passed all the FCC emission tests (from the FAQ) I also want to make it clear that I am no audiophile. For me, it's purely subjective and it should just "work" out of the box. First impressions As I said in the introduction, I was a bit sad to see that the AE-X only supports stereo output, meaning it would not be on par with my ALC1220 over my speakers, as I mentioned it seems like this card is marketed toward headphone users. Since I am not an avid gamer that would rule me out as a potential customer, but I can still test its capabilities! The card arrived in a nice-looking box, as shown above. It's quite a bit larger than the Audify FX Pro that I reviewed back in April, and at first I thought the covering meant that it was EMI shielded, but it isn't as mentioned above in the highlights section. What's in the box: 1 x Sound Blaster AE-X PCIe card 1 x 3.5 mm CTIA TRRS to Dual TRS Headset Splitter Cable 1 x Quick Start Guide Aside from the Quick Start Guide, which someone at my age (I guess) needs a magnifying glass to read thanks to the tiny fonts, Creative Labs also has the manual online, which first requires you to prove that you're human in order to access it (so I can't direct link it). Anyway, the box is mostly made up of cardboard, and the only plastic in it is the anti-static bag for the card itself. Design Top Bottom The card itself looks pretty cool and actually wouldn't look out of place in an all-white build. There's only one connector, and for some reason it is awkwardly placed on the side (front-facing) that is for the front panel audio connector, which will let you use the headphones through the front PC audio jack. Since the front panel Headphone Amp has fewer capabilities than the rear headphone port, I decided not to use it. Rear of card PCI-e interface The rear of the card is completely open and is normally where you would find the front panel connector. The PCIe interface side is completely covered, which initially made me think it was EMI shielded. I/O panel Side (front-facing) with Front panel connector On the outer rear bracket side we have the TOSLINK SPDIF in, Coaxial SPDIF out, RCA line out (Right), RCA line out (Left), Headphone out, and Mic/Line in ports. On the front facing portion of the card itself is the F-panel connector. Usage Test System Our test system consists of the following: AMD Ryzen 9 9950X3D Gigabyte X870E AORUS MASTER (BIOS F12) Corsair RM1000x (2024) Thermal Grizzly Kyronaut (33x33x0,2mm) 2x 32GB Kingston Fury Beast RGB DDR5 6000MT/s CL36-38-38-80 T-Force Z540 2TB (PCIe Gen5) NVIDIA GeForce RTX 5090 Founders Edition (NVIDIA) Creative Sound Blaster AE-X Windows 11 25H2 Pro I installed the card into the Gigabyte X870E AORUS MASTER which includes the RealTek ALC1220 onboard audio. For our subjective listening tests, I used the Coaxial SPDIF port to my Logitech Z906 speakers. For headphone tests I used the OneOdio Studio Max 2 Wireless DJ Headphones that I reviewed last month. After installing the audio driver, I installed Creative Nexus, which is a relatively new app designed for the latest Sound Blaster cards. Then I discovered the AE-X needed both a driver update from 1.00.15.0001 to 1.01.09.000 and a firmware update from 1.00.06.0000 to 1.00.06.0002, then I was set to go. It should be noted that the card did not work without the driver (not Plug and Play). As you can see above, you can manage the firmware, driver, and inputs via Advanced Settings on the Device tab. By default Nexus enabled "Direct Mode". Upon clicking on Acoustic Engine, the Equalizer can be enabled and set to four different presets, which are: Gaming Music Movies Footsteps Enhancer There's also a dedicated Scout Mode for gamers. I mainly used Tidal and Spotify in the past week to listen to some of my Liked Songs (which now total over 700) in Shuffle mode; there were no pops or interference that I could hear. I also found a 5.1 Surround Music playlist on Tidal that sounded really great over Studio Max 2 headphones. When I reviewed the Audigy FX Pro, I went out and purchased a Logitech Z906 set second-hand for €100 specifically to use with the card, but in this instance all I could get on the AE-X was the 3D output of surround sound through Coaxial SPDIF and although it still sounded great, it isn't quite as good as DTS Interactive via my onboard Realtek ALC1220. Conclusion So what have I learned? The AE-X lacks multi-channel support for 5.1/7.1 setups and drops support for modern surround technologies like Dolby or DTS, functioning strictly as a stereo output device. So to really benefit, you will need Studio-grade headphones to "hear" the benefits of this card. With that being said, I can imagine it will appeal to gamers who are switching between console and PC. By utilizing the SPDIF in port, you could just plug your headphones into the AE-X (front or rear port) and then switch between PC and Console without having to move the headphones to a different port. As I said in the Sound Blaster Audigy review, the EQ in the Creative Nexus app offers safe presets, which allows a user to further tweak the lows, mids, and highs for a personal listening experience. Of course it all depends on the headphones you hook up to it. Speaking of headphones, I kind of wish I had higher-quality Studio-grade headphones to really test this card with; I'm not usually wearing headphones in my day to day duties. The only time I will wear them is if I want to listen to music very late at night and I don't want to disturb my neighbors, so my rating (verdict) is based on this fact. Someone with a PC/Console setup and wears headphone religiously to game, and consume media will benefit much more than I from the high-quality Headphone Amps that are included in the AE-X. Once again, I do feel like Creative could have gone the extra mile to support the S/PDIF port a bit more. Why include it if you're not supporting the main popular digital formats? It seems like the decision was more of a legacy-based one, offering uncompressed 2-channel PCM audio, for users with high-fidelity audio systems and external DACs. Maybe I will be lucky enough to review a card that truly includes all these features in the future. I am sure readers with far more knowledge on audio systems than me will correct me in the comments below. I'll just say I am happy to learn what I don't know! Where to buy The Sound Blaster AE-X is available to purchase now in preorder for $179.99 on the U.S. Creative website, or for £169.99 on the Creative UK website and will start shipping to customers from June 25.
    • $80 or 90%, anything else would be financial suicide one way or another.
    • Or... just use Bitwarden. Free, and has on-prem option as well. Works both on desktop and mobile, wherever you are. The age of local password files is over.
    • Thanks
  • Recent Achievements

    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
    • One Month Later
      Genuinetonerink- Dubai earned a badge
      One Month Later
    • Week One Done
      Genuinetonerink- Dubai earned a badge
      Week One Done
    • One Year In
      hhgygy earned a badge
      One Year In
    • Week One Done
      AMV earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      +Edouard
      165
    3. 3
      PsYcHoKiLLa
      88
    4. 4
      Steven P.
      74
    5. 5
      Michael Scrip
      73
  • Tell a friend

    Love Neowin? Tell a friend!