Content Type
Profiles
Forums
Events
Everything posted by TSNH
-
You can try to register using an an android emulator like Bluestacks or Nox. I attempted that about a year ago and it didn't work, but then it also didn't using a real android phone. Probably because I gave them a Czech phone number (they don't need registration) and Russians are really desperate about having your personal data.
-
Unfortunately your theme didn't work for me. Looks the same as the Vista default one. The package contains aero-black.theme and Aero (not Aero-black) folder so perhaps you uploaded vanilla one by accident
-
Automatic file permissions repairing .bat If you go for manual installation of the extended kernel you will have to fix file permissions for all files you have replaced. Now, instead of doing this manually, you can run the following .bat: October 2022 x64: october2022_x64_extended_kernel_set_permission.bat I may do .bats for newer versions too if errors in March 2023 builds get fixed. special thanks to @Bizzbob for figuring out language-neutral account names
- 71 replies
-
- ExtendedKernel
- windows vista
-
(and 1 more)
Tagged with:
-
Hi, does anyone know any M.2 slot WiFi & Bluetooth network cards that work with Windows Vista (officially or not)?
-
There is also Pale Moon Portable
-
You need to apply patches by @smeezekitty 32-bit 64-bit If you have extended kernel installed, use powrprof.dll from the extended kernel instead of the patched one.
-
Windows 8.1 Intel UHD 630 Display Drivers on Coffee Lake?
TSNH replied to FantasyAcquiesce's topic in Windows 8
Apparently someone has modified those drivers for Windows 7 and the are supposed to work on 8.1 too. https://winraid.level1techs.com/t/intel-uhd-graphics-630-video-driver-for-win7-x64/33098/353?u=moline I know nothing about them so use on your own risk. -
Future of Chromium on older Windows 10 versions and RTM.
TSNH replied to Dixel's topic in Windows 10
Since Windows 8.0 .NET Framework are being installed using Windows Update .cab packages which are designed for specific OS builds and not build-neutral .msi installers. So it's kind of like with Windows 8.0 (both did't receive any update past 4.6.2) except that 8.0 had a Server equivalent with the same build number while 1511 does not. If you know how to install Windows updates on Windows version with different build numbers then please let me know, that would be a huge breakthrough! EDIT: Apparently this has already been achieved -
Future of Chromium on older Windows 10 versions and RTM.
TSNH replied to Dixel's topic in Windows 10
No, more like 1-3%. I remember I've had a similar problem with a fresh Windows 8 installation where after like 5 minutes of idle time the "system" process would use 30% of CPU until you click a mouse button or do just about anything. It stopped the next day, so likely some kind of post-installation schedule thing. -
Future of Chromium on older Windows 10 versions and RTM.
TSNH replied to Dixel's topic in Windows 10
Basically these are the key differences: Advantages of 1511 over 1607: Arguably better start menu layout and cortana in start menu search can be easly disabled Less strict driver signing requirements https://techcommunity.microsoft.com/t5/Windows-Hardware-Certification/Driver-Signing-changes-in-Windows-10-version-1607/ba-p/364894 so it should be easier to mod new nvidia drivers for this version. According to this article if you have disabled Secure Boot you are unaffected Disadvantages: No LTSB version .NET Framework 4 is limited to 4.6.2. Most developers have already moved to .NET 5+ versions which do work. I haven't done any performance tests -
Future of Chromium on older Windows 10 versions and RTM.
TSNH replied to Dixel's topic in Windows 10
Version 119 still works on Threshold 2 (1511) is it is and can be modded to work on 1507 -
Disable Spectre/Meltdown protection for a 4% performance boost
TSNH replied to NotHereToPlayGames's topic in Windows 10
Yes, It looks like it can be easily patched for 1507 too (idk for how long as this post was about 118) -
Disable Spectre/Meltdown protection for a 4% performance boost
TSNH replied to NotHereToPlayGames's topic in Windows 10
I also don't install those Windows Update updates, maybe I used a wrong terminology but 1511 is to 1507 what 8.1 is to 8.0, just with much less changes -
Disable Spectre/Meltdown protection for a 4% performance boost
TSNH replied to NotHereToPlayGames's topic in Windows 10
1511 was a minor update to 1507 (not beta) and that's what I have available right now. I guess it introduced that one function needed for Chromium. While the chromium team is then inconsequential in supporting all Windows 10 (supported by MS) versions, at least they have Server 2016 specifically listed on the website with no deprecation date scheduled. OP's preferred version was 1607 (same as Server 2016). -
Disable Spectre/Meltdown protection for a 4% performance boost
TSNH replied to NotHereToPlayGames's topic in Windows 10
Chromium 119 still works on Threshold2 (1511) Windows 10 Enterprise LTSB 2015 based on the original RTM of Windows 10 is going to be supported till October 2025 https://learn.microsoft.com/en-us/lifecycle/products/windows-10-2015-ltsb So if the chromium devs keep supporting what M$ does, then you have 2 another years. And also it doesn't look like they are going to drop Server 2016 very soon https://support.google.com/chrome/a/answer/7100626?hl=en -
Insert some other title CD-ROM in A: - what?
TSNH replied to e5frog's topic in Windows XP 64 Bit Edition
No it's another name for x64 architecture which was first created by AMD and later adopted by Intel. https://en.wikipedia.org/wiki/X86-64 The Intel64 aka ia64 stands for Intel Itanium CPUs which were discontinued, so modern 64-bit ones are all AMD64 -
is windows vista possible next to windows 11 on uefi mode?
TSNH replied to legacyfan's topic in Windows 11
In the picture you posted there is a MSI motherboard's bios menu and the UEFI text before the hard disk name signalizes how the MB's software will try to boot from it and does not refer to the hard disk itself for which you will get both boot options regardless of whether this hard drive contains efi or lecagy bootloader (or none). -
Of course you have to kill the running service first, ether by running this command in services.msc just like you don't delete a file in use. Assumed this is obvious as this was the next step what you should do after disabling the service in services.msc if that's not enough . This is more of a newbie question though, so perhaps I should also be more specific that wuauserv is stored in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv not HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and you don't need to export&import all the services.
-
If it does, then run sc delete wuauserv this command removes this service from the registry completely, so some entry in task scheduler or similar won't be able to turn it on. If you later decide you want it back for some reason you can restore the registry from a clean Windows 10 installation. Services are in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
-
I think stopping and setting startup of Windows Update service (wuauserv) to disabled in services.msc should be enough to stop updates
-
Hi, I'm going to present a Windows Vista feature (also XP and 2000) that I really miss in 7+: Start by dragging the Computer folder from the desktop (or if it's not there from start menu) to the edge of the screen, preferably top one. Right click it and remove show title checkbox Decrease it's size Adjust it's features as you want: either select auto-hide or always on top Aside from opening your partitions in file explorer the MyComputer bar allows you to hover over them to see available space and safely remove flash drives with right-click menu. This functionality is not limited to the Computer folder, you can actually pin and use Control Panel and other folders the same way.
-
will windows 11 become the new vista failure of the 2022s?
TSNH replied to legacyfan's topic in Windows 11
With Windows 11 the situation is kind of opposite to Vista's. 11 has artificially increased hardware requirements, while the recommended 1GHz and 1GB ram was definitely not enough to run Vista smoothly. It was actually Windows 10 that was pushed into old hardware (especially with magnetic HDDs where it run terribly bad). So the strategy of marketing the OS as "super premium" for hi-spec PCs only would make much more sense in 2007 with all that shiny Aero Glass and Gadgets than it does now. -
(solved) how do i install the modded nvidia drivers?
TSNH replied to spawncampingnoob's topic in Windows Vista
You need to enable driver test mode: -
Why 1809? Chromium 117 works even on TH2 version (1511). So maybe this API is not needed after all
- 206 replies
-
1
-
- software
- Windows 8.1
-
(and 1 more)
Tagged with: