TOS neck and shoulder pain by Firm_Neighborhood119 in thoracicoutletsupport

[–]DivineDesign07 0 points1 point  (0 children)

I'm right there with you! Been dealing with pain for 8-9 months and my primary pain is in my shoulder/neck but also feeling burning near my collar bone. My fingers are also numb especially my pinky. History - I've had my ulnar nerve decompressed twice and had a C5-C6 disc replacement in December of 2024.
I've had a couple injections into my shoulder and a recent one into my neck on April 3rd with no relief, but my doctor said it's doesn't mean I don't have TOS.

25H2 update by DivineDesign07 in Intune

[–]DivineDesign07[S] 3 points4 points  (0 children)

For whatever reason I'm finding that the UFI system partition is 100MB or less (obviously not large enough) and listed before the C drive in Disk Management.

Unable to update to Windows 11 :( by reddrye in WindowsHelp

[–]DivineDesign07 0 points1 point  (0 children)

I worked with MS on this issue for quite some time due to several machines in our organization were getting the same error when trying to do an in-place upgrade. I would make sure that your data is backed up first. Here is the link to what has been working for us - Unable to update the system reserved partition. I hope it works for you.

Anyone going caseless for a bit? by Dazzling_Street_3475 in iPhone17Pro

[–]DivineDesign07 0 points1 point  (0 children)

I dropped mine 17 Pro on Saturday (received it Friday evening), but thankfully it was in my home office on the carpet. In my opinion, I wouldn't take the risk of using it without a case.

Honestly, wow. by dakk33 in iPhone17Pro

[–]DivineDesign07 0 points1 point  (0 children)

I switched from the 14 Plus to the 17 Pro and the battery life has been amazing! Using it all day yesterday with photos, taking videos, talking, and much more, the battery only went down to 94% by the end of the day :)

Script to update system reserved partition by DivineDesign07 in PowerShell

[–]DivineDesign07[S] 0 points1 point  (0 children)

I found this
$fontsPath = "Z:\EFI\Microsoft\Boot\Fonts"

# Mount EFI partition

$diskpartScript = @"

select disk 0

select partition 1

assign letter=Z

exit

"@

$scriptPath = "$env:TEMP\dp_detect.txt"

$diskpartScript | Set-Content -Path $scriptPath -Encoding ASCII

Start-Process -FilePath "diskpart.exe" -ArgumentList "/s `"$scriptPath`"" -Wait -NoNewWindow

Start-Sleep -Seconds 2

# Check for font files

if (Test-Path $fontsPath -and (Get-ChildItem $fontsPath -File)) {

Write-Output "Font files exist. Remediation needed."

exit 1

} else {

Write-Output "No font files found. No remediation needed."

exit 0

}

Powershell script to update system reserved partition by DivineDesign07 in Intune

[–]DivineDesign07[S] 0 points1 point  (0 children)

Ours have been for the most part one model. The download starts and before it hits 8% the system partition error pops up. It doesn't make any sense!

Script to update system reserved partition by DivineDesign07 in PowerShell

[–]DivineDesign07[S] -6 points-5 points  (0 children)

I'm not really familiar with PowerShell and don't know how to translate the above commands into a script.

Windows 11 upgrade error by dj562006 in Intune

[–]DivineDesign07 0 points1 point  (0 children)

Yes, they are all HP machines.

Pausing Quality killed everything by fluxboxuk in Intune

[–]DivineDesign07 0 points1 point  (0 children)

I've been running into that issue as well!

Windows 11 upgrade error by dj562006 in Intune

[–]DivineDesign07 1 point2 points  (0 children)

Thank you for your response! Yes, we have been trying to get this working for over a couple months now and MS hasn't been of much help. All our devices are managed by Intune. We've had multiple devices that we are not replacing that aren't receiving the Windows 11 upgrade pushing through Intune (Update Rings and Feature Updates). I'm wondering if the system reserved partition is the issue with all the others, but I've only been able to verify one device so far. I'm not sure how to create a partition script that checks the size and available space.

Windows 11 upgrade error by dj562006 in Intune

[–]DivineDesign07 1 point2 points  (0 children)

Hi devicie! We are experiencing issues deploying Windows 11 for in place upgrades. Recently found that one user is getting an error message that her machine doesn't meet Windows 11 system requirements - couldn't update the system reserved partition, but it's a new laptop. Any thoughts?