خدعة شاشة زرقاء وهمية

عندما كنت أدير مركز صيانة أتاني شاب بجهاز لابتوب يعاني من تكرار ظهور الشاشة الزرقاء، ولكن بعد الفحص لم يكن بالجهاز عطل، وبعد التسلسل بالسؤال حول بداية المشكلة، ذكر بأنها ظهرت بعد أن قام بترقية وحدة التخزين بأحد محال الصيانة، وعندما عاد بالمشكلة للشاشة الزرقاء ذكروا بأن المشكلة تحتاج لتغيير مذربورد!

بعد إعادة الفحص وجدت بأن هناك باتش يبدأ مع بداية تشغيل ويندوز، وهذا الباتش عبارة عن اظهار شاشة زرقاء وهمية توهم المستخدم البسيط يعتقد بأن جهازه عطلان، وشرحت مسبقا طريقة انشاء ملفات الباتش لمساعدتك في كثير من الامور ويمكن الاطلاع على الشرح بالضغط هنا

أما خدعة الشاشة الزرقاء، فهي حيلة قديمة جداً وتستخدم من باب المزاح، وهذا هو الكود الخاص بها يمكن نسخه ولصقه مباشرة:


@echo off
echo Set WshShell = WScript.CreateObject("WScript.Shell") > temp.vbs
echo WshShell.SendKeys "{F11}" >> temp.vbs
start temp.vbs
color 17
echo A problem has been detected and Windows has been shut down to prevent damage
echo to your computer.
echo.
echo The problem seems to be caused by the following file: SPCMDCON.SYS
echo.
echo PAGE_FAULT_IN_NONPAGED_AREA
echo.
echo If this is the first time you've seen this stop error screen,
echo restart your computer. If this screen appears again, follow
echo these steps:
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer
echo for any Windows updates you might need.
echo.
echo If problems continue, disable or remove any newly installed hardware
echo or software. Disable BIOS memory options such as caching or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer, press F8 to select Advanced Startup Options, and then
echo select Safe Mode.
echo.
echo Technical information:
echo.
echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x00000000)
echo This is a prank made by Samir Junaid - Follow @SamirJunaid
echo.
echo.
echo ***  SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c
ping -n 2 0 > nul
del /q temp.vbs
ping -t 0 > nul

اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *