automation

  1. Windows 10 Automove script

    Hi everyone Was wondering if anyone can help me with this problem, of moving files off a c: drive to a network drive. So at work we have a machine that outputs .txt files now as an example these files include data about ..pets so in the folder I have hundreds of files that are named similar to...
  2. S

    Windows 10 Open a .url in a tab of Microsoft Edge

    Hi, I want to open a specific .url in a new tab of Microsoft Edge, this is the file I used for Explorer, can anyone convert for Edge? thanks Const OpenInNewTab = &H0800 Const OpenInBackgroundTab = &H1000 Site = "https:\\www.google.com" Dim oIE Dim objShell Dim objWindows Set objShell =...
  3. ServiceNow Unveils Google Pact on Path to $10 Billion Sales Goal

    ServiceNow Inc., a maker of cloud-based software, unveiled a partnership with Google Cloud and introduced new finance automation software in a bid to reach $10 billion in annual sales. Continue reading...
  4. M

    Windows 10 Find and replace TEXT with FILENAME

    Hello. I have several hundred text files in a folder. I would like to replace the text "Hello" present in every files with the actual "filename". How to do that? Can I use a Script or PowerShell? Thank you!
  5. P

    Windows 7 How to edit (e.g. name) of a task in built-in Task Scheduler?

    Assume I setup a task in Task Scheduler. It appears in Task Scheduler as active task with the status "Ready". Now I want to edit this task e.g. the name of the task. How can I achive this? If I mark e.g. the task in task list or double click on it then I still can not edit the entry...
  6. P

    Windows 7 Searching tool to execute a prgm after certain time of incativity?

    I am searching a tool which let me define - a certain time of inactivity (e.g. 30 minutes) with no keypress or mouse movements and - another program (or batch script) (with parameters) which is automatically executed after this time of inactivity. Can soemone give me a recommendation for such...
  7. Bosch: Why AI and IoT Demand a New Problem Solving Approach

    Bosch’s North American president sheds light on how artificial intelligence and the Internet of Things are changing how industrial companies innovate. Continue reading...
  8. Automatic boot, like alarm clock?

    Hi, Id like to know if there is a way I can customise my pc, either windows 7 or 10, to boot up automatically at the same time every morning. Without me touching anything... while I'm still in bed. I am currently venturing into the world of retail trading and need to be up and at my desk by...
  9. Artificial Intelligence Is Coming for Hiring, and It Might Not Be That Bad

    Instead of relying on people’s feelings to make hiring decisions, companies use machine learning to detect the skills needed for certain jobs. The AI then matches candidates who have those skills with open positions. The companies claim not only to find better candidates, but also to pinpoint...
  10. B

    Windows 10 Just trying to save time

    Hi. I am new to this forum and Windows and I apologise if this has been asked/answered before. Is it possible to program (say) a function key to 1) Open a notepad file then 2) Select all (ctrl-A) then 3) Copy to clipboard (ctrl-c) then 4) Open chrome browser then 5) Open a browser extension...
  11. M

    Windows 7 tasklist CMD

    I would like to know is it possible to make a cmd program in #C to monitor windows processes? CMD Starts and automatically sends tasklist command every 10 seconds. If new process starts during that 10 seconds it opens TXT or another CMD windows to inform me that process name and location...
  12. L

    Windows 10 Excel help

    Hello all. I have no programing knowledge at all. Yea, i have taken a single intro class to java but that dos not go well and that was years ago. First, ill explain what o do have and it works. In excel, i jave in column A1:A95 names of common materials such as aisi 1020 steel, alm 7025 t6...
  13. K

    Hide backup drives from malware

    I have implemented a method to 'hide' external USB backup drives from Windows. The process works as follows: - use Device Manager to determine the Hardware ID or Parent ID of the USB drive - label the USB drive appropriately - create a script to invoke Removedrive (freeware by Uwe Sieber) with...
  14. Introducing WinAppDriver UI Recorder

    A new open-sourced tool is now available for the Windows Application Driver (WinAppDriver) community: the WinAppDriver UI Recorder tool. This tool will enable users to easily create automated UI tests. For those of you not familiar with WinAppDriver, it is a UI automation service for Windows 10...
  15. Announcing support for Pen with Windows Application Driver v1.1 – Preview available now

    Windows Application Driver (WinAppDriver) is continuing Microsoft’s investment in UI test automation tools for Windows 10, and now, we’re excited to announce the next release of WinAppDriver—version 1.1! A preview is available today— bringing support for Pen automation. The full v1.1 release is...
  16. New capabilities of Windows Defender ATP further maximizing the effectiveness and robustness of endpoint security

    Our mission is to empower every person and every organization on the planet to achieve more. A trusted and secure computing environment is a critical component of our approach. When we introduced Windows Defender Advanced Threat Protection (ATP) more than two years ago, our target was to...
  17. I'm looking for a specific software...

    Every time I right-click and copy a link to a video I want that link to be sent to a clipboard. That way I won't have to copy and paste every link I come across. Is there software like that?
  18. Content Intelligence to Fuel Cognitive Automation

    Organizations using robotic process automation will need to look toward technologies and solutions that deliver an added level of content intelligence, to make the robots smarter and more effective. Continue reading...
  19. R

    Windows 10 command to remove DNS entries in Advanced Settings?

    Hi All Wondering if anyone knows a command to remove the DNS entries within the advanced TCP/IP settings? The primary and secondary DNS IP need to be changed with the tertiary and quaternary DNS IP. Simple enough doing it manually but there's over 50 VMs this needs to be done on so i'm trying...
  20. B

    Windows 7 Batch file to format HD Unattended

    Hey Guys, I was wanting to create a batch file to automatically format my harddrives unattended. My pc's are Windows 7. I dont want to press any keys, Id like for it to be fully unattended What I have so far is this: @echo off format C: /FS:NTFS /X Will this work? Have you guys tested any...