Windows 10: Windows 10 Startup Batch Script stopped working
Discus and support Windows 10 Startup Batch Script stopped working in Windows 10 Support to solve the problem; Hi all, Quite a while ago I have created a startup script that does some basic file copying. It's nothing fancy: it runs after I log on to Windows and... Discussion in 'Windows 10 Support' started by MMZWHAT, Mar 21, 2021.
Thema:
Windows 10 Startup Batch Script stopped working
Loading...
-
Windows 10 Startup Batch Script stopped working - Similar Threads - Startup Batch Script
-
PageFile.sys batch script
in Windows 10 VirtualizationPageFile.sys batch script: Hello, I need help writing a batch script that would configure Windows Virtual Memory based on the amount of RAM installed If you have 4 GB of RAM, set virtual memory to 8 GB (Custom size: set both initial and maximum size to 8192) If you have 8 GB of RAM, set virtual memory... -
Batch script does not work propperly
in Windows 10 Ask InsiderBatch script does not work propperly: Hello everybody, I've recently created a script which adds compatibility mode via CMD but I have problems getting it to work: REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%CD%\mha2.exe" /t REG_SZ /d "WINXPSP3 256COLOR 640X480" /f... -
How to undo a batch script
in Windows 10 Network and SharingHow to undo a batch script: I decided it would be a good idea to download and run a random batch script from the internet to get the ability to move files around freely, rather than sticking to the presets. Microsoft, if you see this, please allow us to move and organize files as we wish and not have to... -
Batch Rename Script Help!
in Windows 10 SupportBatch Rename Script Help!: Hello! I am very new to this and need a little help. I am trying to create a batch file that will rename files that are called png_X.png (the X being the number page it is). The code I have is below. It works fine with out the pipe sort command but it sorts the by the ones... -
Batch Scripts / Programs.
in Windows 10 Performance & MaintenanceBatch Scripts / Programs.: The members and quests who use this forum know how professional, informative and helpful it is! In order to help members solve their problems/issues we often ask them to run certain programs and perform certain tasks and then upload [ post ] the results to the forum for us... -
Powershell GPO Startup Script not working
in AntiVirus, Firewalls and System SecurityPowershell GPO Startup Script not working: Hello, I wrote a Powershell Script to delete Microsoft Store Apps which works fine when run manually. However I want to run it as a Startup script via GPO on all computers Windows 10 Pro in our domain. For that, I created a group policy and added the script under Computer... -
Batch scripting problems
in Windows 10 Ask InsiderBatch scripting problems: So i found a bug. In batch scripting, I can only store 3 variables. I don't know the cause for this. Here's the code, if you need it. @ echo off title Elevator OS by Lackmey on YouTube and Reddit set gdata=No data found (this one works) set 1data=No data found (this one... -
Automatically Run Batch Script
in Windows 10 Installation and UpgradeAutomatically Run Batch Script: Hi everyone When the windows installation is finished, automatically run batch script. How can I do that? Thanks *Wink 122531 -
Batch script question
in Windows 10 SupportBatch script question: Hello, I want make a batch script to delete a spefic folder on the C disk, but how can I get only that spefic folder? I got this: Code: FOR /D %%p IN ("C:\USERS\%USERNAME%\Downloads\*.*") DO rmdir "%%p" /s /q cd C:\USERS\%USERNAME%\Downloads\ del *.* /q /s timeout /t 5...