scripting

  1. M

    Windows 10 permission archive in powershell

    what permission archive in powershell?
  2. G

    Linux Bash User Input

    I am writing a script which requires user input. How can I prompt for user input to use in my bash script. Thanks for your offer to help. I'm very grateful.
  3. S

    Windows 10 script for Win+p

    Hi guys, first of all: happy easter! I am new here and i am not quite sure if it's the right sub. sorry if not. I need help for a little script. I want a .bat or .vbs that does the same as "Win+p" => "second screen only". And for sure a 2nd script for => "Win+p" => extend. Is that even...
  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. M

    Windows 10 remaing files to different lang auto

    hello friends i need help how can i rename files names to translated name in batch mode example orignal name Power Rangers (2017) - Megazord Fights Goldar.mp4 >> Могучие Рейнджеры (2017) - Мегазорд Бой Голдар.mp4 i will export all video files names list to .txt file then i can convert it...
  6. Bear

    Windows 10 Pulling hair out calling php file from batch file

    I'm having a hell of a time getting php to return a string. I don't know where they are going to install my batch file so I set the file location via %~dp0. there are 2 functions in my .php file, one to process color another to process Joomla's Version. The joomla one worked fine until I made...
  7. pingaan

    Windows 10 Uninstalling device - command line style?

    Hi, I have been having an issue the past few months, but I have never really come up with a decent idea on how to work around it. It concerns a USB-hub that I'm using that my copy of Windows, for some reason, reinstalls every time I reboot the computer. I'm pretty sure that there must be some...
  8. P

    Windows 10 hta script to display animated GIFs in a folder and its subfolders

    Dear Community, in the Windows 7 Forum I found a working hta script to display animated GIFs located in a folder: Animate GIF files in Windows Explorer? Here is the hta script: <html><head><title>Animator</title></head> <body><script type="text/vbs"> set...
  9. agnporto

    Windows 10 Script Dual Boot Win X Linux cuidado

    Olá! Net hum Já corri Muito sem Sucesso. Agora recorro AOS senhores para ver a possibilidade de Solução. Abaixo o meu Problema APOS execução dum Roteiro, Não Saiu Fazer meu Computador MESMO APOS formatar o nota Fazer zero: bcdedit / set {} bootmgr Caminho \ EFI \ ubuntu \ grubx64.efi Como Posso...
  10. J

    Windows 10 Help with creating Batch files. My instructor is no help.

    I'm having to create a set of batch files for a class. My instructor is no help. I have included the assignment. Is there anyone out there who can help me? 1. Create a batch file called DD.BAT. This batch file should display the files on the root of the HOMEWORK drive in date order with the...
  11. M

    Windows 7 C# CMD Program to Monitor Windows Processes and Alert on New Tasks

    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. 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...
  13. Neemobeer

    Browser based Crypto Miner

    Just got done helping a neighbor. Her mouse was spinning and the system was slow. Looked in task manager and saw an iexplore process which had been spawned via a script to run hidden. Basically it was mining crypto currency in the background. Resolving it was simply a matter of closing the...
  14. 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...
  15. 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...
  16. T

    Windows 10 windows script host error

    I have been getting this error messages for few days now. This error messages keeps resurfacing every few minutes. Please help me with this. The screenshot is given below.
  17. News

    Savill&#039;s FAQs: Execute a PowerShell script in Windows PE

    Three times a week, John Savill tackles your most pressing IT questions. Today learn about using your own images to create a VM using PowerShell, wiping a disk when using the Windows PE environment, and how to execute a PowerShell script in Windows PE. Continue reading...
  18. Y

    Windows 10 How check every x minutes if there is specific bat file in the folder, and execute if present

    I want to do the following - first deploy new version of software to multiple PCs, and then restart all PCs for changes to take effect. First part is not a problem, for second part is it possible to check if there is restart.bat in Dropbox folder every x minutes, and if there is, execute it...
  19. J

    Windows 7 Detect both my external addresses

    Hi! I'm trying to get a way to display/detect both my external IP addresses. I'm connected to the net via cable and via wif. The wifi is thought as a backup, but it's always connected. The interface metric is 10 for the cable and 100 for the wifi, so the system selected the cable first. Now...
  20. News

    New WinDbg available in preview!

    We are excited to announce a preview version of a brand new WinDbg. We’ve updated WinDbg to have more modern visuals, faster windows, a full-fledged scripting experience, built with the easily extensible debugger data model front and center. I’ll start this by saying that WinDbg Preview is using...
Back
Top