Windows 10: How can I designate a specific vbscript as trusted, so that that particular script does not...

Discus and support How can I designate a specific vbscript as trusted, so that that particular script does not... in AntiVirus, Firewalls and System Security to solve the problem; How can I designate a specific vbscript as trusted, so that that particular script does not trigger the open file security warning in Windows 10?... Discussion in 'AntiVirus, Firewalls and System Security' started by marceepoo, Aug 12, 2023.

  1. marceepoo Win User

    How can I designate a specific vbscript as trusted, so that that particular script does not...


    How can I designate a specific vbscript as trusted, so that that particular script does not trigger the open file security warning in Windows 10?

    :)
     
    marceepoo, Aug 12, 2023
    #1
  2. LemP Win User
  3. Jake104E Win User
    How do I use Format-function in VBScript Script File

    I have a number 73.456662781901

    I only want to show it as 73.46

    The number is in the variable DSL (and it shows the Disc Space Left on the particular hard drive)

    I tried:

    format(DSL, "0.00")

    But the script fails - saying "variable is undefined: 'format'

    So - how do I do it in VBScript?
     
    Jake104E, Aug 12, 2023
    #3
  4. Kane_832 Win User

    How can I designate a specific vbscript as trusted, so that that particular script does not...

    VBscript-ing

    How do i make a VBscript that calls another VBScript? I'm making a script that will do multiple things and i dont know how to do this.

    If my question doesn't make sense please let me know.
     
    Kane_832, Aug 12, 2023
    #4
Thema:

How can I designate a specific vbscript as trusted, so that that particular script does not...

Loading...
  1. How can I designate a specific vbscript as trusted, so that that particular script does not... - Similar Threads - designate specific vbscript

  2. How to disable a specific app in a particular situation?

    in Windows 10 Gaming
    How to disable a specific app in a particular situation?: Please help me find a method to do as a title.For example: I have the software to type our language, but I don't want it to be available without a text box area it means I would like to use only that software for typing in the chat box because some shortcuts that I use can...
  3. How to disable a specific app in a particular situation?

    in Windows 10 Software and Apps
    How to disable a specific app in a particular situation?: Please help me find a method to do as a title.For example: I have the software to type our language, but I don't want it to be available without a text box area it means I would like to use only that software for typing in the chat box because some shortcuts that I use can...
  4. How i can remove trusted installer?

    in Windows 10 Gaming
    How i can remove trusted installer?: I'm having a problem with TrustedInstaller; it won't let me format an old hard drive, nor will it allow me to delete any folders from it, not even a games folder that I have. This issue arose after reinstalling Windows on a new SSD. I can't even install Python in the...
  5. How i can remove trusted installer?

    in Windows 10 Software and Apps
    How i can remove trusted installer?: I'm having a problem with TrustedInstaller; it won't let me format an old hard drive, nor will it allow me to delete any folders from it, not even a games folder that I have. This issue arose after reinstalling Windows on a new SSD. I can't even install Python in the...
  6. How i can remove trusted installer?

    in Windows 10 Network and Sharing
    How i can remove trusted installer?: I'm having a problem with TrustedInstaller; it won't let me format an old hard drive, nor will it allow me to delete any folders from it, not even a games folder that I have. This issue arose after reinstalling Windows on a new SSD. I can't even install Python in the...
  7. How can I automate Outlook tasks in the future without VBScript?

    in Windows 10 Software and Apps
    How can I automate Outlook tasks in the future without VBScript?: I rely on a VBScript to BCC all outgoing Outlook emails automatically. What will replace this kind of VBScript functionality in the future? https://answers.microsoft.com/en-us/windows/forum/all/how-can-i-automate-outlook-tasks-in-the-future/975c1680-5ba2-4459-957a-609386f3d28f
  8. How can I designate a specific vbscript as trusted, so that that particular script does not...

    in Windows 10 Gaming
    How can I designate a specific vbscript as trusted, so that that particular script does not...: How can I designate a specific vbscript as trusted, so that that particular script does not trigger the open file security warning in Windows 10?...
  9. How can I designate a specific vbscript as trusted, so that that particular script does not...

    in Windows 10 Software and Apps
    How can I designate a specific vbscript as trusted, so that that particular script does not...: How can I designate a specific vbscript as trusted, so that that particular script does not trigger the open file security warning in Windows 10?...
  10. How do I use Format-function in VBScript Script File

    in Windows 10 Network and Sharing
    How do I use Format-function in VBScript Script File: I have a number 73.456662781901 I only want to show it as 73.46 The number is in the variable DSL and it shows the Disc Space Left on the particular hard drive I tried: formatDSL, "0.00" But the script fails - saying "variable is undefined: 'format' So - how do I...