Disable "TFTP Client" feature
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- Windows onlyThis script improves your privacy on Windows
- Impact: MinimumSystem Functionality Loss Risk: Low
This action improves privacy with minimal impact when you run the recommended script. - Batch (batchfile)These changes use Windows system commands to update your settings.
- Fully reversible
You can fully restore this action (revert back to the original behavior) using this website.
The restore/revert methods provided here can help you fix issues.
Overview
This script disables the "TFTP Client" feature.
The TFTP Client supports file transfers using the Trivial File Transfer Protocol (TFTP). TFTP protocol is insecure because it lacks authentication and encryption capabilities 1 2 3. This makes data transferred via TFTP vulnerable to eavesdropping and tampering 2 3.
Although TFTP's simplicity can be advantageous in certain contexts, such as configuring network devices, its security risks generally outweigh these benefits. Disabling it helps mitigate the risk of unauthorized data access and simplifies system security management 1 2.
Disabling a networking component may cause connectivity issues if required for specific operations.
Overview of default feature statuses
Feature name | TFTP |
Display name | TFTP Client |
Description | Transfer files using the Trivial File Transfer Protocol |
Default (Windows 11 ≥ 23H2) | 🔴 Disabled |
Default (Windows 10 ≥ 22H2) | 🔴 Disabled |
Sources
- The TFTP Client must not be installed.. www.stigviewer.com. (2024).
Original: https://www.stigviewer.com/stig/windows_server_2016/2018-03-07/finding/V-73297
Archived: https://web.archive.org/web/20240413142327/https://www.stigviewer.com/stig/windows_server_2016/2018-03-07/finding/V-73297 - Access Security - Disable insecure or unnecessary access servi...<!-- -->. Tenable®. www.tenable.com. (2024).
Original: https://www.tenable.com/audits/items/Juniper_Hardening_Junos_Devices.audit:0343769f1ea790c8345e961c9a442ec6
Archived: https://web.archive.org/web/20240413142325/https://www.tenable.com/audits/items/Juniper_Hardening_Junos_Devices.audit:0343769f1ea790c8345e961c9a442ec6 - Network traffic analysis for IR: TFTP with Wireshark. Infosec. www.infosecinstitute.com. (2024).
Original: https://www.infosecinstitute.com/resources/incident-response-resources/network-traffic-analysis-for-ir-tftp-with-wireshark
Archived: https://archive.ph/2024.04.13-142535/https://www.infosecinstitute.com/resources/incident-response-resources/network-traffic-analysis-for-ir-tftp-with-wireshark/
Apply Now
Choose one of three ways to apply:
Download script
Download and run the script directly- No app needed
- Offline usage
- Easy-to-apply
- Free
- Open-source
Help
How to apply or restore "Disable "TFTP Client" feature" using script
- ≈ 2 min to complete
- Tools: Web Browser
- Difficulty: Simple
- ≈ 5 instructions
- 1
Download
Download the script file by clicking on thebutton above.
Use button above to restore changes. - 2
Keep the file
If warned by your browser, keep the file. - 3
Open
Open the downloaded file. - 4
Exit
Once it's done, press any key to exit the window. - 5
Restart
Restart your computer for all changes to take effect.
Apply with privacy.sexy
Guided, automated application with safety checks- Recommended for most users
- Includes safety checks
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Disable "TFTP Client" feature" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Disable "TFTP Client" feature
- Check the script by clicking on the checkbox.
- 3
Run
Click on ▶️ Run button at the bottom of the page.This button only appears on desktop version (recommended). On browser, use 💾 Save button.
- Apply
- Revert
:: Disable the "TFTP" feature
PowerShell -ExecutionPolicy Unrestricted -Command "$featureName = 'TFTP'; $feature = Get-WindowsOptionalFeature -FeatureName "^""$featureName"^"" -Online -ErrorAction Stop; if (-Not $feature) { Write-Output "^""Skipping: The feature `"^""$featureName`"^"" is not found. No action required."^""; Exit 0; }; if ($feature.State -eq [Microsoft.Dism.Commands.FeatureState]::Disabled) { Write-Output "^""Skipping: The feature `"^""$featureName`"^"" is already disabled. No action required."^""; Exit 0; }; try { Write-Host "^""Disabling feature: `"^""$featureName`"^""."^""; Disable-WindowsOptionalFeature -FeatureName "^""$featureName"^"" -Online -NoRestart -LogLevel ([Microsoft.Dism.Commands.LogLevel]::Errors) -WarningAction SilentlyContinue -ErrorAction Stop | Out-Null; } catch { Write-Error "^""Failed to disable the feature `"^""$featureName`"^"": $($_.Exception.Message)"^""; Exit 1; }; Write-Output "^""Successfully disabled the feature `"^""$featureName`"^""."^""; Exit 0"
Ijo6IFJldmVydCB0aGUgJ1RGVFAnIGZlYXR1cmUgdG8gaXRzIGRlZmF1bHQgc2V0dGluZ3NcblBvd2VyU2hlbGwgLUV4ZWN1dGlvblBvbGljeSBVbnJlc3RyaWN0ZWQgLUNvbW1hbmQgXCIkZmVhdHVyZU5hbWUgPSAnVEZUUCc7ICRpZ25vcmVNaXNzaW5nT25SZXZlcnQgPSAgJGZhbHNlOyAkZGlzYWJsZWRCeURlZmF1bHQgPSAkdHJ1ZSA8IyAkZmFsc2UgIz47ICRmZWF0dXJlID0gR2V0LVdpbmRvd3NPcHRpb25hbEZlYXR1cmUgLUZlYXR1cmVOYW1lIFwiXlwiXCIkZmVhdHVyZU5hbWVcIl5cIlwiIC1PbmxpbmUgLUVycm9yQWN0aW9uIFN0b3A7IGlmICgtTm90ICRmZWF0dXJlKSB7IGlmICgkaWdub3JlTWlzc2luZ09uUmV2ZXJ0KSB7IFdyaXRlLU91dHB1dCBcIl5cIlwiU2tpcHBpbmc6IFRoZSBmZWF0dXJlIGBcIl5cIlwiJGZlYXR1cmVOYW1lYFwiXlwiXCIgaXMgbm90IGZvdW5kLiBObyBhY3Rpb24gcmVxdWlyZWQuXCJeXCJcIjsgRXhpdCAwOyB9OyBXcml0ZS1FcnJvciBcIl5cIlwiRmFpbGVkIHRvIHJldmVydCBjaGFuZ2VzIHRvIHRoZSBmZWF0dXJlIGBcIl5cIlwiJGZlYXR1cmVOYW1lYFwiXlwiXCIuIFRoZSBmZWF0dXJlIGlzIG5vdCBmb3VuZC5cIl5cIlwiOyBFeGl0IDE7IH07IGlmICgkZmVhdHVyZS5TdGF0ZSAtZXEgW01pY3Jvc29mdC5EaXNtLkNvbW1hbmRzLkZlYXR1cmVTdGF0ZV06OkVuYWJsZWQpIHsgV3JpdGUtT3V0cHV0IFwiXlwiXCJTa2lwcGluZzogVGhlIGZlYXR1cmUgYFwiXlwiXCIkZmVhdHVyZU5hbWVgXCJeXCJcIiBpcyBhbHJlYWR5IGVuYWJsZWQuIE5vIGFjdGlvbiByZXF1aXJlZC5cIl5cIlwiOyBFeGl0IDA7IH07IGlmICgkZGlzYWJsZWRCeURlZmF1bHQpIHsgV3JpdGUtT3V0cHV0IFwiXlwiXCJTa2lwcGluZzogVGhlIGZlYXR1cmUgYFwiXlwiXCIkZmVhdHVyZU5hbWVgXCJeXCJcIiBpcyBhbHJlYWR5IGRpc2FibGVkIGFuZCB0aGlzIGlzIHRoZSBkZWZhdWx0IGNvbmZpZ3VyYXRpb24uXCJeXCJcIjsgRXhpdCAwOyB9OyB0cnkgeyBXcml0ZS1Ib3N0IFwiXlwiXCJFbmFibGluZyBmZWF0dXJlOiBgXCJeXCJcIiRmZWF0dXJlTmFtZWBcIl5cIlwiLlwiXlwiXCI7IEVuYWJsZS1XaW5kb3dzT3B0aW9uYWxGZWF0dXJlIC1GZWF0dXJlTmFtZSBcIl5cIlwiJGZlYXR1cmVOYW1lXCJeXCJcIiAtT25saW5lIC1Ob1Jlc3RhcnQgLUxvZ0xldmVsIChbTWljcm9zb2Z0LkRpc20uQ29tbWFuZHMuTG9nTGV2ZWxdOjpFcnJvcnMpIC1XYXJuaW5nQWN0aW9uIFNpbGVudGx5Q29udGludWUgLUVycm9yQWN0aW9uIFN0b3AgfCBPdXQtTnVsbDsgfSBjYXRjaCB7IFdyaXRlLUVycm9yIFwiXlwiXCJGYWlsZWQgdG8gZW5hYmxlIGZlYXR1cmUgYFwiXlwiXCIkZmVhdHVyZU5hbWVgXCJeXCJcIjogJCgkXy5FeGNlcHRpb24uTWVzc2FnZSlcIl5cIlwiOyBFeGl0IDE7IH07IFdyaXRlLU91dHB1dCBcIl5cIlwiU3VjY2Vzc2Z1bGx5IGVuYWJsZWQgdGhlIGZlYXR1cmUgYFwiXlwiXCIkZmVhdHVyZU5hbWVgXCJeXCJcIi5cIl5cIlwiOyBFeGl0IDBcIiI=
Help
How to apply or restore "Disable "TFTP Client" feature" using commands
- ≈ 2 min to complete
- Tools: Command Prompt
- Difficulty: Medium
- ≈ 3 instructions
- 1
Open Command Prompt
Open Command Prompt as Administrator. - 2
Copy code
Copy the code: - 3
Paste & run
Paste the commands into Command Prompt and press Enter to run.Some changes require a system restart to take effect
Similar Guides
Wider Goal
Guides below includes this guide to achieve a wider goal.See other more general settings that includes this one as one of its actions.These plans combine multiple privacy settings, including this one, for stronger protection.
- Disable non-essential network components
- Improve network security
- Security improvements
This category focuses on disabling or removal of specific networking features. These are generally considered unnecessary or less secure for most users. ...
This category is dedicated to improving network security. It aims to minimize vulnerabilities by offering various settings that improve the integrity and...
This category encompasses a range of scripts designed to improve the security of your system by enforcing security best practices. These scripts help pro...
Same Goal
Other guides in Disable non-essential network components See settings that are in the same category as this guide.Using other actions in the same category may help you achieve your goal better.
About the Creators
These people have authored this documentation and written its scripts:
Reviewed By
This guide has undergone comprehensive auditing and peer review:Expert review by undergroundwires
- Verified technical accuracy and editorial standards
- Assessed system impact and user privacy risks
- Audited and verified using automated security tests
Public review by large community
- Privacy enthusiasts and professionals peer-reviewed
- Millions of end-users tested across different environments
- Audited and verified using third-party security software
History
We continually monitor our guides, their impact and other potential privacy options. We update our guides when new information becomes available. On every update, we publicly store who made the change, what has been changed, why the change was made and when the change was made.