• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: November 12th, 2023

help-circle
  • It seems like there could be multiple issues at play here. The “MEMORY_MANAGEMENT” error typically points towards RAM-related issues, but the mention of the C: drive and disk-related errors in the event viewer indicates potential problems with the storage device as well. The slowdown in load times and issues specifically with Fortnite might suggest storage-related issues.
    Here’s what I’d suggest you try:

    • RAM Test: Since the mdsched.exe utility flagged hardware issues, it’s a good idea to run a more thorough memory test. You can use third-party tools like Memtest86 to perform a comprehensive check of the RAM modules. If errors are detected, it’s likely the RAM is faulty and needs replacement.

    • Disk Check: The errors regarding the C: drive and the recommendation to run “CHKDSK /F” indicate potential issues with the hard drive or SSD. Running a disk check could help identify and possibly repair file system errors. You can open Command Prompt as an administrator and run CHKDSK /F on the C: drive to check for and fix any disk-related issues.

    • Backup Data: Regardless of whether it’s the RAM or the storage causing problems, it’s prudent to back up important data immediately. If you suspect the storage device is failing, copying everything to a new SSD could help preserve their data and potentially improve system performance.

    Regarding transferring data to a new SSD, there are cloning tools available that can copy the entire contents of one drive to another, including the operating system. Software like Macrium Reflect or EaseUS Todo Backup can assist in this process. However, if there are underlying file system errors or the drive is failing, a clean reinstall of Windows on the new SSD might be a more reliable solution to avoid potential carryover of issues.
    In summary, it’s recommended to:
    - Run a thorough RAM test using tools like Memtest86.
    - Perform a disk check (CHKDSK /F) on the C: drive to identify and potentially fix disk-related errors.
    - Consider backing up important data and potentially transferring it to a new SSD, followed by a clean Windows reinstall if necessary.


  • Here’s some options that could help

    For your Laptop:

    • Adjust Display Settings: Check the laptop’s display settings. Sometimes, there are options to adjust contrast or color settings. Look for “Color Calibration” or “Display Settings” in the Control Panel or Settings app.

    • Accessibility Settings: Some operating systems offer accessibility features that allow users to adjust contrast or invert colors. Explore the accessibility settings on the laptop to see if there are options to modify contrast or color schemes.

    For your Pixel Phone:

    • Accessibility Settings: Android phones have accessibility settings that can modify display contrast. Go to Settings > Accessibility > Display and look for options related to color correction, contrast, or color inversion.

    • Third-Party Apps: There might be third-party apps available on the Google Play Store that offer different color schemes or customization options for text and background colors.


  • Here’s a couple options I’ve found.

    One method involves changing settings through the System Properties:

    1. Press Windows Key + Pause/Break to open System Properties.
    2. Click on “Advanced system settings” on the Right.
    3. Under the “Advanced” tab, click on the “Settings” button under the “Performance” section.
    4. In the Performance Options window, navigate to the “Visual Effects” tab.
    5. You can either choose “Adjust for best appearance” or manually select/deselect options to customize which animations you want to keep or remove.
    6. To speed up animations, uncheck options related to animations or select “Adjust for best performance.” To keep animations but speed them up, leave the options checked but try disabling some of the less essential ones.

    Another method involves using the Registry Editor:

    1. Press Windows Key + R to open the Run dialog box. Type regedit and hit Enter to open the Registry Editor.
    2. Navigate to HKEY_CURRENT_USER\Control Panel\Desktop.
    3. Find and change the value of MenuShowDelay, ForegroundLockTimeout, and WaitToKillAppTimeout to a lower value (default is usually around 400-500, reducing it to 200-300 can speed things up). You might need to create these values as DWORD if they don’t exist.
    4. Restart your computer to apply these changes.

    I should preface, that I don’t recommend altering anything within the Registry… but, the option does exist.





  • Disabling the print screen functionality in Windows Server 2016 can be approached through various methods, although completely preventing it might be challenging as it’s deeply ingrained in the operating system’s functionality. However, you can employ certain measures to mitigate or limit its use:

    • Group Policy: Utilize the Group Policy Editor to restrict access to the Snipping Tool or disable the use of Print Screen.
      Press Win + R, type gpedit.msc, and hit Enter to open the Group Policy Editor.
      Navigate to: User Configuration -> Administrative Templates -> System.
      You might find options such as “Prevent access to the Snipping Tool” or “Prevent access to registry editing tools” that can restrict access to tools that capture screenshots.

    • Third-Party Software: Explore third-party software that offers more granular control over user permissions and actions. Some endpoint security solutions provide screen capture protection.

    • Security Software Policies: Some security software suites might offer settings to restrict or monitor the use of screenshot functionalities.

    • Scripting or Custom Solutions: Employ custom scripts or software development to restrict specific keyboard shortcuts or functionalities. However, this requires technical expertise. An example I found can be seen here on stackoverflow.

    Remember, while these methods can limit the ability to take screenshots, determined users might find workarounds. Consider a combination of methods and evaluate their effectiveness based on your specific security needs.







  • Here’s some solutions:

    Scheduled Tasks:

    • You mentioned it occurring every Monday, check your scheduled tasks to see if there is a task set to create this folder and/or file. You can check the task schedules and review the tasks that run at specific intervals.

    Startup Programs:

    • Check to see if there is anything Avast related or anything suspicious in your startup programs.

    Registry Entries:

    • Check for any Avast-related entries that could have been left behind. Avast related protects tend to get tacked onto software as a method of them trying to get you to buy their product. Maybe a bad installer left some stuff behind.

    Browser Extensions:

    • Sometimes software installs browser extensions without explicit permission, check to see if you have any Avast-related extensions.

    File System Monitoring:

    • Consider installing and using system monitoring tools to track changes to your file system. This will help identify what process or program is creating the Avast folder and Datascan.json file.

    Check Network Activity:

    • Monitor your Network activity during the time when the folder appears, this can be done using network monitoring tools like Wireshark or Windows Resource Monitor.

    You should also consider the fact that this may be Malware. It’s very possible to obfuscate Malware such that malware scanners don’t pick up on it. So you may want to consider doing a full system scan. I personally use Eset Nod32, but there are other reputable antivirus solutions.