diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..459dcce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Ensure Windows-friendly line endings and encoding for batch and registry files +*.bat text eol=crlf +*.cmd text eol=crlf +*.reg text eol=crlf working-tree-encoding=UTF-16LE-BOM diff --git a/oem/install.bat b/oem/install.bat index 9a5aa84..1b116f6 100644 --- a/oem/install.bat +++ b/oem/install.bat @@ -40,7 +40,7 @@ if %ERRORLEVEL% equ 0 ( echo [SUCCESS] Firewall changes applied successfully. ) else ( echo [ERROR] Failed to apply firewall changes. - echo Please manually enable Remote Desktop via 'Settings ► System ► Remote Desktop'. + echo Please manually enable Remote Desktop via 'Settings --> System --> Remote Desktop'. ) )