Tripredacus last won the day on April 13 2023
Tripredacus had the most liked content!
About Tripredacus

- Birthday September 29
Contact Methods
-
AIM
atrbludgeon
-
Website URL
http://tripredacus.net/
Profile Information
-
OS
Windows 7 x64
Recent Profile Visitors
55,795 profile views
Tripredacus's Achievements
1.4k
Reputation
1
Community Answers
-
Installed what? If I were to guess, StartAll/IsBack related, but if you can confirm we can move this thread to that section or for a different one if this is the wrong place.
-
I would like to something about BCDBOOT
Tripredacus replied to Rbcc56's topic in Unattended Windows 10/11 Installation
If using Diskpart, you just make the FAT32 efi partition on a GPT disk. You don't set anything, so I'm guessing Windows (or bcdboot) just works with it as is. I think Diskpart will actually show an error message if you try to make a partition active on a GPT disk -
AMD has something that mimmicks a TPM. When I was building out configuration requirements for Windows 11, I initially left AMD out because those boards didn't have a TPM. But they have something else that Win11 recognizes as a TPM. It just has a different name on the spec sheets and probably does the same thing. I actually have no experience with either those or IME and I never had to field any questions about them, even from USG/Mil clients. The only motherboard feature like that I've had to deal with was Secure Boot. So to my knowledge, I never have known anyone who ever used a TPM for anything.
-
I would like to something about BCDBOOT
Tripredacus replied to Rbcc56's topic in Unattended Windows 10/11 Installation
You only use the /s or /f option on GPT disk partition layout. You cannot make a partition active on a GPT disk. -
Refresh still exists but it only works in specific circumstances. In my previous testing, refresh only can work if the WinRE components are the same exact build as the installed OS, but the installed OS build changes with updates. So Refresh can work in a system that doesn't update but that is not typical in a modern system. I also prefer that option as well, as it reminds me of the repair install you could do with XP. I don't understand the TPM requirement either, especially in regards to the retail market. Probably it was just easier to include an Enterprise feature in all editions and be done with it.
-
Captcha provider certificate error
Tripredacus replied to Tripredacus's topic in Site & Forum Issues
Working where? I don't know where that registration question comes from, whether it is a default in IPS or if Xper wrote it. -
I'm not necessarily sure about the error code that you had received, but there have been some instances where I have encountered a seemingly unsolveable boot error on Windows 10/11 like this without being able to fix it. My last resort solution is to image the OS partition and redeploy the entire system. It is time consuming but so far that ends up working.
-
Captcha provider certificate error
Tripredacus replied to Tripredacus's topic in Site & Forum Issues
Color is spelled correctly, at least in US English it is that way. The sentence has a grammar error but that's probably even better to deter bots, idk. Something is supposed to appear next to Security Check and it doesn't, not even for me. I suppose it could appear if you modify your browser settings to allow such content to appear but that shouldn't be a requirement, the forum's registration should work on stock (and "secure") browser settings. -
The captcha provider on the site/forum's registration form is showing a certificate error for some users. The result is that the captcha does not appear on the form so the registration process cannot complete. Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID for cap.js (remotely hosted by keycaptcha.com) Reported to me by a user but they did not provide system configuration. I verified using SRWare Iron 135.0.6850.0 on Windows 10 21H2.
-
Strange result when runnig batch script from Windows 10 schedule
Tripredacus replied to Sfor's topic in Windows 10
First the main difference is that you are actually executing the script in two different ways. Your manual methods are being run as an interactive user, likely in Session 1. Scheduler is likely running the script via a security context and also could be running in Session 0. If the presumption is that scheduler is running the script under a security context, I am not able to find out definitively why this type of behaviour may occur other than the obvious reason that a security context has different privileges than an interactive user. Wget may operate differently. There is a debug option you can try adding to your script like so: wget -t1 --debug http://localhost Also you can see about setting the scheduler to run it as a specific user. You can also try using a different tool to see if it behaves differently such as curl: curl --max-time 10 --retry 0 http://localhost -
Can what be done there? You want to run something in specialize pass?
-
winpeshl.ini order questions
Tripredacus replied to Rbcc56's topic in Unattended Windows 10/11 Installation
I would not recommending mounting a wim from inside of the WinPE, rather do these mount operations outside and build a custom boot.wim to use in your installation. -
You can change the letters like that, but you do it in the PE. Those letter assignments are temporary to that PE instance only and get reset everytime you boot. In my implementation I would run a diskpart script that would change the VOL C to VOL N every time WinPE booted. Then when I deployed a desktop OS, I would use a diskpart script to prepare Disk 1 and make the OS volume destination letter W. After imaging, when Windows booted, those drive letter assignments would be forgotten and the volumes re-enumerated. The result was that the OS volume would become C. Differences being, I used startnet.cmd for the initial WinPE set. Winpeshl is only used if you absolutely need to hide the cmd window when WinPE boots. I had only used winpeshl when building fully automated solutions like a burn-in program or hard disk recovery (if WinRE is not available). Also I did not use Setup because Setup does what it wants, instead I deployed using DISM so I can have full control of volume letters.
-
Topics merged