From bcee76a5a48c85a94c96ac397b2ac4346a77e7db Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 17 May 2022 02:13:08 +0000 Subject: [PATCH] initial commit --- bsodfix.command | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bsodfix.command diff --git a/bsodfix.command b/bsodfix.command new file mode 100644 index 0000000..1726ef0 --- /dev/null +++ b/bsodfix.command @@ -0,0 +1,5 @@ +cd /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ +sudo mv public.generic-pc.icns public.generic-pc_lame.icns +sudo cp com.apple.mac.icns public.generic-pc.icns +echo "script complete." +exit \ No newline at end of file