CodingWonders / DISMTools

The connected place for Windows system administration
GNU General Public License v3.0
331 stars 12 forks source link

Program Exception #147

Closed Rollback-Jockey closed 1 month ago

Rollback-Jockey commented 1 month ago

What is the bug about? Please describe the bug you're experiencing. Examples: System.UnauthorizedAccessException: Access to the path 'D:\Program Files\DISM Tools\update.exe' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalDelete(String path, Boolean checkHost) at DISMTools.PrgAbout.UpdCheckBtn_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Error Message: Access to the path 'D:\Program Files\DISM Tools\update.exe' is denied.

Error Code (HRESULT): 80070005

Machine information:

Operating system information:

Processor information:

This information is gathered to help isolate the issue to a specific hardware or software configuration. No information that can be used to identify the user or the exact system is gathered.

If you don't want to send this information to the developers, paste the text that was copied to the clipboard in a text editor, remove this information, and copy the new text again.

How does it happen? Please provide the steps necessary to reproduce this bug: Selecting check for updates

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

NOTE: in the case of a program exception, you need to paste the error information in the first section. Remove example information beforehand.

CodingWonders commented 1 month ago

What happens if you delete update.exe manually?