[SOLVED] 24H2 will not reconnect to mapped drives even with passwords

I sure as heck wasn't going to run Sysprep on a clients machine without going through the process in my shop with an expendible computer so I knew what to expect. So I have a laptop kicking around with no real data on it, Win11 24H2 - perfect candidate.
  • I ran sysprep /generalize /oobe /reboot - It ran for a bit, then halted with the error "you have [software] installed which is stopping sysprep from completing" It was pointing to my installation of Winget. So I uninstalled that.
  • Ran sysprep again, halted with the same error, this time pointing to CoPilot, so I uninstalled that.
  • Ran sysprep again, this time it went all the way to a reboot, but then I got the bluescreen stating the OS couldn't be booted and to use recovery tools. Just for fun, rebooted again, same problem.
  • So......I reinstalled Windows.
This test was a fail. I had already checked for software to change the SID live. There used to be a software that was part of sysinternals, but it has been deprecated and removed, probably after MS bought sysinternals. The other software out there is SIDCHG, which is a paid software. They have a 30-day trial, but it says "SIDCHG is free to try but not to use", which makes me think it won't actually do the thing until you pay, I could be wrong. The price is high enough that it isn't a casual purchase - something like $240 for a single person, professional use.
 
They have a 30-day trial, but it says "SIDCHG is free to try but not to use", which makes me think it won't actually do the thing until you pay, I could be wrong.

They state explicitly that the 30-day trial is fully functional and that any changes made with it persist. I think that's the right approach on their part as far as giving a reasonable opportunity to test for anyone who might be considering purchasing.

However, their having 22 different licensing options, 11 for those purchasing the latest version and 11 more for those upgrading from the prior version in the same respective categories, is insane!

The reason I didn't mention it before is I had not realized that the NewSID software from Sysinternals had been deprecated. I saw a last update date of 2021, but for something like this that doesn't seem "ancient." Certain things change less than others.
 
I sure as heck wasn't going to run Sysprep on a clients machine without going through the process in my shop with an expendible computer so I knew what to expect. So I have a laptop kicking around with no real data on it, Win11 24H2 - perfect candidate.
  • I ran sysprep /generalize /oobe /reboot - It ran for a bit, then halted with the error "you have [software] installed which is stopping sysprep from completing" It was pointing to my installation of Winget. So I uninstalled that.
  • Ran sysprep again, halted with the same error, this time pointing to CoPilot, so I uninstalled that.
  • Ran sysprep again, this time it went all the way to a reboot, but then I got the bluescreen stating the OS couldn't be booted and to use recovery tools. Just for fun, rebooted again, same problem.
  • So......I reinstalled Windows.
This test was a fail. I had already checked for software to change the SID live. There used to be a software that was part of sysinternals, but it has been deprecated and removed, probably after MS bought sysinternals. The other software out there is SIDCHG, which is a paid software. They have a 30-day trial, but it says "SIDCHG is free to try but not to use", which makes me think it won't actually do the thing until you pay, I could be wrong. The price is high enough that it isn't a casual purchase - something like $240 for a single person, professional use.
LOL I tried NewSID from sysinternals and it ran for an hour (gpu busy but no hd use) I ended it rebooted and ofcourse my user account was trashed, system restore got me back, next I'll just create a new user (gets a new sid) and copy my data over. Creating a new user with new shared drives didn't work either, when logged into the new user. I ran Get-WmiObject win32_useraccount | Select-Object Name,SID with powershell and found other identical users and sids. Not sure where to go from here aside from nuke and pave. After watching this guys video on SIDCHG, it appears he didn't pay, I may give it a go. I'll report back. video
 
Last edited:
OMG! After spending two days on this IT WORKED! Instant sharing with mapped drives with no passwords on either host or clients. I can't believe MSFT hasn't patched this yet. I couldn't get the AMD version to work on mine so I ran the X64 (just living on the edge) Just download SIDCHG and follow the instructions on this video to change all SIDS. In my machine it just shut down cold after it ran behind the blue screen with the time, I powered it up and a black warning popped up to not turn off the machine, a couple minutes later it logged into my account and bam all sids were changed, you can test with this cmd Get-WmiObject win32_useraccount | Select-Object Name,SID your machines after to check 😁 👍
 
Last edited:
Back
Top