Search found 12 matches
- 16 Dec 2019 11:16
- Forum: DOS Batch Forum
- Topic: Enable and Start Service on entire subnet remotely
- Replies: 2
- Views: 3760
Enable and Start Service on entire subnet remotely
I am trying to enable and start a service on a entire subnet. The service is called remoteregistry . I would like this to apply to 192.168.100.1-192.168.100.254. I was able to test this out to 2 machines individually and this is what I came up with: Sc \\192.168.100.100 config remoteregistry start= ...
- 26 Feb 2019 10:41
- Forum: DOS Batch Forum
- Topic: Get notified when public facing IP changes
- Replies: 9
- Views: 8753
Re: Get notified when public facing IP changes
Sorry, currently i have 'few time' so my answers might take a while. I have a layer 2 switch that will detect when the primary is down and swap over to the secondary. Just because i'm curious, and i am probably missing a scenario on how to build such a network, or i am missing a possible answer to ...
- 22 Feb 2019 12:21
- Forum: DOS Batch Forum
- Topic: Windows 10 Startup Loop CMD Regback backup
- Replies: 7
- Views: 11929
Re: Windows 10 Startup Loop CMD Regback backup
When Windows Vista was released, Microsoft came up with a much improved backup utility built-in to the operating system. Now granted there was NTBackup in the past but the new one is practically effortless as far as setting up the backups and restoring them. I would highly advise you look into usin...
- 22 Feb 2019 12:19
- Forum: DOS Batch Forum
- Topic: Windows 10 Startup Loop CMD Regback backup
- Replies: 7
- Views: 11929
Re: Windows 10 Startup Loop CMD Regback backup
If you guys can, please watch the youtube video I posted. It made me go through the motion of creating a backup directory with a copy of all the files before I rewrote on the REGBACK folder. All I want to know is how to revert these changes and copy all the contents from the backup folder within the...
- 22 Feb 2019 11:57
- Forum: DOS Batch Forum
- Topic: Windows 10 Startup Loop CMD Regback backup
- Replies: 7
- Views: 11929
Re: Windows 10 Startup Loop CMD Regback backup
Of course you have an array of backups of all your important data at your disposal, if not then your data is either not important or you have been very naïve. This happens to everybody, learn from it. I use a pirated version of acronis true image enterprise server. That can backup and restore any f...
- 22 Feb 2019 11:08
- Forum: DOS Batch Forum
- Topic: Windows 10 Startup Loop CMD Regback backup
- Replies: 7
- Views: 11929
Windows 10 Startup Loop CMD Regback backup
I couldn't get a machine I was working on to boot up at all. I did see some system restore options but that did not work and neither did the startup repair. I did some research on youtube, and I had to go to the command prompt. Here is what I did: d: dir copy *.* backup CD regback dir copy *.* .. A ...
- 19 Feb 2019 10:07
- Forum: DOS Batch Forum
- Topic: Get notified when public facing IP changes
- Replies: 9
- Views: 8753
Re: Get notified when public facing IP changes
Replace the first two lines of the powershell script with the following:
$ipPub = (curl -uri 'https://domains.google.com/checkip').Content
$x=$ipPub
It is from google and it will work much better.
$ipPub = (curl -uri 'https://domains.google.com/checkip').Content
$x=$ipPub
It is from google and it will work much better.
- 19 Feb 2019 09:21
- Forum: DOS Batch Forum
- Topic: Get notified when public facing IP changes
- Replies: 9
- Views: 8753
Re: Get notified when public facing IP changes
I have a layer 2 switch that will detect when the primary is down and swap over to the secondary. Everything I posted works with the default programs from windows 10. I used Windows PowerShell and the Command Prompt. I used windows task scheduler with highest admin privileges to run this script ever...
- 15 Feb 2019 14:16
- Forum: DOS Batch Forum
- Topic: Get notified when public facing IP changes
- Replies: 9
- Views: 8753
Re: Get notified when public facing IP changes
Why do you think you need an exchange server to do this? You essentially have two options for the email. Use a third party command line client or use vbscript. That seems all you have left to do. I have no idea why I said exchange server, but I figured it out. I did it through Windows Powershell an...
- 15 Feb 2019 14:01
- Forum: DOS Batch Forum
- Topic: Bat file to check a folder for TXT files with the associated PDF file
- Replies: 5
- Views: 6195
Re: Bat file to check a folder for TXT files with the associated PDF file
Can someone please guide me on how to create a new post? I have a question that is completely irrelevant to this post. The same way you created this one ?!? If you mean the fact your post is initially invisible to the general public, that is due to the forum's anti-spam settings, new users need to ...
- 14 Feb 2019 13:12
- Forum: DOS Batch Forum
- Topic: Get notified when public facing IP changes
- Replies: 9
- Views: 8753
Get notified when public facing IP changes
Good afternoon all, I am stuck on this and need help! Please keep in mind that I am tech savy, but I am new to the scripting world so please have some patience with me. I will try to explain exactly what I am trying to do to the best of my ability. I currently have a network that has my primary netw...
- 14 Feb 2019 12:58
- Forum: DOS Batch Forum
- Topic: Bat file to check a folder for TXT files with the associated PDF file
- Replies: 5
- Views: 6195
Re: Bat file to check a folder for TXT files with the associated PDF file
Can someone please guide me on how to create a new post? I have a question that is completely irrelevant to this post.
Much appreciated.
Much appreciated.