How to configure developer mode options in Windows 11 system settings
Developer mode in Windows 11 changes how your PC handles software by turning on tools for writing programs, testing local apps, and running Linux environments. These system switches stay hidden by default to keep your desktop stable, but you can turn them on in less than a minute through the main Settings app .
Turning on these options lets you side-load apps from outside the Microsoft Store, adjust File Explorer views for debugging, and manage symbolic links without seeing administrator permission prompts every time.
Open Settings Privacy & security For developers and switch on Developer Mode to access advanced tools for writing software, testing local apps, and running Linux tools directly inside the operating system.
How to Open Developer Settings
To open developer settings in Windows 11, press the Win and the I key together to launch the main Settings app , select System from the left menu, click Advanced on the right, and then choose For developers in the main window list to access sideloading permissions and remote debugging tools.
- Open Settings by pressing the Win and the I key together.

Windows 11 Start menu with Settings gear icon highlighted. - Select System from the left menu and select Advanced on the right.

Settings › System › Advanced - Click For developers in the main window list.
Turning on Developer Mode
This action requires administrator privileges and enables advanced features like running unpackaged apps, configuring SSH services, and changing local execution policies.
This step requires administrator privileges.
- Open the For developers page in Settings.
- Locate the Developer Mode toggle at the top of the window.
- Click the toggle to switch it from Off to On.

Settings › System › Advanced - Read the warning prompt that appears on screen and click Yes to confirm the change.
Configuring File Explorer for Development
Configure File Explorer for development within your developer settings to expose hidden system files, full directory paths in the title bar, and file extensions. Open the For developers page in Settings, locate the File Explorer section, and check the box to show hidden files so you can easily view and debug code.
- Open the For developers page in Settings.
- Locate the File Explorer section.

Settings › System › Advanced › File Explorer - Check the box next to Show hidden files, folders, and drives.
- Check the box next to Show file name extensions.
- Check the box next to Show full path in title bar.
Setting Up Remote Desktop and SSH
Set up Remote Desktop and SSH through developer settings to connect to your Windows 11 machine from another device on your local network. Open the For developers page in Settings, locate the Remote Desktop section, and click the toggle to enable remote connections for testing applications without sitting at the physical keyboard.
- Open the For developers page in Settings.
- Locate the Remote Desktop section.

Settings › System › Remote Desktop - Click the toggle to enable Remote Desktop connections for this PC.
- Locate the Terminal or SSH section and ensure your preferred secure shell server is running if you plan to connect via command-line tools.
Unlocking Advanced PowerShell Execution Policies
Unlock advanced PowerShell execution policies to allow local scripts to run for building projects and managing packages. Because Windows blocks these scripts by default for protection, you must use an administrator terminal to change execution settings and enable your development workflow.
This step requires administrator privileges.
- Right-click the Start button and select Terminal (Admin) or PowerShell (Admin).
- Type the command
Set-ExecutionPolicy RemoteSignedand press Enter. - Type
Yand press Enter to confirm the change when prompted.
Troubleshooting Common Developer Mode Errors
Troubleshoot common developer mode errors in Windows 11 by checking your internet connection and restarting your computer. When Windows fails to download necessary packages due to missing updates or corrupted system files, these basic troubleshooting steps usually clear temporary installation blocks.
If you encounter an error code during activation, check your internet connection first, as Windows fetches specific components from Windows Update. Restarting your computer often clears temporary installation blocks. If the toggle still reverts to off, open Windows Update and ensure all pending system patches are fully installed before trying again.
If this didn't work
Domain-joined work or school computers often block these settings through group policies, meaning you must check with your IT department or test the configuration on a local administrator account.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard is a writer at Geek Rewind who turns complex IT tasks into clear, step-by-step guides. He draws on years of hands-on experience in system administration and enterprise IT operations, focusing on Windows, Linux and WordPress: the problems people actually run into, and the fixes that work. His server and WordPress guides come from systems he runs himself. Richard builds and maintains the platform behind Geek Rewind, from its Ubuntu servers and Nginx configuration to its custom WordPress plugins. Many new tutorials start with readers' questions, and he's always glad to answer them in the comments.
No comments yet — be the first to share your thoughts!