Windows 10: Scripts

Discus and support Scripts in Windows 10 Support to solve the problem; Hi All I hope someone can help or push me in the right direction: I work for a company that support many external customers across the country - we... Discussion in 'Windows 10 Support' started by MarcMorgan, Nov 24, 2020.

  1. Scripts


    Hi All

    I hope someone can help or push me in the right direction:

    I work for a company that support many external customers across the country - we have control over their backup solutions etc, I need to be able to do the below (i would like to create a script to help save time/effort) - i have no idea and never done scripting before haha

    We have several backup solution Products used for different customers ALL which send an email report (xlsx) to a particular email, i would like to be able to complete the below (automated)

    Email comes into outlook inbox\subfolder
    It exports the xlsx file from the email (moves the email to another subfolder (not as important))
    Places the xlsx in a folder on the machine (does this for any email that comes in) - marks/renames file (can be 001/002 etc)
    Reads the contents of the spreadsheets (looking for 2 tabs/sheets)
    outputs the content to a spreadsheet (that gets created daily (automated if possible)

    Basically my overall plan is not to read the emails and open up the files and check each one daily, but rather to open 1 file that pulls all the right information into this file, that way i can just take a look at one spreadhseet and resolve any issues required.

    :)
     
    MarcMorgan, Nov 24, 2020
    #1
  2. mbmeadows Win User

    Constant script errors and slow loading pages in 10 internet explorer 11

    I have done the steps listed above. They have not helped and I am still getting constant script errors, along with slow loading pages. Are there any other suggestions?
     
    mbmeadows, Nov 24, 2020
    #2
  3. auto trivia restart script?

    I know everyone is so busy here so I'm suggesting an auto restart script so trivia is a benefit instead of a burden. Can anyone make this script?
     
    vectoravtech, Nov 24, 2020
    #3
  4. Scripts

    Windows Script Host

    Hi Tiara,

    The message "Windows Script Host access is disabled on this machine. Contact your administrator for details" is usually occurring if a program that does not require the feature of Windows Script Host is running on a Windows PC. For us to provide an accurate
    solution, we would need you to answer the following questions:

    • Which build, version and edition of Windows is installed on your computer?
    • Does the message appear when you are launching a specific application?
    • What changes were made to the device before this issue happened?

    For initial troubleshooting, we suggest following the steps provided by
    Ramesh Srinivasan
    in this thread.

    We are looking forward to your response.
     
    Darleen Pen, Nov 24, 2020
    #4
Thema:

Scripts

Loading...
  1. Scripts - Similar Threads - Scripts

  2. Preview Voice for Microsoft Helena not working after installing via PowerShell Script

    in Windows 10 Gaming
    Preview Voice for Microsoft Helena not working after installing via PowerShell Script: Hi,I am working with a machine that has Windows 10 Enterprise 2016 LTSB with OS Version 1607. I had to install the Spanish Language Pack and the Microsoft Helena Text to Speech voice via offline Meaning that I had no access to internet. I was able to install the Spanish...
  3. Preview Voice for Microsoft Helena not working after installing via PowerShell Script

    in Windows 10 Software and Apps
    Preview Voice for Microsoft Helena not working after installing via PowerShell Script: Hi,I am working with a machine that has Windows 10 Enterprise 2016 LTSB with OS Version 1607. I had to install the Spanish Language Pack and the Microsoft Helena Text to Speech voice via offline Meaning that I had no access to internet. I was able to install the Spanish...
  4. how to execute a custom script based on a specific windows notification or edge...

    in Windows 10 Gaming
    how to execute a custom script based on a specific windows notification or edge...: I am looking for a way to run a custom script which is located on my local drive when I receive a specific notification based on notification title? or from an edge notification from a specific url?I am using omnichannel on the CRM dynamics platform to receive phone calls in...
  5. how to execute a custom script based on a specific windows notification or edge...

    in Windows 10 Software and Apps
    how to execute a custom script based on a specific windows notification or edge...: I am looking for a way to run a custom script which is located on my local drive when I receive a specific notification based on notification title? or from an edge notification from a specific url?I am using omnichannel on the CRM dynamics platform to receive phone calls in...
  6. how to execute a custom script based on a specific windows notification or edge...

    in Windows 10 Network and Sharing
    how to execute a custom script based on a specific windows notification or edge...: I am looking for a way to run a custom script which is located on my local drive when I receive a specific notification based on notification title? or from an edge notification from a specific url?I am using omnichannel on the CRM dynamics platform to receive phone calls in...
  7. How to solve this Windows Script Host Error. It keeps popping up. The error says- cannot...

    in Windows 10 Gaming
    How to solve this Windows Script Host Error. It keeps popping up. The error says- cannot...: The error says- cannot find script file "C:\Users\Public\BrowserApp\BrowserApp.vbs"How do I get rid of this error. https://answers.microsoft.com/en-us/windows/forum/all/how-to-solve-this-windows-script-host-error-it/8ae80aa5-f7d9-44da-b69f-650a19ff1063
  8. How to solve this Windows Script Host Error. It keeps popping up. The error says- cannot...

    in Windows 10 Software and Apps
    How to solve this Windows Script Host Error. It keeps popping up. The error says- cannot...: The error says- cannot find script file "C:\Users\Public\BrowserApp\BrowserApp.vbs"How do I get rid of this error. https://answers.microsoft.com/en-us/windows/forum/all/how-to-solve-this-windows-script-host-error-it/8ae80aa5-f7d9-44da-b69f-650a19ff1063
  9. How to solve this Windows Script Host Error. It keeps popping up. The error says- cannot...

    in AntiVirus, Firewalls and System Security
    How to solve this Windows Script Host Error. It keeps popping up. The error says- cannot...: The error says- cannot find script file "C:\Users\Public\BrowserApp\BrowserApp.vbs"How do I get rid of this error. https://answers.microsoft.com/en-us/windows/forum/all/how-to-solve-this-windows-script-host-error-it/8ae80aa5-f7d9-44da-b69f-650a19ff1063
  10. Why do I get "access denied" when I try to run commands from file through a batch script?

    in Windows 10 BSOD Crashes and Debugging
    Why do I get "access denied" when I try to run commands from file through a batch script?: I am trying to write a script that should run some commands from a file specifically commands for pg_dump and pg_restore, or backup and restore of Postgres database, but I am receiving an "access denied" output.The script looks like this:@echo offrem enters postgres directory...