RedAck Posted February 9, 2019 Posted February 9, 2019 Hi Guys, I'm new to autoit, I was wondering whether Is it possible to restrict tcp and udp connection to a particular application using TCP(UDP)Startup and Shutdown. Thanks in advance. Regards, RedAck
Developers Jos Posted February 9, 2019 Developers Posted February 9, 2019 Moved to the appropriate forum, as the Developer General Discussion forum very clearly states: Quote General development and scripting discussions. If it's super geeky and you don't know where to put it - it's probably here. Do not create AutoIt-related topics here, use the AutoIt General Help and Support or AutoIt Technical Discussion forums. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
RedAck Posted February 11, 2019 Author Posted February 11, 2019 Hi Guys, I'm new to autoit, I was wondering whether Is it possible to restrict tcp and udp connection to a particular application using TCP(UDP)Startup and Shutdown. Thanks in advance. Regards, RedAck
Nine Posted February 11, 2019 Posted February 11, 2019 Since your question is very vague, you may want to give more information about what you are searching for. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
RedAck Posted February 12, 2019 Author Posted February 12, 2019 Lets say i have chrome and i'm using it. If i want to restrict internet access only to chrome when it is minimized, is it possible to using TCP(UDP)Startup and Shutdown. If not do we have any other function to do that.
careca Posted February 12, 2019 Posted February 12, 2019 (edited) Im not aware of any function to restrict network to applications. Those 2 you mentioned are to enable or disable subsequent functions to transfer files and so on. PS: http://www.ilovefreesoftware.com/18/tutorial/block-application-accessing-internet-windows-10.html Edited February 12, 2019 by careca Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
Nine Posted February 12, 2019 Posted February 12, 2019 Another option is to create a script that verifies all the processes running and shutdown those you don't want. That can be done in only a few lines of code... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now