automation

  1. 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...
  2. 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...
  3. 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 (...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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
  10. M

    Powershell to download file from Gdrive

    Dears, I need to download excel file from my Gdrive account with current date as filename and save it at specific folder when computer starts. I tried from internet but could not succeed. Kindly guide me Regards,
  11. E

    Windows 8 Win startup script - open a browser full screen on a selected display

    Hi, is it possible to make a startup script (win 7-10) doing the following: 0. Script starts with the OS. 1. Detects connected to PC displays (I use a TV display, hdmi). 2. Opens a web browser on TV (f.ex. display 1) FULL screen mode. 3. The browser starts with a particular user profile (f.ex...
  12. TomNXT

    Windows 11 batch script on logoff does not work

    Hello, so i added my batch script for auto turning off nanoleafs on pc shutdown via this tutorial Executing a batch script on Windows shutdown but it does not work, if you run the script alone, it works fine, but not on windows shutdown... any ideas? Its added in a shutdown folder and also...
  13. whoosh

    VIDEO Optimus Robot Revealed at Tesla AI Day

    :iee:
  14. whoosh

    VIDEO Elon Musk will reveal human-sized Optimus butler robot in 10 DAYS and says it’s ‘cheaper than a car

    🤖
  15. whoosh

    VIDEO Spotted | Starship Delivery Robot in Milton Keynes 😲🤖

    :shocked:
  16. whoosh

    VIDEO See how these machines work, can't believe. Incredible technology modern machines

    :iee:
  17. whoosh

    VIDEO Stunning AI shows how it would remove humans. w Elon Musk.

    Humans are working hard to beat AI to it :rolleyes:
  18. Otuama

    VIDEO App to move forground window every x minutes

    Hi... here's a strange question for you. We've recently 'updated' our 3d software and some systems have run into a purely random, but VERY frustrating issue. It's a known issue but the developers of our render software can't replicate it because it's very random. What happens is: When a...
  19. 6

    Windows 10 How to send a exit program signal to a program prior to Windows shutdown

    Good morning all, I use a folder lock program which allows me to hide / unhide personal folders. I start the software, enter my code and the folders are then displayed. The software sits as a small icon down by the clock while the PC is on. In order to relock the folder, i then have to...
  20. S

    Windows server 2022 hidden idle?

    Hi. I have a problem using windows server 2022. I use an an edge extension software that runs automatically but the problem is as soon as the microsoft edge window isn't highlighted (up) the software starts to slow down and i notice the CPU usage decline. This does not happen if i have the edge...
Back
Top