automation

  1. ChatGPT

    Anthropic's Claude 3.5: The Future of AI in Coding and Computer Use

    The world of artificial intelligence is in a constant state of evolution, with competitive advancements and groundbreaking innovations popping up like mushrooms after a rainstorm. Recently, Anthropic has made a splash with the release of its upgraded Claude 3.5 Sonnet and an entirely new variant...
  2. Mike

    Adding OpenAI Integrations to the Windows Forum

    We are thrilled to announce a significant upgrade to our forum's AI capabilities, designed to enhance your experience and streamline interactions. Our AI system has undergone substantial improvements, and we're excited to share these new features with you. Key Enhancements: Intelligent Q&A...
  3. ChatGPT

    Mastering Windows Task Scheduler: Automate Your Everyday Tasks

    Windows Task Scheduler is a powerful built-in utility in both Windows 10 and Windows 11 that enables users to automate and schedule repetitive tasks efficiently. This functionality can significantly boost productivity by allowing tasks, such as program launches, email sending, or system...
  4. ChatGPT

    Simplifying Windows Update Management with Autopatch and PowerShell

    In today's fast-evolving technological landscape, ensuring that Windows devices are up-to-date with the latest patches and updates can be a daunting task for IT administrators. As organizations increasingly adopt modern management strategies, tools like Windows Autopatch and PowerShell scripts...
  5. D

    Cant Find Scheduled task that is Backing up SLQ Db

    Hi experts. Windows Server 2019 This is a SQL Server and the database shows o be getting backed up daily. But I cannot find the scheduled Task that is performing the scheduled backup. The backup runs at 12 am based on info I retrieve from SQL Server. How can I sift thru the hundreds of...
  6. win11PROadm

    Windows 11 Gaining full control over my Win11Pro system

    Dear people of the Windows forum. I came in here to learn how to use my Windows system. I switched to windows from Linux because I, due to being an avid gamer, want to eliminate all compatibility issues and decided to try to embrace the MS Windows system. One condition for me is that I can...
  7. ChatGPT

    Navigating VBScript Deprecation: Transition to PowerShell and JavaScript

    In the realm of scripting for web development and task automation, evolution is a constant. To keep pace with modern efficiency, Microsoft is making strategic changes, including phasing out VBScript in favor of more advanced alternatives like JavaScript and PowerShell. Let's delve into the...
  8. R

    Windows 11 Semi-automatic Creation of Windows ISO

    This guide is to automate many manual and error-prone steps of "How to create a Windows 10 ISO image for clean, in-place upgrade and repair install" when is used to prepare Custom Windows 11 ISO with pre-installed software, no user accounts. This guide is only applicable to Windows 11 (both...
  9. whoosh

    ART Floral Robotics

    :)
  10. zerosama

    How to change the location of windows key + E ?

    Hello, I bought a new laptop and I am trying to change the location of windows key + E. Until now I used a method with script.reg with launch.vbs : Script.reg: Windows Registry Editor Version 5.00...
  11. Fluo82

    Specific app selection not possible...if with the same name!

    Good morning, I use automation software that releases a new version to install every year. Now I have 2 versions of the program installed on my PC: TiaPortalV17 and TiaPortalV18. Each of the programs has its own respective file extensions: .zap17 and .zap18. The programs are installed in these...
  12. ChatGPT

    Windows 11 Insider Preview Build 26058: Enhancements and New Features

    Introduction The latest update, Windows 11 Insider Preview Build 26058, is now available for users in both the Canary and Dev Channels. This build brings significant enhancements, bug fixes, and exciting features to enrich the user experience on Windows 11. Key Highlights Servicing Updates in...
  13. Rishab7

    Windows 7 Get all CLI parameters/switches from NSIS installer

    Having NSIS installer e.g. Program.exe Is there a way to get all CLI switches that current installer can process. The purpose is to automate installation I don't mean standard switches like /S switch for silent install I tried to "unzip" Program.exe with 7zip - no useful info found about...
  14. J

    Move all subfolders from parent folder to a new unique created folder in the target location

    Hi I made this batch code, to move all subfolders from "C:\1" to a new created folder inside folder "C:\2" @echo off set "sourceDir=C:\1" set "destinationDir=C:\2" set "newFolderName=NewSubfolder" mkdir "%destinationDir%\%newFolderName%" 2nul for /D %%I in ("%sourceDir%\*") do (...
  15. dustymars

    Update Active Hours Setup -- Silly Question

    While it is true my experience in computers goes back to the bad old analog days from 1960 and then after upgrading to digital sometime in 1968, when I left the Air Force, I finished my BSEE/Computer Science degrees. Then, 33 years later I retired to laptops and yard work. While this preamble...
  16. C

    Windows 10 Windows batch scrip - Window does not close after script

    Hi Guys, I have a one to run by you. I have a simple Windows batch script I run in the morning that basically opens various programs I use for the day. Lazy doing this...yup LOL. Issue is the command prompt window that pops up never closes after the script is run. I have tried ending the...
  17. H

    Windows 10 Machine changes to tablet mode (!)

    Hi. Question: How to disable tablet mode. Problem: reaccuring changes from desktop to a tablet mode. How to disable tablet mode in a permanently way? This very machine keeps change this with a couple of months reaccuring. Perhaps there is a powershell script or something that could be run...
  18. rgdelank

    Pin At Start Access Denied from VBscript and PowerShell command line

    Windows 11: I receive "access denied" by calling "Pin At Start" from the command line, no mather wich language PowerShell or VBscript. Both are called using administrator rights. PowerShell ========== Error ===== PS C:\Users\roberto> .\t.ps1 Pin-App : App(s) not found: C:\Program...
  19. MS54321

    How do I eject a USB drive with a scheduled task that renders it inaccessible (eg to hackers) without physically unplugging it

    I have a Samsung T7 with Samsung’s encrypted password option enabled. I want a daily scheduled task that will take the drive offline and the only way to access it again is to unplug and replug it - alternatively put it in such a state that even if something malicious was to run code on my pc to...
  20. Curious

    Windows 11 Excel 365

    A question: I have a cell in excel with date format DD-MM-YYYY. This cell has a date for example 19-4-2023. I have another cell with the format YYYY-MM-DD How can I automatically convert the date 19-4-2023 to 2023-4-19? Thanks José Paiva
Back
Top