0% found this document useful (0 votes)
6 views1 page

Fixing Corrupted Files and Permissions

The document provides recommendations for resolving four technical issues: corrupted files, updating VLC media player, ending malicious processes, and fixing file permissions. For corrupted files, it recommends deleting the file from the Users directory. For updating VLC, it recommends checking the current version, downloading an update, installing it, and verifying the update. For malicious processes, it recommends using Powershell to view processes, noting the problematic process's ID, and using Taskkill to end it. For permissions, it recommends navigating to the file, editing its security permissions to allow writing, applying the change, and verifying it grants write access.

Uploaded by

Ildi Ildy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Fixing Corrupted Files and Permissions

The document provides recommendations for resolving four technical issues: corrupted files, updating VLC media player, ending malicious processes, and fixing file permissions. For corrupted files, it recommends deleting the file from the Users directory. For updating VLC, it recommends checking the current version, downloading an update, installing it, and verifying the update. For malicious processes, it recommends using Powershell to view processes, noting the problematic process's ID, and using Taskkill to end it. For permissions, it recommends navigating to the file, editing its security permissions to allow writing, applying the change, and verifying it grants write access.

Uploaded by

Ildi Ildy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

For Corrupted File: My recommendations:

1. Go to C:\Users\directory and delete the corrupted file.

For Update VLC: My recommendations:

1. Go to Programs and Features -> Control Panel and see the version of current VLC.

2. Download the VLC from the given link [Link]

3. Click on the downloaded VLC package and install it, and again go to Program and Features ->
Control Panel to

4. make sure you're the previous version is updated.

For End malicious processes: My recommendations:

1. Run Windows Powershell as an administrator.

2. Type tasklist command in the shell terminal. This will show you the list of running processes.

3. You will see the running malicious process, note down the PID of the process on your local editor.
4. Type Taskkill /PID pid_number /F, this command will end the malicious process.

For Fix Permissions: My recommendations:

1. Go to the directory where file super_secret_file.txt is present.

2. Right-click on the text file. Go to Security, Click on the edit button to change the permission.

3. In the Permissions for Everyone, click on the checkbox in front of Write to Allow the permission on
the file.

4. Click on Apply, then click on OK. Hope this will help you!

You might also like