Jump to content

Tripredacus

Supervisor
  • Posts

    13,309
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. Ah so it is actually SHOTcut and not Shortcut. I bet google gives you a hard time searching for that too. Yes, GetActiveProcessorCount would be a valid function in Windows 7 and newer version of kernel32.dll. 32bit Windows version seems to have started with v16.10 https://github.com/mltframework/shotcut/releases/tag/v16.10 The software maker seems to have never supported it on XP, but there may be some version that can work: https://forum.shotcut.org/t/last-version-for-win-xp/6687
  2. The only thing about blue light that I have a problem with (and has existed for as long as I remember) is that I see a color shift with blue or purple light and/or colored objects, and in some combinations I can see a 3d effect.
  3. I will check palemoon tonight.
  4. If the BIOS has an OS selection option, set it to "Other OS" or anything but Windows 8 and Windows 10 if those options appear.
  5. Text from @roytam1 posts causing an error seems to be fixed. Please let us know if we have any more of these 403 errors starting from now. {nsUXThemeData::drawThemeEdge}
  6. I still have some viruses from around 10-15 years ago vaulted in a couple of email accounts. Certainly there are others that "preserve" them, the same way people archive software.
  7. Sure. Someone there decided to *not* show a screen with two big options for creating a local or online user account in Windows 8. Instead it shows one full screen online user account screen with little tiny local account text way down in the corner. But I suspect that while I'm sure someone there works in some department relating to other people's information, the true reasoning for requiring an online account is to get rid of their outdated licensing model. The got rid of activation suppression (what the OEMs had prior to Windows 8) to all online activation. Even for Enterprise and Embedded (IoT) and especially Office.
  8. I can't find a clear "this to that" explanation of this message... however from what I can tell this can happen in one of (at least) two ways: 1. a GPO or scheduled task is on the system to do backups to the registry and/or user profile. 2. If this happens on first boot or wake from sleep/hibernation, it would indicate that Windows had unmounted a hive incorrectly.
  9. Use DISM add-package on that MSU.
  10. That is the WLAN device in a computer, not a router. Are you using a hotspot or ad hoc? When it comes to troubleshooting a wireless connection, the first thing to determine is whether or not the device loses the wireless connection (the link itself) to the wireless router. This is the equivalent of a physical connection stating "media disconnected" or not having a cable connected. For wireless, this would typically manifest as the signal meter showing an x or no bars, or the SSID (if broadcast) no longer showing in the list.
  11. A movie theater showing the new Mission Impossible movie apparently used a system with Active Desktop (may be XP, maybe not) and it crashed during playback. Then it showed the Active Desktop recovery page on the big screen. Twitter embed isn't working, so here is a link directly to the image: https://pbs.twimg.com/media/DkHoi_5U4AA2NqE.jpg
  12. So is this the same argument from years ago why you weren't supposed to watch TV in the dark?
  13. Post model of Asus tablet and model of wireless router.
  14. It was already checked. I had not considered the NVRAM initially, I only knew about the descriptions in BCD. I knew in the one-time boot menu, the friendly name displayed there was "Windows Boot Manager" and knew that this was a value for {bootmgr} in BCD. So I had gone and changed that friendly name to what it was supposed to be (let's say "test" for these purposes), then rebooted and the one-time boot menu still showed Windows Boot Manager. This was confirmed on an additional run, of running BCDboot, then view UEFI Boot entries with BootIce, then run BCDEdit to change the name, reboot, run BootIce and it showed no change. I then changed the UEFI boot entry manually with BootIce, and then the name was correct in the boot menu. My project was to take an outdated imaging process, totally figure out what was being done and implement it into our existing system. The original process involved Ghost being used to write an MBR and set partition ID, then deploy a Windows DVD based install to a "disk" be able to hide it and get it to boot, etc. Changing what was deployed (booting WinPE instead of a WinPE ISO on SATA) was what allowed me to get rid of Ghost and the requirement of using the MBR. It seems like a short time to change my mind in a forum thread, but to be real I came into here to ask when I had no ideas left, and you know how that often works out. Not sure where the device name comes from. I'm sure it is enumerated by the board firmware itself. Every board gets that from somewhere, even if you boot a USB key on a board, in the boot menu it has some sort of name for it.
  15. You are not really Windows Vista just as I am not really a group of ancient schemers.
  16. The easiest way is for the client to not have an internet connection. I am not aware of an unattend setting for it specifically.
  17. well, as I put "however my requirements have totally changed" Regarding your attachment, BCDBoot writes into the NVRAM as well as creating the BCD, which is a physical file on the disk. BCDEdit only makes changes to the BCD file, and does not make changes to the NVRAM. BCDBoot does not have (at least, documented) switches to write anything other than what it writes by default into the NVRAM. I have found that bcfg from EFI Shell can write/overwrite a friendly name on a boot entry, and remove the device designation. However this is an extra step and it would really be nice if it could be done in WinPE to save a few manual steps. https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface#bcfg
  18. BCDboot, when used, writes two names by default. They are "Windows Boot Manager" and it writes it into the BCD file and into the NVRAM, which is what BootIce calls EFI Boot Entries. The different locations can show data in different places. In BCD, this is usually only visible if you have multiple boot entries and you have it set to show boot menu. The name of the OS "Windows Boot Manager" is the friendly name and you can use BCDEdit to change it to something nicer. The name in NVRAM is visible in a board's one-time boot menu, or in the boot order section in the "BIOS" setup. This is the name I need to change. This name can partially be changed with BootIce, using the manual steps. In this particular boot menu, it would appear as Windows Boot Manager [firmware device name] Whereas I can change the friendly name to anything, the "firmware device name" is basically what the motherboard shows the device it is sitting on as. Usually a hard drive model number, read during enumeration at POST. When Ghost was used, this entry in the boot menu would have just a name and no device. Doing it without Ghost will result in a boot entry similar to what is in the codebox. I will still look at the MBR of a disk after applying the Ghost image, perhaps that will be the way to solve this issue.
  19. DD Release doesn't seem to work properly in WinPE. It just shows the copyright info in the CMD and doesn't return to a prompt or show error info, nor open a GUI of any sort. Bootice seems to work fine, however my requirements have totally changed. I no longer need to capture/write an MBR, instead now something to change EFI boot entries. Bootice can do this in the GUI but not in the cmdline. :\
  20. What about this? http://www.winsetupfromusb.com/add-multiple-windows-nt6-vista-7-8-sources-ubuntu-usb-disk/
  21. I may know of where this has shown up in television, not movies. In Star Trek: Deep Space Nine, there is an episode where Odo is with some people eating or drinking. And he makes a glass appear in his hand, and liquid in it. He can drink the liquid and refill the glass again at will. It is because he is a Founder / shapeshifter, his body is naturally a liquid. In this instance, the glass and the liquid are both part of his liquid body, so it is just for show and an attempt to appear more normal and fit in.
  22. The usual culprit is that Windows only will look in the last dir it looked for a file, thus when installing anything that requires CD files, it constantly prompts for this. Files are in one of three places, so you constantly have to browse to the other folders to complete this operation. Windows 98 is the same way. Also the files it shows you it is looking for are sometimes (often?) either compressed or inside of a cab file. Unless you mean something else.
  23. I'm working on a project to port an old deployment method to a new one and have run into an issue. The old method would put Windows install media in a single partition disk and boot from it. Ghost was used to put an MBR onto that disk. To eliminate Ghost I would need to recreate the situation without having the install media on the disk (I have an idea) or to get the MBR onto the disk using another method. Terabyte Unlimited's MBRWORK is 32bit only and does not work on modern WinPE. I have not tested their MBR.EXE yet but I am hoping that it will work. For that there is a 64bit binary available. What are some 64bit programs that can capture the MBR from a disk? Requirements are that the program be portable such as not require extra stuff like .net framework or whatever. If there is something different than MBR.EXE to apply MBR to a disk, in 64bit, same requirement but would require command line as well.
  24. No links to whatever that ISO is.
  25. Moved this honey pot back into the the Funny Farm.
×
×
  • Create New...