79471579

Date: 2025-02-27 04:18:11
Score: 1.5
Natty:
Report link

i was able to fix it by using this string

$Model = ([System.Text.Encoding]::ASCII.GetString($Monitor.UserFriendlyName)).Replace("$([char]0x0000)","")

using [char] is the best option

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: shoober420