Пікірлер
@reduxflakes
@reduxflakes Күн бұрын
Firstly this is clickbait since it's not actually Windows XP Mode (yes it's a VM but it's not the same thing as the original), also downloading and running PowerShell scripts from the internet is a recipe for disaster, you also don't need admin for this, you can just use a portable installation of VirtualBox and no admin would be required, my guess would be that running the installer trough PowerShell could've bypassed any security checks to do whatever he desires. Also you don't really know what the installer is doing, this could've been done trough a simple PowerShell script but instead he opted out for a installer which just makes it worse, you can simply install VB and download a Windows XP ISO and have the same exact thing. If you really care about people take this down, this is clickbait and can affect the security of everyone. EDIT: also why Windows XP x64? Wouldn't x86 version be enough, since the original XP Mode was created and used for compatibility and legacy programs and from my experience (and of others) Windows XP x64 was more of a concept than a daily OS, I remember it being really unstable and picky with drivers which is something you don't want for something like XP Mode which was used as a way to run legacy programs on top of an updated version of Windows so you could have the best compatibility but also security, but who cares about security when you run random PowerShell scripts from the internet with admin?
@CocoTheMii
@CocoTheMii Күн бұрын
A closer parallel to XP Mode would be Unity Mode in VMware Workstation Pro. It lets you interact with programs within the guest operating system as if they were running on the host.
@jarsky
@jarsky Күн бұрын
Could make this as a powershell script instead of a whole vb application in about 30 minutes, then I dont have to trust some unknown executable
@kFY514
@kFY514 Күн бұрын
So it's essentially just a preconfigured Windows XP VM... not much special about this. On top of that, it's really odd that they opted for the x64 edition for this. The whole point of the XP Mode in Windows 7 was legacy compatibility, and the x64 edition, with its limited driver library and complete lack of 16-bit software support, doesn't really offer much on that front compared to the native OS you're running. Regular 32-bit XP Pro would be a much better choice.
@jarsky
@jarsky Күн бұрын
Doesn't look to be preconfigured with the oobe, it will just have an unattended file. But what worries me is where that XP image file is from and what could have been done to it.
@kFY514
@kFY514 Күн бұрын
@@jarsky How the preconfiguration is done is, in my opinion, largely irrelevant to the end user. And the security, or potential lack thereof, of this solution is a separate issue - you're right that you can't be sure what's on this ISO (or the PowerShell script you're told to execute) but TBH it's like that with anything you download from hobbyists on the Internet so I don't feel like blaming anybody for that is fair, even if it's technically true. I was just pointing out that even from a purely functional standpoint, this solution is not only nothing special, but in fact actively substandard. So not really worth it however you look at it.
@jarsky
@jarsky Күн бұрын
@@kFY514 it isn't irrelevant, there is a big difference between whitegloving and unattended installs. A preconfigured image could have all sorts of services of preinstalled applications, which brings me back to my 2nd point of you can't trust this app when you don't know what the image is. Yes I could do a sniff to see where it's pulling the image from but given the XP iso isn't publically hosted by MS I'm confident it isn't being pulled from their servers. You need to sign into MSDN for that. As for other software, if it's open source it can be trusted as you can review the code for yourself (I'm an Infrastructure engineer and do plenty of dev work) , same if it's a powershell script. However the powershell script seems to just be primarily grabbing this unknown application which you have no visibility what its doing as its a compiled binary to which you're giving UAC (since you'd need that to install Vbox). But yeah it's nothing special, it's the sort of thing you'd do if you're dojng coding academy and learning to make a visual app. Solving something that doesn't need to be solved, a script that did it all would be far more transparent than a closed app.
@magburner
@magburner Күн бұрын
All this is VirtualBox with XP installed inside a VM. Why is there a need to use PowerShell to do this??
@ExtremeNS0
@ExtremeNS0 Күн бұрын
This is being done from the internet, not locally. PowerShell allows you to run executables through the internet.
@Turco949
@Turco949 Күн бұрын
Comes with VBox Guest Additions already installed as well, very nice! Much nicer than any other XP VBox image I am seen so far! Side note: I'd turn off & disable Windows Update, System Restore and Remote Control functions/services at a minimum.
@windows11istrash
@windows11istrash 2 күн бұрын
nah, just make a vm with windows xp.
@windows11istrash
@windows11istrash 2 күн бұрын
Also can you try AstroOS? The developer says that the new update will be released soon.
@ExtremeNS0
@ExtremeNS0 2 күн бұрын
@@windows11istrash I know this is just a VM. The original one was also a VM. And yes. I know about AstroOS. I’m waiting for the new update and then I will review it.
@CocoTheMii
@CocoTheMii Күн бұрын
@@ExtremeNS0The original wasn't _just_ a VM; it allowed you to access your Windows XP programs without having to go through the VM first. You could have Windows XP programs running alongside Windows 7 programs.
@ExtremeNS0
@ExtremeNS0 22 сағат бұрын
@CocoTheMii VirtualBox has a similar feature called Seemless mode. It's not 1:1 experience but quite similar
@ExtremeNS0
@ExtremeNS0 2 күн бұрын
There are comments saying this is clickbait, this is supposed to be a RECREATION of Windows XP Mode for Windows 7 made by Microsoft which was optional from 2009 to 2011. The one from Microsoft is also a VM. What do you think about that? I hope y'all understand.
@kozel5499
@kozel5499 Күн бұрын
Wasn't that powered by Hyper-V at that time on windows 7? If yes, why should you messing with Oracle Virtual Box, if you can just enable Hyper-V in Windows 10/11 (which is an additional feature in Windows 10/11 and it can be easily enabled) and just use that? I think the Hyper-V config and Windows XP autosetup can also be easily scripted. Please correct me, if I am wrong.
@ExtremeNS0
@ExtremeNS0 Күн бұрын
@@kozel5499 Back then, it was powered by Virtual PC, the predecessor of Hyper-V. Also, Hyper-V was available on Windows 8 onwards and Windows XP is not natively supported on Hyper-V.
@HowToChromebookOfficial
@HowToChromebookOfficial 2 күн бұрын
the music and text reminds me of @endermanch
@shrodinger3844
@shrodinger3844 2 күн бұрын
bit misleading calling it the hard way, but great tutorial! i definitely liked the manual for this situation because of how detailed it got regarding everything from drivers to partitions, it's a great read! great video!!
@derula
@derula 3 күн бұрын
Pro tip: do NOT run random Powershell commands that you don't know what they do and "just confirm the UAC prompt" just because a random KZfaqr tells you to.
@BurnerAccount101-ui4et
@BurnerAccount101-ui4et 2 күн бұрын
The command literally launches a installer so what's the use of this comment, and installers often display uac
@WinclassicEnderboy
@WinclassicEnderboy 2 күн бұрын
Here’s another pro tip, do not click on click bait videos
@BurnerAccount101-ui4et
@BurnerAccount101-ui4et 2 күн бұрын
@@WinclassicEnderboy I know this is more of a clickbait
@MeKebabman
@MeKebabman Күн бұрын
@@BurnerAccount101-ui4et A Installer can be incoded with "Not fun" things
@ParodieHecker-mobile
@ParodieHecker-mobile 3 күн бұрын
That's... Just a VM
@seedney
@seedney 3 күн бұрын
CLICKBAIT ALERT!!!
@WinclassicEnderboy
@WinclassicEnderboy 3 күн бұрын
It’s just a VM, I don’t understand how it’s a “XP” mode if it’s just a VM
@seedney
@seedney 3 күн бұрын
It's just clickbait....
@WinclassicEnderboy
@WinclassicEnderboy 2 күн бұрын
@@seedneyyeah
@cirkulx
@cirkulx Күн бұрын
and so is xp mode, pretty sure its microsoft virtual pc
@TheWindowsHero
@TheWindowsHero 3 күн бұрын
Cool video!
@JustSomeWindowsTech
@JustSomeWindowsTech 3 күн бұрын
Nice video! Keep going man, oh yeah i sub on you :). And nice music
@muhammaddavid4122
@muhammaddavid4122 3 күн бұрын
does required tpm2.0 secure boot etc...??
@laglife
@laglife 3 күн бұрын
No
@RandomytchannelGD
@RandomytchannelGD 4 күн бұрын
3:49 N I N E C I R C L E S
@i1.i.1
@i1.i.1 8 күн бұрын
It's time people move on from Windows 7 and 10. Go to Linux or something else.
@-ty7lv
@-ty7lv 9 күн бұрын
10.2023 ......
@laglife
@laglife 10 күн бұрын
This is how I installed Arch on my laptop, archinstall should only be used for quickly spinnning up VMs, test environments or whatever. The way I did it was to install the base system first, get that bootable and make sure networking works, and then install KDE after I was able to boot and connect to networking while booting from internal storage
@theoneandonlycxvert
@theoneandonlycxvert 10 күн бұрын
People think this is hard try installing Gentoo
@jongeduard
@jongeduard 10 күн бұрын
Usually you should to use an uppercase G in the useradd command, otherwise it's not going to create the related group for your user. And when installing plasma, it's better to install the meta package, e.g. plasma-meta, and one or more meta packages for groups of applications. Otherwise you have a lot more work installing literally every piece separately, and then it's a lot easier to miss some important things. This also applies to other desktops, and in fact also to other packages on other Linux distributions.
@jimmyhopkins8305
@jimmyhopkins8305 9 күн бұрын
Yast is great
@n008chawarevedant3
@n008chawarevedant3 10 күн бұрын
in Rihanna's voice : SO MAYBE I'M A MASOCHISTTTTTTTTT😆😆😆😆
@Chadus_Omegus
@Chadus_Omegus 10 күн бұрын
Isn't that the normal way? Using a script poses a serious security risk and you don't even qualify for help in the forums.
@jbclarkdandan8127
@jbclarkdandan8127 10 күн бұрын
1:07
@jbclarkdandan8127
@jbclarkdandan8127 10 күн бұрын
Done
@syncshard
@syncshard 10 күн бұрын
I think you *should* install Arch the manual way at least the first or second time. It is basically the tutorial. If you don't really know how Arch is installed, you wont have as good of a time diagnosing when it breaks, and install scripts also sometimes can break themselves. Installing Arch manually in a vm multiple times before trying it, also taught me generally how everything in it works and made me very familiar with the command-line. If I didn't do that, I probably would've given up on Arch already. EDIT: Some extra thoughts after I have fully watched the video. This install of Arch *will* run, yes, but its definitely not good and there are quite a few things that should be done differently or you might have some massive issues, so I wouldn't recommend the video as a guide. I''ll go through most of them: 1 and 2. No swap and home partition. SWAP is considered optional, however the kernel *will* crash if you cap out on ram without it, and some apps will just use swap memory. Its considered backup memory, so if you dont have it and you have an app that only uses swap, it wont start or be very buggy. A separate /home partition isnt as severe, but makes separating user data from the actual core of the machine much more difficult. 3. Not critical, but you could have installed pacman-contrib in the live iso, backed up the iso's mirrorlist through cp to a .backup, then run "rankmirrors -n 6 /etc/pacman,d/mirrorlist.backup > /etc/pacman.d/mirrorlist. This will speed up downloading the core system of Linux drastically. 4. After installing the base system, there are two options in pacman.conf that you NEED to turn on if you're gonna use the system more then once. [multilib] and include= just below it then run pacman -Syu. This enables 32 bit support. Also you can download bash-completion to make commandline life a little easier. 5. You forgot 2 packages: linux-headers and efibootmgr. linux-headers in particular is heavily recommended if its not just a virtualmachine, and efibootmgr is quite useful for managing your boot order, setting certain things to be unbootable or bootable, and even manually adding boot entries. 6. The fstab file isnt just used for drive errors, its used to tell the kernel what drives to actually mount at boot time. Very critical if you have more then just /boot and root. You should also use one > instead of two >> for creating the fstab file (or redoing it) cause duplicate entries from >> can cause fstab parse errors. 7. Please, for your own sake do NOT manually edit /etc/sudoers! This has a very high chance of breaking the sudo command. Instead, use "EDITOR=nano visudo" to edit the proper file for it. It even TELLS you not to do this at the top of the file, but you skipped over it immediately. (I don't blame you, it is easy to miss, but please read the tops of files! especially with Arch) 8. You did not add your user to storage,power as well after wheel, (you need capital -G instead of lowercase -g for multiple) and you did not specify a command shell, im not sure if it defaults to /bin/bash but just in case you should always add (after wheel,storage,power) "-s /bin/bash" then your username. If it doesn't use /bin/bash as default then uh.. good luck, no command shell. the storage group also lets you configure and use storage devices, and power lets you configure power management, so they are important. 9. You made a mistake specifically at 2:57, and while it is easy to overlook, you should have used an underscore instead of a dash for en-US, when it should be en_US. This won't break your system, but it can (and probably will) break applications. You can also tell that your LANG= setting is not registering properly, because neofetch and fastfetch both have Locale= at the bottom. When specified correctly and rebooted, it should show "Locale=en_US.UTF-8" at the bottom. 10. Not actually an issue, but instead of using && and rewriting the systemctl enable and start, you can just use "systemctl enable --now" to both enable and start the service. You also don't need to restart unless you just use enable, start and enable --now are both adequate. Its just a thing to help save time typing into a black box. That is all of them that I have immediately noticed. These aren't a bad thing, generally installing arch manually is difficult but when you fully learn it it becomes much faster to do.
@ExtremeNS0
@ExtremeNS0 10 күн бұрын
I'm going with the second time. For first timers I will go with the archinstall script because I ain't giving up my data to getting grub errors.
@syncshard
@syncshard 10 күн бұрын
@@ExtremeNS0 With grub id recommend a 100mb partition at /boot/efi instead of /boot. That is what grub is used to, a /boot partition can be used for grub but is more often used with systemd-boot because systemd-boot can only read kernels and images at the root of the ESP which for a /boot ESP, would be just /boot. From what ive also heard from a friend who had a /boot partition, grub may not like /boot as the entire ESP. Systemd-boot is always an option and is preinstalled on Arch, but requires more setup and manually making an arch.conf boot file in /boot/loader/entries/*.
@syncshard
@syncshard 10 күн бұрын
@@ExtremeNS0 Side note, I believe you booted without UEFI enabled in your VM, you can tell because when you booted the iso you were greeted with a graphical image instead of pure black and white. Grub (and most importantly a /boot/efi partition) should both work flawlessly with UEFI. Grub can work with just BIOS, but might take a bit of tinkering and systemd-boot will just not work with bios.
@TheWindowsHero
@TheWindowsHero 11 күн бұрын
Cool video!
@TyTytheCat2004
@TyTytheCat2004 12 күн бұрын
Paint thinner! (Because everyone says Windows 11 is just 10 with a coat of paint.)
@_Bruhens_
@_Bruhens_ 12 күн бұрын
why not vmware?
@ExtremeNS0
@ExtremeNS0 12 күн бұрын
I use VMware now. Been using it since it became free for personal use.
@_Bruhens_
@_Bruhens_ 12 күн бұрын
@@ExtremeNS0 VMware pro is free?
@_Bruhens_
@_Bruhens_ 12 күн бұрын
Or do you mean VMware player?
@ExtremeNS0
@ExtremeNS0 12 күн бұрын
@@_Bruhens_ yes. This was done by Broadcom blogs.vmware.com/workstation/2024/05/vmware-workstation-pro-now-available-free-for-personal-use.html
@_Bruhens_
@_Bruhens_ 12 күн бұрын
at this point just use windows 10
@striker-bs345
@striker-bs345 13 күн бұрын
3:50 GD reference?
@wafflelmao
@wafflelmao 11 күн бұрын
literally 🔴🔴🔴🔴🔴🔴🔴🔴🔴