script

  1. M

    Windows 11 AutoHotkey Script

    Hi, I'm encountering a challenge with this script. It worked flawlessly on my Windows 10 desktop, but since I've switched to a new laptop running Windows 11, I'm unable to get the suspend hotkey shortcut to work. I often need to suspend the AutoHotkey script, and I'm wondering if the problem...
  2. xqnguyen327

    Fixing CrowdStrike Blue Screen of Death (BSOD) | Automated Script Solution

    CrowdStrike Fix: If your Windows computer is currently serving you the Blue Screen of Death, take heart in the fact that you aren't alone. Windows outages are being reported across the globe, apparently caused by a CrowdStrike issue. Automated Fix: Included in this package is an ISO file that...
  3. Mike

    How to Create a Windows ISO using UUPDump (Windows 11 24H2)

    Creating a Windows ISO can be an essential task for IT professionals and enthusiasts. This guide will take you through the process step-by-step using UUPDump. Step 1: Access UUPDump 1. Open your preferred web browser. 2. Go to the UUPDump website: UUPDump 3. Alternatively access or visit our...
  4. 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...
  5. Melanie335

    Windows 11 Can I upgrade to Windows 11 without a TPM?

    My old computer seems to lack TPM 2.0 support. Can I bypass the TPM check and force-install Windows 11 on a computer and on virtual machines? Share your idea or useful script.
  6. 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,
  7. Jeff777

    Uninstall windows apps only to come back

    Hi, I have created a new image for a Dell Latitude 5320 windows 11 and got it right where I wanted it. When logged in as the administrator of course I do everything under that account because at the time the laptop is in audit mode. I have completely uninstall quite a few apps like some of the...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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.
  13. 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...
  14. 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...
  15. P

    Windows 10 Double click on *.reg file does NOT change the key value in Registry

    I have a *.reg script which just modifies (overwrites) the value of a certain, existing Registry key. When I double click on it (similar to Win7) then a popup appears asking me if I really want to add the key. After clicking Ok I was informed that the key value has been added successfully...
  16. Skynotempty

    Windows 10 Batch file to kill MS Word

    Working with a few documents in Win 10 using MS Word Closed the files, quit MS Word and then started doing cleanup I was informed MS Word was still open or the file was still in use by Word In Win 7 I had a batch file that rested on desktop which with one click would kill the task Can this be...
  17. Keith W

    Windows 10 Different Shutdown behavior from batch file than using Start>Power options

    This is quite a long read but please bear with me. I used to use a shutdown (.bat) script in win7 to backup my important stuff but couldn't make it work in win10 despite spending hours on the forums. It did work intermittently if I put it in the local logoff folder (group policies). So I wrote...
  18. M

    Script telnet check windows

    Hello everyone, I come to you near for a topic of monitore. I am looking for a script under windows to periodically check an application by telnet on its port then inform the monitoring server that will send the notification turn. Thank you for your help
  19. Patters

    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...
  20. 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 =...
Back
Top