Over the years, Microsoft has tightened the reins on Windows 11 in different directions. They claim it's all about improving security, but that's debatable.
One particular area causing a lot of grief is sharing and mapping drives. Microsoft has tightened this so much that it's currently very difficult to fix. One fix I've found that works so far is 'Enable insecure logins for mapped drives'. This involves two statements that need to be inserted using PowerShell. They are:
I like to keep my Windows 11 ISOs up to date, so I slipstream my own with NTLite. These two statements have stumped me when it comes to inserting them into NTLite. I can't for the life of me figure out how to do it.
I have several .reg files, including one I made about 10 years ago, and I can insert them through the 'Add Registry File' option in NTLite. However, these two modifications are done through PowerShell. I searched the Registry hoping to save these two modifications for inclusion in NTLite, but I can't find them. I just don't know how or where PowerShell saves them.
Any help would be greatly appreciated.
Cheers, John
One particular area causing a lot of grief is sharing and mapping drives. Microsoft has tightened this so much that it's currently very difficult to fix. One fix I've found that works so far is 'Enable insecure logins for mapped drives'. This involves two statements that need to be inserted using PowerShell. They are:
Code:
Set-SmbClientConfiguration -RequireSecuritySignature $false
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true
I have several .reg files, including one I made about 10 years ago, and I can insert them through the 'Add Registry File' option in NTLite. However, these two modifications are done through PowerShell. I searched the Registry hoping to save these two modifications for inclusion in NTLite, but I can't find them. I just don't know how or where PowerShell saves them.
Any help would be greatly appreciated.
Cheers, John
- Windows Build/Version
- Vers 25H2 Build 26200.8246
My Computer
System One
-
- OS
- Windows 11 pro
- Computer type
- PC/Desktop
- Manufacturer/Model
- Home Built
- CPU
- i9
- Motherboard
- z790-a
- Memory
- 128gb
- Graphics Card(s)
- onboard
- Sound Card
- onboard
- Monitor(s) Displays
- 34" Curved
- Screen Resolution
- 60hz
- Hard Drives
- Four Samsung 990Pro SSD @ 1TB in Raid 0
- PSU
- 750 Gigabyte
- Cooling
- Thermaltake Water 3
- Keyboard
- Keji
- Mouse
- keji
- Internet Speed
- flipping Fast
- Browser
- Chrome
- Antivirus
- Microsoft




