Hi INFORMATICA-CORASCO, I know it can be really frustrating when youre just trying to make a simple change to the hosts file and Windows keeps blocking you it feels like something that should be easy.
Saving the hosts file can fail because it’s read only blocked by UAC or antivirus or opened without elevation so the fix is to remove the read only attribute with attrib -r then open it using elevated PowerShell Start-Process notepad.exe … -Verb RunAs then temporarily disable Tamper Protection if needed use a command line append for quick edits and restore permissions afterward for security.
When you tried editing the hosts file did you check if it was marked as read only or if antivirus Tamper Protection was enabled?
Best regards
Lucky