Jump to content

Hide Windows error message when you remove an usb in use


Go to solution Solved by MikahS,

Recommended Posts

Tried anything yourself ?

Jos

I was looking at this script: '?do=embed' frameborder='0' data-embedContent>>

However I have not found a way to modify it for my purpose.

 

This seems a good idea. I've never used this function before so I have to make some tests. I could use it every second (for example) for close this windows(I have also to control what is the name of the window)

Link to comment
Share on other sites

  • Solution

Local $title = "Problem Ejecting USB Mass Storage Device"

While 1
    If WinExists("[TITLE:" & $title & "]") Then
       WinClose("[TITLE:" & $title & "]")
    EndIf
WEnd

something like this? :)

Edited by MikahS

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

Link to comment
Share on other sites

Thank you so much for writing the code! :) I will try it!

 

I seem to be in an all to generous mood today, but it's my pleasure. ;)

Edited by MikahS

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...