Rdp or vpn
Auto IT Script Forum » Windows Server
by
9M ago
Which one is more secure Rpd or vpn and which services  ..read more
Visit website
Connect to new wifi networks via cmd
Auto IT Script Forum » Windows Server
by
11M ago
Hello. I have a question for you. How can I connect to a new WiFi network via CMD using the network name and the password?  Thanks in advance ..read more
Visit website
Unable to Send text to IP Input Box
Auto IT Script Forum » Windows Server
by
11M ago
Folks, I have an issue I've been trying to solve for a while, I'm trying to add static routes in DHCP via a 121 route rule in Windows 2012 R2 is a brutal manual process and wanted to automate this via AutoIT.   When I use the "ControlGetText" everything displays properly in the MSG box but when I try and use "ControlSetText" or "ControlSend" the values won't display in the input box but the action comes back as successful? Anyone able to help me with this? I'm thinking this might be an active window issue but i'm not sure. Here is a part of my code.   $hWnd = WinWait("[TITLE:Add a St ..read more
Visit website
Set Default Printer on RDS 2008 R2 or 2012 R2
Auto IT Script Forum » Windows Server
by
11M ago
We have a RDSH Platform with mandatory profile the printers is deplyed by GPO but set defaul printer lost after logoff session. I found this nice autoit script but it work on tray icons: #include <Array.au3> #include <Constants.au3> ; Turn off default tray menu options Opt("TrayMenuMode", 1) ; Set some program constants Const $ProgramName = "Default Printer Selector" Const $ProgramVersion = "1.00" Const $WindowTitle = $ProgramName & " " & $ProgramVersion ; Change the tray icon TraySetIcon(@SystemDir & "SHELL32.dll", 17) ; Set the tray program name TraySetToolTip($Wi ..read more
Visit website
Am I Attacked?
Auto IT Script Forum » Windows Server
by
11M ago
Hello guys! This week, while i tried to surf the internet, i encountered a strange error.  When i type in an internet address, it redirects me to a webpage page, apparently a router page, as in the image i've posted bellow. I do  not use any router connection. My internet connection type is a Broadband pppoe connection. For example if i try to open google, i receive a privacy error message, (Code: NET::ERR_CERT_AUTHORITY_INVALID),and right after that, a new tab opens with the page i've described above,also captured, in the picture bellow. I've never met this kind of error.Am i b ..read more
Visit website
Worked in Local host, but not in IIS
Auto IT Script Forum » Windows Server
by
11M ago
Hi,  I am running an exe file through Autoitx in dotnet core Api. It is working fine in local, but when I deployed in IIS, it is not working. Window is not getting focussed. I tried WinActive command, but no luck. Please help me ..read more
Visit website
Better operating system than 64 bit?
Auto IT Script Forum » Windows Server
by
11M ago
I want to ask one general question here, We have seen 32 bit and 64 bit Operating System. Is there any other larger size bit Operating System exist? If yes can you please share the link to download it.?   I  want the best speed operating system ..read more
Visit website
Notify when specified user password has been changed
Auto IT Script Forum » Windows Server
by
11M ago
Hello guys! ❤️ I had searched many times about this topic's title, but i didn't found any useful information to do this work   I want to get Notification or MsgBox to notify me that specified user account password has been changed and always check that password has been changed or not   How can i do this?  ..read more
Visit website
QuickBooks DB Server Manager
Auto IT Script Forum » Windows Server
by
11M ago
Hey folks, first timer here, so I apologize if I'm approaching this incorrectly. Since I'd be running this script on Windows Server, this seemed the most appropriate place. I've got a client that uses QuickBooks, and QB has this handy tool for cleaning up database connection problems whenever settings get messed up by crazy things like rebooting. Someone on a QB support thread posted a simple AutoIT script for launching this database server manager program & running the scan. It's great. Easy to read. Run the script, it runs the scan. Here's the script: https://pastebin.com/Mz9rkCun T ..read more
Visit website
Server RDP Check, Connect or Kill Session
Auto IT Script Forum » Windows Server
by
11M ago
#include <GUIConstantsEx.au3> SoundPlay("shadow.wav") Local $name = InputBox("Server Name", "Input server name ", "google.com", "", _ - 1, -1, 780, 312) If @error Then Return Remote() Func remote() ; Main Accounts Local $main = GUICreate("Shadow Remote v1.2",400,350,700,200) GUICtrlCreatePic("logo.jpg", 0, 0, 400, 350) GUICtrlSetState(-1,$GUI_DISABLE) Local $qwinsta= GUICtrlCr ..read more
Visit website

Follow Auto IT Script Forum » Windows Server on FeedSpot

Continue with Google
Continue with Apple
OR