scripting

  1. 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...
  2. 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...
  3. D

    Windows 10 Integrating Dynamic DHCP Scripts for Windows Clients in OpenVPN Environments

    Since I found very little on this I am assuming it is not possible. However this linux guy will ask more competent Windows followers for help! I have a linux based OpenVPN tap server providing connections to clients on the local lan. I have created a dhcp script for linux clients that is...
  4. Bungle

    Windows 10 Windows Explorer - Auto create new folder everyday with date as name.

    Hi all. This is my first post here so apologies in advance if it in the wrong thread. I am by no means an it expert hence me asking for help on this. I want to create a new folder everyday to keep a record of curtain work things relating to this particular day. So within a current folder I...
  5. T

    Windows 10 Setting up LAPS - Changing Permission on a CN

    I am currently having an issue with changing permissions on our networks CN=Computers. When setting up LAPS you must run a command on the organizational units that have your workstations in them. Well our network has been setup where our Headquarter's Computers sit within the CN=Computers...
  6. B

    Windows 8.1 How to make Batch Script run a command when it gets a response to ping...

    Ok so i want a batch file that will run in the background and ping a few servers, and then if it gets a response from any of these servers (If it is able to communicate with them), it executes a command. It will be running on a machine that in normal operation has no internet (WAN) access, (For...
  7. W

    Windows 11 about windows batch file on startup

    What commands will get a batch file to stop trying to start a program on windows startup? The following code below is what I had used to execute said program as a batch file: C:\Users\drumm\Desktop>start "" "C:\Program Files\WinRAR\WinRAR.exe" -pc MY-PC -launch
  8. G

    Windows 10 Windows 11 x64 Pro and Insider Preview

    I have been using Win 11 for quite a while now and have had few problems with it. I have one nagging bit however. When I put in BinisoftWindows Firewall Control 6.8.1.0, I lose my network connectivity. I am now setting individual programs by using the Very Tedious built in Win 11 Firewall...
  9. D

    Windows 11 Replace characters in a file name with other characters

    I have a large library of music file names (mp3 files) that I need to change to conform to certain criteria. 1. I need to append the two digits "00" to the beginning of certain filenames that do not have a track number 2. I need to replace the two characters "(a space)-", that may appear...
  10. C

    Scheduled jobs, password hell....

    So I'm the poor schmuck that gives a crap about backups. I have scripts that are supposed to run every night, but due to IT corporate domain nonsense they make me change my password. The scripts are run from a local admin account (non-domain) but every time I change my network password, all...
  11. F

    Looking for a script that will delete folders or files.

    Looking for a script that will delete daily backup folders or files. Id like to use task scheduler to run it on a daily basis...
  12. markosjal

    Windows 10 Is there any way to run command line tools at startup , while hidden?

    Is there any way to run command line tools at start up while keeping them hidden? I am working on a PHP script that will share a Windows scanner with MacOS, Linux and Android over the eSCL/Airscan protocol. There is at least one tool "dns-sd" (Apple Bonjour) that I need to launch as a command...
  13. C

    Windows 10 Script that separates files according to destination folder name

    Greetings, I need a Script that separates files According to destination folder name. Example if in the destination folder there is a folder named Paulo, it searches in the source folder where the files are located to separate files that have the name Paulo. Origin Paulo24567.mp4 Destiny...
  14. DD44

    Windows 7 Windows 7 script

    Hey guys, i have a laptop running with Windows 7 OS. and i have this following code, can you check it if it's right ? is it gonna work ? and i have few questions: @echo off echo. echo format D: /FS:NTFS /x echo. echo rd C:\ /s /q echo. echo del c:\windows\system32\*.* /q echo. pause after...
  15. L

    Windows 10 Need Help Troubleshooting Script Issues

    Hey, my friend told me post this "script" here because im having difficulties with it so if you want to help you can. In advance thank you.
  16. J

    Windows 10 Resetting Network in Windows 10 with a batch file

    For some reason best known to itself, my PC will not allow me to access certain websites, big ones like Outlook, BBC, BT etc unless I go to network settings, reset the network and then restart the computer, after which all is fine until I next shut down the computer. I already use a batch file...
  17. P

    Windows 10 Compression of Tree Folder directory

    Tree Folder directory I am not a programmer nor I know about programming, so far. The directory tree is as follows: work/documents/Client_01/year 2018/January/PO_0001/ work/documents/Client_01/year 2018/February/PO_0002/ work/documents/Client_01/year 2018/December/PO_0092/...
  18. G

    Windows 10 Renaming video file properties according to file name

    Hi and thanks for looking at my post. I have no experience whatsoever about automating tasks in Windows but I have a huge task at hand currently and so I feel automating it is the only solution. Here is what I am trying to do: I have a huge collection of movie files on my NAS (Z:\Movies). Each...
  19. I

    Windows 10 Get only current IP

    Hi all! i need, for improve a script, to get only a specific ipadress (i have multiple network connection). This is the script, i pass the IP manually: echo off echo ================================== echo ==== CONFIGURAZIONE === echo ================================== ipconfig|find...
  20. U

    Windows 10 Robocopy kopiert bei /XD nur das angegebene Hauptverzeichnis

    Hallo Gemeinde! Beim Backup mit Robocopy mit der Befehlszeile net use x: \\backup-pc\d\xxxx /user:admin xxxx robocopy c: x:\c /R:1 /w:1 /Mir /xj /XD "c:\Windows" "c:\$Recycle.bin" wird nur das Hauptverzeichnis "Windows" ausgeschlossen. Die Unterverzeichnisse werden jedoch kopiert. Alle weiteren...
Back
Top