Hello, I have a question, I am working on creating an Answer file. Does anyone know how you can add software and updates, drivers or another way, if this is possible?
Is it possible to alter 2 lines in notepad using edit/replace?
I have a number of files, gcodes, that are in the format
G00 Xnn Ynn
G01 Xnn Ynn
G01 Xnn Ynn
G00 Xnn Ynn
G01 Xnn Ynn
G00 Xnn Ynn etc
I would like to finish up with a line before each G00 Xnn Ynn line with G00 Z2 and before each...
Windows. It’s the operating system that feels as ever-present as oxygen—running on desktops across offices, homes, and universities worldwide. But when we talk "power users"—those savvy tech geeks who maximize productivity, customize every pixel, and squeeze every ounce of capability out of...
(Unable to Find Resource:) ReportingEvent.Client.167; Parameters: 2024-11 .NET 6.0.36 Update for x64 Server (KB5047486)
This is the error on the WSUS server Update Services Console. On the client, under the softwaredistribution download folder, I can see the correct filename but it is 0 kb. I...
0 kb file
client issues
error
error reporting
file download
folder management
net framework
patch management
resource not found
scripting
server administration
software distribution
software updates
system logs
troubleshooting
update kb5047486
update services
windows server
windows update
wsus
If you’ve been casually using Command Prompt (CMD) for your command-line work on Windows, it’s time to meet PowerShell—the star player you didn't know was quietly revolutionizing Windows systems management. Microsoft’s PowerShell isn’t just a tool for day-to-day operations; it’s a...
Hello and Happy New Year.
I’d like some advice and suggestions on how to perform a specific task involving batch renaming a large group of folders.
I want to rename over 5,000 folders a certain way. I don’t have to rename them all at once. They are all in one central folder, at least for now...
2025 music
batch file
batch renaming
central folder
command line
file management
file naming
file operations
file organization
folder name change
folders
hyphen replacement
music collection
programming help
python
scripting
task automation
user assistance
windows
Welcome to the world of PowerShell—a command-line superhero for anyone who manages or tinkers with a Windows PC. If you've ever thought of scripting as some arcane tech wizardry, prepare to have your perspective flipped. Armed with PowerShell, you'll discover not just power, but outright...
In the world of IT and system administration, managing services effectively is a critical skill for ensuring smooth operation and performance of systems. Recently, a user on the Spiceworks Community posted a request for assistance regarding a PowerShell script aimed at managing the Audio Service...
Introduction
Microsoft Update Catalog is a valuable resource for Windows users seeking to obtain essential updates for their operating systems. To access these updates, enabling scripting within the website is crucial. It is necessary to adjust security settings to allow ActiveX controls and...
In the realm of scripting for web development and task automation, evolution is a constant. To keep pace with modern efficiency, Microsoft is making strategic changes, including phasing out VBScript in favor of more advanced alternatives like JavaScript and PowerShell. Let's delve into the...
I'm currently working on a script to uninstall a msi program that is installed on a client. The package doesn't have a GUID in registry but it does have its own uninstaller.exe I'm currently trying to use a msiexec /x %path/to/exe% /qn /f bat file to uninstall the package quietly without having...
This guide is to automate many manual and error-prone steps of "How to create a Windows 10 ISO image for clean, in-place upgrade and repair install" when is used to prepare Custom Windows 11 ISO with pre-installed software, no user accounts.
This guide is only applicable to Windows 11 (both...
What is the best way to read a files owner and permissions, create a new file then apply those permissions without using the subprocess method or command line icacls etc.
I want to connect my .js code with my .py in a Chrome Add-on.
I want some text from JS being analyzed by the Python ki I've implemented. Then the return value from Python should get passed back to my JS file. Is this possible to do?
It's ok when the Add-on is only runnable locally. I'm looking...
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 (...
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...
Good afternoon, here at the company I have a Win Server 19 file server. Each department has its own folders and there is a folder for document processing where everyone has access. When a department needs to process a file for another department, they move the file to the processing folder so...
access control
departmental access
document processing
file permissions
file security
file sharing
folder management
it solutions
scripting
windows server
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...
access denied
administrative rights
application
automation
command line
computer configuration
debugging
error handling
error messages
file system
function
notepad++
pin to start
powershell
script execution
scripting
shell application
user permissions
vbscript
windows 11
Hi,
This is my first post and need some help with adding IP security rules to IP security policy.
Setting IP security policies on local computer.
We have already created IP security policy and blocked the internet.
But we need to allow/add certain DNS (WebURL).
rule:
This rule does not...
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...