Hello Windows Insiders!
We are now getting the Windows 10 May 2020 Update (20H1) ready for release and releasing Build 19041.207 to Windows Insiders in the Release Preview ring. We believe that Build 19041.207 is the final build and we will continue to improve the overall experience of the May...
build 19041
cumulative update
device enrollment
graphics software
it support
may 2020 update
quality improvements
release preview
remote procedure call
scripting
security updates
servicing cadence
update
user experience
windows 10
windows apps
windows insider
windows kernel
windows mixed reality
windows update
Hello,
I have a batch script and i would like to put random delay / wait time in minutes to run second command.
example :
run first command here
random wait between 5 to 30 minutes
run second command here
Thank You
I am just trying to copy the AVI files from a source folder into the corresponding destination folder based on the folder names.
For example, the multiple AVI files under Folder C should be copied into Folder xx based on the name"10Q_2P".
I guess the trick here would be the name folders...
To create a folder share and grant full permissions to user karl I can write on cmdline:
net share "myshare123"="D:\tool" /GRANT:karl,FULL
ok, it works.
But what about the other way:
Is there a way to generate all the full "net share" commands for ALL currently existing folder shares?
I...
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...
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...
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...
asus
backup
batch file
command
configuration
delay
error level
group policy
home built
local logoff
nvidia
performance
power options
scripting
shutdown
tech support
user interface
windows 10
windows pro
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
I have a list of csv files that have to be copy into a list of folders with same names. Rather than manually cutting each one into the corresponding folder, is there a trick of doing this in windows?
Hello!
I need to recursively to remove all extensions PRG and P00 on single partition.
I know that recursively can work XCOPY, but renaming is other task.
How to create batch to remove all these extensions of files and folders (if exist) recursively?
Thank you for each help, suggestion or...
I want to execute a PowerShell command from Command Prompt.
This should be done by entering ONE command!
I DO NOT want to start PowerShell first and then enter the PowerShell command.
Instead I want to enter something like
powershell.exe -command "......."
How does that work in detail on...
So I have a lot of pictures (jpg files) I need to rename. 001.jpg all the way up to 621.jpg. I have different pictures with the same numbers. Is there an easy way just to rename them, like put an I in front? Like I001.jpg all the way up to I621.jpg
Appreciate all the help
Mike
Hi!
I tried to send command output to variable.
I'm using is in Windows 10.1903 x64
I used syntax:
SET /P variable= | command
I used batch by context menu to get word, characters and lines count in text file using old WC tool (it's great).
First I used only copying output into clipboard by...
batch file
character count
clipboard
cmd
command output
error resolution
file path
line count
message command
output
path correction
script help
scripting
set command
syntax error
text count
variables
wc tool
windows 10
word count
Hi guys,
Our company’s environment consists of mostly Win10 machines but we still have some lingering Win7 boxes. Our email is hosted by Office 365 and I’ve recently hopped onto the Azure Active Directory wagon to get our environment more secure. Off the bat I was having troubles adding our...
autoworkplace
azure ad
bat script
conditional access
device management
hybrid join
installation
it support
microsoft
network sharing
scripting
security
troubleshooting
windows 10
windows 7
workplace join
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...
One folder has many files that all contain some notes for a particular name.
The names are already in a txt document one line after another that I plan to edit into a batch program.
Tabbed over from the names is the filename that contains the info needing to be appended.
Example:
{Larry)...
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 =...
A Windows system use an external drive N:.
A programs that use the external drive give sometimes an error message like "Directory N:\datastore is not available".
To test the continuous availability I write the next batch script.
:loop
@TimE /t >> N:\datastore\test_times.txt
@sleep...