Recommended Posts

"Using TCP port 80 for the VPN allows passing most firewalls in a factory or on customer side."

Sure -- and what if you have to auth? Have to tell who you are in most companies for the proxy to let you out. Quite often 80 is only allowed for the proxy server, etc. You can not directly get to the internet on any port. Only the proxy can get out, and you have to point to the proxy, and you have to auth to it.

Expecting to drop something into a remote network and have it work without any understanding of the remote network address space or how they control internet access is not very likely.

My last drawing shows the setup for on how to access your devices. But again the port your using for openvpn has to be open on the remote side. You have to forward this port on your internet router to your nb1600. And only the devices connected to the lan port of the router on your side will be able to connect to the devices on the remote sites.

if you want your normal lan devices to be able to get to the remote, without your vpn enpoint being your gateway you would have to create host routes pointing to the nb1600 interface. Not a very efficient setup.

I am not sure how much farther we can go with this.. You clearly need some basic understanding of routing, and if the guy that was suppose to set it up does not want to touch the command line.. JFC I feel sorry for you - have them send out an actual tech.

He did indeed say that routes needed to be created in order for this setup to work; these routes I'm not too sure how to create so maybe starting from there wud be good.

About the port thing, my boss commented that the setup was shown using the discontinued model and it worked and no ports were opened up. :s that's y I ask about the 80 port....

They sadly don't have another tech it seems to mount this thing and automatically assigned this guy. When I was with him, it seemed he didn't really control wha he was doing and just trying thigns out.

I'll gjive it another go tomm and say some outcomes.

Thanks for ur help budman

"it worked and no ports were opened up. "

Come on -- do I really need to explain how company A might be different then company B? Yes its quite possible that you could connect a device to company A network and it would get an IP and port 80 would be open. But I can tell you for a fact, that is not common security practice.

For starters you can not even plug in a device into say my company network without IT approving the MAC of the device, you can not talk on the network at all because of NAC (network access control) until device has been allowed by IT. Then again even if you could get an IP and talk on the network. There is no default route to the internet, you can not get to the internet. Only the Proxy can access the internet, so again you have to work with the remote IT side and get this information. Sure openvpn can work over a proxy - I do it every day ;) If that is the case that would have to be configured - and not from the gui ;)

Now in your conf file on the remote router you could tell it to use a proxy with the http-proxy command in the conf file

http-proxy [proxyserver] [port] [textfile with login data]

So without understanding such stuff about the remote network - how could you expect it to work, unless its just some wide open network with no securities in place at all?

That nb1600 is clearly a industrial grade router, and has some really cool features. And yes it could do what you want for sure. But there has to be a bit of understanding to set it up! Again in my last drawing I showed you how it could be done so you can control -- sure more than one device on the remote side and more than 1 pc on your side.

My point about the endpointing the vpn inside your network -- did you read this link I gave about the problem of what your trying to do. And why you might want to bridge vs route.

http://www.grc.com/vpn/routing.htm

This goes over what have been trying to explain to you about the vpn endpoint being inside your network vs your gateway. Going to ask this again for I think the 4th time. What is the make and model number of your internet router?? Maybe it can be the endpoint for these remote routers. Or you could put in say a linux or bsd based PC as your internet router at your home site. And then all these remote routers could use your networks gateway as their endpoint, and all your PCs could get to any remote device they wanted without any weird routing or bridging having to be setup.

"it worked and no ports were opened up. "

Come on -- do I really need to explain how company A might be different then company B? Yes its quite possible that you could connect a device to company A network and it would get an IP and port 80 would be open. But I can tell you for a fact, that is not common security practice.

For starters you can not even plug in a device into say my company network without IT approving the MAC of the device, you can not talk on the network at all because of NAC (network access control) until device has been allowed by IT. Then again even if you could get an IP and talk on the network. There is no default route to the internet, you can not get to the internet. Only the Proxy can access the internet, so again you have to work with the remote IT side and get this information. Sure openvpn can work over a proxy - I do it every day ;) If that is the case that would have to be configured - and not from the gui ;)

well i know for a fact tha neither my company or the other company hav too much invested in a it dept.....not because they dont care jus because its a area they are not intrested in.

jus to show u how many company doesnt even care, before i came in, u could actually access the router knowing its public ip and the password was "admin"; yes u read rite: admin

so on a security level, from our stan point, really there is near none.

Now in your conf file on the remote router you could tell it to use a proxy with the http-proxy command in the conf file

http-proxy [proxyserver] [port] [textfile with login data]

tommorow when i get to work, ill try to comment some things that the "tech guy" told me i had to configure to put in some routes.

So without understanding such stuff about the remote network - how could you expect it to work, unless its just some wide open network with no securities in place at all?

i believe u are referring specifically to open/closed ports; how it was sold to us (which i from the start saw it as weird that no ports were required to close and open) it works without closing/opening ports.

does talk2m work like this as well (as is wit no network config) or do u have to close/open ports?

That nb1600 is clearly a industrial grade router, and has some really cool features. And yes it could do what you want for sure. But there has to be a bit of understanding to set it up! Again in my last drawing I showed you how it could be done so you can control -- sure more than one device on the remote side and more than 1 pc on your side.

i saw ur drawing but i do not know how to configure that on the software side of things in the web gui. i cud post some screenshots if u want and see if from there maybe there is a posssibility of doing it. in port b and port d, u have 10.10.10.1 assigned but what is the gateway? because these ports need internet acess

My point about the endpointing the vpn inside your network -- did you read this link I gave about the problem of what your trying to do. And why you might want to bridge vs route.

http://www.grc.com/vpn/routing.htm

i read it but i understand (i might have understood incorrectly) that briding is just like a switch, meaning there arent sevreal ip to deal with while routing is with ips. routing i believe is needed (the "tech guy" told me that briding wouldnt do it) because out of that port d there can be more than one equipment connected to a switch.

This goes over what have been trying to explain to you about the vpn endpoint being inside your network vs your gateway. Going to ask this again for I think the 4th time. What is the make and model number of your internet router?? Maybe it can be the endpoint for these remote routers. Or you could put in say a linux or bsd based PC as your internet router at your home site. And then all these remote routers could use your networks gateway as their endpoint, and all your PCs could get to any remote device they wanted without any weird routing or bridging having to be setup.

i know our internet router is aZyXEL but ill have to get back to u on the model.

thanks again for helping and have patiences.

"i believe u are referring specifically to open/closed ports; how it was sold to us (which i from the start saw it as weird that no ports were required to close and open) it works without closing/opening ports."

On the remote side you don't have to do a forward. And sure if a port is open they can get out fine. But for the remote side to get to the router on your end, then you have to forward the port on your router on the internet ZyXEL router.

"briding is just like a switch, meaning there arent sevreal ip to deal with while routing is with ips."

No -- where did you get that idea??

So what part do you not understand about that link and gateways? I posted it because it explains it way better than I would prob do.

So your computer at 192.168.100.14 say.. How does he know to use the router on your end to get to the remote site? Its not on his local network so he talks to his gateway 192.168.100.100

Does 192.168.100.100 know how to get to that remote network connected to port D of your other router?

"i believe u are referring specifically to open/closed ports; how it was sold to us (which i from the start saw it as weird that no ports were required to close and open) it works without closing/opening ports."

On the remote side you don't have to do a forward. And sure if a port is open they can get out fine. But for the remote side to get to the router on your end, then you have to forward the port on your router on the internet ZyXEL router.

yes. i understood that u have to open ports on site b and thats not what u ment; u ment i have to open a port on my side.

"briding is just like a switch, meaning there arent sevreal ip to deal with while routing is with ips."

No -- where did you get that idea??

i misunderstood the article. i reread it now and frmo what i see, all of site b's connected material (lets say 192.168.90.x) is shared with everything hanging out of port d.

all of site c's connected material (lets say 192.168.80.x) is shared with everything hanging out of ITS port d.

but, with bridging, is everything on 192.168.90.x shared with 192.168.80.x? if so its out of the question as these companies are seperete.

in the article this was said:

...

The process is known as defining "static routes" which would be placed into every other network machine on the LAN. But this requires manual configuration of network routing tables, and many simple network appliances such as networked printers, gateway routers, and other devices lack any provision for this sort of advanced packet routing

...

i was told these static routes have to be created.

So your computer at 192.168.100.14 say.. How does he know to use the router on your end to get to the remote site? Its not on his local network so he talks to his gateway 192.168.100.100

Does 192.168.100.100 know how to get to that remote network connected to port D of your other router?

i believe in order to get to that port d i have to create a static route......there seems to be no other way.

I have the manual - I know exactly what you can do with it. Your problem is lack of understanding basic networking. Again I showed you how to make the thing work. You can connect devices to port B or router 1 and access stuff on router 2. port D

Once you forward the port on your internet router.

No just because you bridge does not mean stuff and site 3 would be shared with site 4. And only stuff connected to the 2nd lan port of the devices would be bridged with stuff at your site.

I have the manual - I know exactly what you can do with it. Your problem is lack of understanding basic networking. Again I showed you how to make the thing work. You can connect devices to port B or router 1 and access stuff on router 2. port D

Once you forward the port on your internet router.

No just because you bridge does not mean stuff and site 3 would be shared with site 4. And only stuff connected to the 2nd lan port of the devices would be bridged with stuff at your site.

then maybe bridge mode is the correct way to go. ill try it out in bridge mode instead of routing and see how it goes.

thank u for advice. ill try it out now but i might not be able to give a result until tommorow.

i also reanalyzed ur drawing and i noticed sumthing when it comes to testing this setup out..........

currently we are testing this out with a 3g dongle since we dont have direct access to site 2 (its a couple hundreds of kilometers away and obviously we cant go back/forth).

so my question is, wud this work with a 3g dongle?

dongle -- please post link to make and model.

How ae you trying to test this? if need be just connect the wan interfaces of the routers together with a cross over cable.

well here is some news u may not like (i didnt because i feel like i lost alot of time)

now instead of 2 nb1600, he wants to use just one and a linux box as server (like u mentioned in pages before) because its easier to setup and its like the discontinued model....bf just gets worst.

btw, i acutally printed out ur drawing (the last one); he did not understand it. i just want u to know what im dealign with, budman. the reason we dont change to someone else is because his copany seels alot of parts to ours so....its kind of a "must".

anyways shud i make a new thread or contoinue here?

i got site 2 to speak with the server here (site two has become my house, literally. i took home the client nb1600 and hooked it up perfectly with my home network) but now i cant connect ot the server here at the office (usint its local ip so i dont have to go thru the ientire internet, so to speak) and access it (my site 2, my home)

my home network uses 192.168.1.0 255.255.255.0 basic home network. at my house the lan1 (port c) has been assigned 192.168.1.90 and port d is still 172.16.3.1 (with a machine at 172.16.3.188) i added this in the client certificate:

ifconfig-push 10.7.0.5 10.7.0.6

iroute 192.168.100.0 255.255.255.0 (i am connecting to the vpn server in my office network from my office)

push "route 192.168.100.0 255.255.255.0"

push "route 192.168.1.0 255.255.255.0"

push "route 172.16.0.0 255.255.0.0"

The tunnel seems to connect and it gives me a tunnel ip but this appears in the client log:

Wed Jul 04 11:29:18 2012 ROUTE: route addition failed using CreateIpForwardEntry: One or more arguments are not correct. [if_index=23]

Wed Jul 04 11:29:18 2012 ROUTE: route addition failed using CreateIpForwardEntry: One or more arguments are not correct. [if_index=23]

Wed Jul 04 11:29:18 2012 ROUTE: route addition failed using CreateIpForwardEntry: One or more arguments are not correct. [if_index=23]

Wed Jul 04 11:29:18 2012 ROUTE: route addition failed using CreateIpForwardEntry: One or more arguments are not correct. [if_index=23]

Wed Jul 04 11:29:18 2012 Initialization Sequence Completed

running openvpn as admin on windows 7

thanks again :)

Got it to work finally :) there is just a tiny issue:

i client 1 cant connect to vnc but can connect to ftp (which asks me for a password which is nonexistent)

yet client 2 can connect to vnc but cannot connect to ftp (doesnt ask him for anything just timesout)

What?? Please draw up what your trying to do.. This makes now sense

"i took home the client nb1600 and hooked it up perfectly with my home network) but now i cant connect ot the server here at the office (usint its local ip so i dont have to go thru the ientire internet, so to speak) and access it (my site 2, my home)"

No **** you can not connect to your office router using some private ip!! "usint its local ip so i dont have to go thru the ientire internet"

If you boss can not understand a basic drawing showing 2 internet routers - do I need to actually show the vpn connection. Its in the legend on the side.

So are you going to put the ubuntu server at the edge of your network and use it as your internet router? If so then what your wanting to do can be done really simple.

edit: Here does this make more sense to your boss?

post-14624-0-99214100-1341406382_thumb.j

If you place the vpn endpoint at the edge of your network. it solves a whole lot of issues!! Now your machines on your network want to talk to 10.0.10.2 they just talk to their normal gateway. your internet router will route the traffic down the vpn to the sites vpn router and then it will route to the network having off its second port. Only route you need to push is your main sites network.

no no, not my boss. the "tech guy" is the person that doesnt understand the drawing. like i mentioned, it now works using a ubuntu box and the nb1600 at different clients. i can perfectly use a vnc sort of thing on it, it replies pings, etc....

the only thing is that ftp works strange: when its on a local networ, it doesnt ask me for user name or password. when connecting thru the vpn though, it asks me for a username and password (windows ce net that is) i have no idea why cud that be.

thank u for all the help and i hope this doesnt give any problems in the future because this is a test server; now we haev to move it to a REAL server :(

And how do you have it setup, you created routes on your machines to the endpoint? Or are you bridging? To be honest I don't think its actually working.

I have not idea what your using for ftp, but yeah you should get prompted no matter what ftp server your using. Never heard of a ftp server that you did not have to auth - are you talking just anonymous access to a ftp? Do you have some network rules on it? Only allow certain IPs?

And how do you have it setup, you created routes on your machines to the endpoint? Or are you bridging? To be honest I don't think its actually working.

i created the routes when it inputed me for the ccd configuration. entered (well copy pasted) it and now it works :) all routing, no bridging.

I have not idea what your using for ftp, but yeah you should get prompted no matter what ftp server your using. Never heard of a ftp server that you did not have to auth - are you talking just anonymous access to a ftp? Do you have some network rules on it? Only allow certain IPs?

the server is the one included in windows ce net. and yes, the access on the local side was always anonymous (and when usint the talk2m system) no network rules or no certain ips. is there like a default user or something that comes with windows ce net?

Could you show me the configs you have on both the server and client.

So you created routes on your 192.168.100.x hosts? You created routes on your internet router?

Sorry but there is NO way for a client on your 192.168.100.x network to get to IPs on the other end without a route to them. Routes you create on the linux or the nb1600 router have nothing to do with what your computers on 192.168.100.x network see or how to get there.

So I am curious where you created these routes. If you don't want to post the configs - please PM.

And could you either post or PM me the traceroute to these clients at your home - which is where I assume you have the vpn router setup?

Could you layout your test network for me.

So from this

http://msdn.microsof...y/ms901071.aspx

Windows CE uses the Windows NT? LAN Manager protocol (RPC_C_AUTHN_WINNT), which is also known as NTLM, to authenticate callers. This is the default authentication service for communications on Windows NT.

From here you setup the userlist in the registry

http://msdn.microsof...y/ms901285.aspx

What are you using to try and ftp to it? Your browser? Your browser is noting to send ntlm if site is not trusted? You might have to put the IP in your trusted sites? Most ftp clients do not send NTLM as auth method.

So how exactly are you accessing this ftp server and I might might be able to help.

Could you show me the configs you have on both the server and client.

yes, ill pm u when i get to work (9ish) the server and client config.

So from this

http://msdn.microsof...y/ms901071.aspx

Windows CE uses the Windows NT? LAN Manager protocol (RPC_C_AUTHN_WINNT), which is also known as NTLM, to authenticate callers. This is the default authentication service for communications on Windows NT.

From here you setup the userlist in the registry

http://msdn.microsof...y/ms901285.aspx

What are you using to try and ftp to it? Your browser? Your browser is noting to send ntlm if site is not trusted? You might have to put the IP in your trusted sites? Most ftp clients do not send NTLM as auth method.

So how exactly are you accessing this ftp server and I might might be able to help.

i access it via windows explorer

we think the ftp server cud be broken (if thats even possible) because on another (similar machine) via ftp://127.0.0.1, we can access its ftp listing. now, i do that on the machine im trying to access, it keeps loading, meaning it simply does not find it. so for some reason the ftp server isnt correctly.

more problems: at home, i restarted my home network (well my power went out) and it seems that the nb1600 cannot see my public ip anymore. it can see the internet because pinging google works, but it just cant see my public ip. yesterday this happened as well and i restarted the router at my workplace and it worked again. is there a possibility of the routing tables in my router overloading and thus not allowing/understanding more connections? because other than that, it doesnt make too much sense to me....

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Wow, Microsoft IS cooking lately... This only shows that they COULD improve, they just chose not to for whatever reasons. That obsession with AI was destroying them from the inside out.
    • BATorrent 4.1.0 by Razvan Serea BATorrent is a lightweight, open-source BitTorrent client built with modern C++ and Qt 6, offering a clean, fast, and privacy-focused alternative to traditional torrent apps. It supports magnet links, .torrent files, resume data, sequential downloading, per-file priorities, and even imports from qBittorrent. Power users benefit from integrated RSS auto-download with regex filtering, duplicate detection, and automatic tracker lists from Stremio. Streaming is seamless thanks to auto-detected players like VLC and IINA. BATorrent includes robust VPN tools—interface binding, auto-detection for WireGuard-based services like Mullvad and NordLynx, kill switch, proxy support, and IP filtering. A full WebUI enables remote control, while integrations with Plex, Jellyfin, and Emby automate library updates. With themes, speed scheduling, system-tray alerts, and cross-platform support for Windows, Linux, and macOS, BATorrent delivers a polished, high-performance torrenting experience. BATorrent features: Core .torrent file and magnet link support Resume data — picks up where you left off after restart Import torrents from qBittorrent Create .torrent files from any file or folder Sequential download mode Per-file priority control (skip, low, normal, high) Seed ratio limits with auto-pause DHT, PEX, UPnP, NAT-PMP RSS Auto-Download Subscribe to RSS feeds — automatically download new torrents as they appear Regex filters — match only what you want (e.g. 1080p|720p, S01E\d+) Per-feed settings — custom save path, check interval (5–1440 min), enable/disable Auto-download — matched items are downloaded automatically in the background Supports magnet links, .torrent URLs, and tags Tray notifications when items are auto-downloaded Duplicate detection — never downloads the same item twice Stremio Stremio Addon System pre-installed — works out of the box Auto tracker list from ngosang/trackerslist Streaming Play while downloading — stream video files before the download is complete Supports mp4, mkv, avi, mov, wmv, flv, webm, m4v, ts Auto-detects installed players (VLC, IINA, system default) VPN & Privacy Interface binding — lock torrent traffic to a specific network interface (e.g. tun0) Auto VPN detection — identifies VPN interfaces (tun, tap, WireGuard, Mullvad, NordLynx, ProtonVPN) Kill switch — automatically pauses all torrents if the VPN interface drops Auto-resume — resumes only the torrents paused by the kill switch when VPN reconnects Proxy support — SOCKS5 and HTTP proxy with optional authentication IP filtering — load P2P blocklists to block unwanted IP ranges Protocol encryption (enabled / forced / disabled) WebUI Remote management — control torrents from any browser at http://localhost:8080 REST API with JSON responses Add torrents via magnet link or .torrent upload Pause, resume, remove torrents remotely View peers and files per torrent Dark theme matching the desktop app HTTP Basic Auth with SHA-256 password hashing Configurable port and remote access (localhost vs 0.0.0.0) Interface 3 themes: Dark, Light, Midnight (bat/vampire aesthetic) Real-time speed graph Detailed panel with tabs: General, Peers, Files, Trackers Filter bar: search by name, filter by state (Active, Downloading, Seeding, Paused, Finished) Drag & drop .torrent files and magnet links Drag & drop reorder in torrent list System tray with notifications (download complete, kill switch events, RSS auto-downloads) Splash screen with bat animation Bilingual: English and Portuguese (BR), auto-detected from system locale Bandwidth Scheduler Alternative speed limits — set different download/upload limits on a schedule Time range — configure active hours (e.g. 01:00 to 07:00), supports overnight ranges Per-day control — choose which days of the week the schedule applies Automatically switches between normal and alternative speeds Media Server Integration Plex — automatically trigger library scan when a download completes Jellyfin / Emby — same automatic library refresh via API Configure server URL and authentication token/key in Settings System Cross-platform: Windows, Linux, macOS Auto-shutdown — automatically shut down PC when all downloads complete (60s cancellable countdown) Auto-update system (AppImage on Linux, installer on Windows, DMG on macOS) CLI arguments: pass .torrent files or magnet: URIs directly Keyboard shortcuts: Space to toggle pause, Ctrl+A to select all, Ctrl+O to open BATorrent 4.1.0 release notes: A community-driven release: everything here came straight from your reports and requests. It closes the remaining gaps with qBittorrent and fixes the Windows settings/tray/splash issues several of you hit. Fixed Settings now actually save. A whole class of preferences — speed limits (and the alternative limits), max active downloads, seed ratio, listen port, max connections, DHT/uTP/encryption, VPN interface, kill switch and proxy — weren't being persisted and reset to defaults on every launch. They now round-trip correctly. (Thanks to everyone who reported "the upload limit always goes back to 0".) Splash and tray toggles stick on Windows. Turning off the startup animation (or "close to tray") no longer reverts — the Windows registry stored these booleans as integers and the UI was misreading them. Close-to-tray hint. The first time the window hides to the tray you get a one-time notification, so the app doesn't look like it vanished (Windows 11 tucks new tray icons into the overflow). macOS Dock icon size. The icon filled its canvas edge-to-edge and rendered larger than neighbouring apps; it now uses the standard safe-area padding. Native file picker language. The "Torrent file / All files" filter in the open dialog follows the app language instead of being hard-coded. Added — qBittorrent parity Alternative speed limits toggle — a turtle button in the toolbar flips your throttled limits on/off instantly, independent of the scheduler. Follow system theme — switch light/dark automatically with the OS (Settings → Appearance). Pre-allocate disk space — reserve the full file size up front to reduce fragmentation (Settings → Downloads). Recheck data on add — optionally force a hash check when adding a torrent, so existing or partial files on disk are detected. Port status indicator — a 🔴 dot in the status bar shows whether your listen port looks reachable (UPnP/NAT-PMP + listen state; fully local, no external check). Add torrent from URL — File → Add torrent from URL (Ctrl+U) fetches a remote .torrent and routes it through the normal add dialog. Export .torrent — right-click a torrent → Export .torrent to save its metadata file. Already there (in case you missed it) Watch folder — auto-add .torrent files dropped into a monitored directory (Settings → Files). This release just surfaces it. Incomplete files already carry a .!bt suffix until they finish. Under the hood Regression tests for the settings-persistence and Windows boolean bugs. A new Qt Quick Test harness covering the startup splash and the design-system widgets. Download: BATorrent 4.1.0 | 37.5 MB (Open Source) Download: BATorrent Portable | 51.7 MB Links: BATorrent Website | Screenshot | Changelog Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Disabling open on hover, great! That was so stupid! They need to do a fix, where if a network share is disconnected, it doesn't hang when opening "This PC" for 20 seconds.
    • Microsoft releases major feature updates for stock Windows 11 apps by Taras Buria In addition to releasing new Windows 11 preview builds, Microsoft announced that inbox Windows apps now have dedicated release notes in the official documentation. At long last, users have access to all the release notes for each app, with changes listed in chronological order. Microsoft used to announce feature updates for stock apps with each build. Now, with Windows Insider release notes hosted on the Microsoft Learn website, each app has a dedicated space for its changelog, which is very useful for those who want to track new features and improvements. Alongside that, Microsoft dropped massive feature updates for six stock apps: Clock, Media Player, Calculator, Voice Recorder, Photos, and Paint. Each app packs quite a lot of changes and new capabilities, so here are the release notes. Here are quick notes so that you can jump to the app you are interested in the most: Calculator Camera Clock Media Player Paint Photos Sound Recorder Here is what is new for the Calculator in version 11.2605.9.0: More accurate square-root results — Fixed rare cases where a calculation that should equal zero (like sqrt(2.25) - 1.5) returned a tiny leftover value instead. Readable text in High Contrast themes — Settings text now shows the correct colors in the High Contrast Aquatic and Desert themes. Fixed layout for right-to-left languages — For languages like Arabic and Hebrew, the graph, number pad, equation fields, and scroll buttons now appear correctly oriented. Reliable launch after upgrading — Fixed an issue where upgrading from much older versions could leave outdated settings that stopped the app from opening. Here is what is new for the Camera app (version 2026.2605.7.0): Zoom slider works on more cameras — The zoom slider now works on the latest cameras, respects your system zoom settings, and updates instantly when you change those settings. Full range of zoom levels — Fixed an issue where the zoom slider only showed three steps on some devices that zoom in finer increments. Front camera works on more devices — Resolved a problem that blocked the front-facing camera on certain wide-angle devices. More video resolution choices — You can now pick video resolutions that were previously hidden; the app shows a heads-up warning instead of removing them. QR links you can still use — When a scanned QR code points to something with no matching app, the link is now copied to your clipboard (with a notification) while still offering a Store search. Smarter default settings — When you haven't set a preference, the app now follows your system settings by default. The Clock app has a massive changelog with the following improvements in version 11.2605.9.0: Timers keep counting after they hit zero — When a timer runs out, it now keeps counting up (for example, -00:27:31) so you can see how far past the time you've gone. You can turn off the daily goal — Focus Sessions now include an "Off" option so you can skip setting a daily goal entirely. New 15-minute snooze option — Alarms now offer a 15-minute snooze interval. Run up to 3 countdowns at once — The Countdown Widget now supports three simultaneous countdowns, up from two. Timer Widget notifications now appear — Fixed an issue where the "timer finished" notification didn't show when the timer was started from the widget. Less clutter in Focus Sessions — Tasks you've already completed no longer show up in the Focus Session task list. More accurate focus progress — Fixed a rounding issue that could show your daily focus progress as a minute short (for example, 49 minutes instead of 50). Smoother World Clock comparisons — The World Clock compare page now loads dates as you scroll, so it feels more responsive. Up-to-date World Clock locations — Refreshed country and city names to match their current names. Correct sun and moon icons during midnight sun — Fixed an icon that wrongly showed a moon during all-day daylight in polar regions. Fixed back-button behavior in clock comparisons — Pressing back once now takes you back as expected, instead of jumping the date to 1926. Corrected the Newfoundland time zone — Newfoundland now uses the right time zone (St. John's). Disabled alarms stay looking disabled — Editing a turned-off alarm no longer makes it appear turned on. Cleaner timer cards — The expand button is now turned off on timer cards that have no time set, preventing actions that wouldn't do anything. Clearer theme setting — Updated the wording to "Choose your preferred app theme." Smoother Settings links — The "About" links in Settings no longer trigger an unexpected "switch apps" prompt. Fixed spacing in Spotify settings — Corrected uneven spacing in the Spotify settings card. Better focus visibility in High Contrast — The focus highlight in World Clock is now clearly visible in the High Contrast Aquatic and Desert themes. No more double announcements — Screen readers no longer read the timer value twice. Countdown names read correctly — Screen readers now properly announce the name of each countdown. Keyboard focus stays put — Focus no longer disappears after you press the Timer Reset button. Clearer alarm toggle for screen readers — Tidied up how the alarm on/off switch is announced. The Media Player app received plenty of changes as well (version 11.2605.14.0): Custom captions — You can now personalize how closed captions appear, with caption styling tied to your Windows caption settings, plus a quick link to open those settings directly. "Indexing" banner in the play queue — When your media library is still being scanned, a banner now explains why some items may not appear yet. Fixed the look of selected items — Corrected a layout glitch with selected items in lists. Fewer playback failures — Improved how the app recognizes supported file types, so more files play without issues. Playlists need a name — You can no longer accidentally save a playlist with a blank name. Cleaner look for empty playlists — Improved how a playlist appears when it has no items yet. More stable play queue edits — Fixed a crash that could happen when changing the play queue while the app was switching between sessions. Clearer "missing codec" message — Improved the dialog that appears when a file needs a codec you don't have, with clearer guidance on what to do. A big update is also available for Paint in version 11.2605.61.0: Adjustable eraser transparency — You can now control how transparent the eraser is. Cleaner stamp brush strokes — Fixed visible color shifts and artifacts when using stamp-style brushes. JPEG photos save in place — Opening a rotated JPEG and pressing Save now overwrites the original instead of unexpectedly prompting "Save As." No more crash on bad image files — Opening a damaged or invalid image, from within the app, by double click, or commandline, now shows a clear error message instead of closing the app. Classic selection behavior restored — The selection outline now hides while you move, resize, or rotate a selection, just like in classic Paint. Tidier AI image panel — Fixed missing spacing at the bottom of the AI image generation panel for a cleaner layout. Visible button hover in light theme — Toolbar split buttons now show a clear hover highlight in the light theme. Snappier toolbar — Streamlined how the ribbon lays out, giving a small speed boost at startup. Fewer background crashes — Fixed a crash that could happen while background tasks were finishing up. Stable app shutdown — Prevented rare crashes when closing the app. Fixed layer removal glitch — Deleting the active layer no longer leaves the layers list in an inconsistent state. Here is what is new in the Photos app (version 2026.11060.2004.0): AI watermarking — AI-generated or edited images can now carry a visible Copilot watermark. You choose Never, Always, or Ask Every Time in Settings, with a confirmation when saving. The watermarking is off by default in settings. Better viewing of small images and pixel art — Tiny images (like 16×16 pixel art) now zoom in far more to fill the screen and stay crisp instead of looking blurry. Select scanned text with the keyboard — When text is detected in an image, you can now navigate and select it using the arrow keys, Shift+Arrow, Home/End, and Ctrl+A, with a clear focus highlight. Fixed a crash in text recognition — Resolved a crash that could close Photos while detecting text in images; the app now recovers gracefully. Easier keyboard navigation — Tabbing through the navigation bar no longer stops on hidden controls, so it takes a single Tab to move past it instead of three. And finally, here is the Sound Recorder (version 11.2605.1.0): Waveform shows with Bluetooth mics — The live waveform now displays correctly when you record using a Bluetooth audio device. No more stray scrollbar — A non-working horizontal scrollbar no longer appears at the bottom of the waveform unless you've zoomed in. Mark button ready right away — The Mark button no longer looks grayed out until you hover over it after opening the app. Markers hidden for WAV files — Markers are now turned off for WAV recordings, since that format can't store them — so they're no longer lost silently. Smoother deleting — Quickly pressing Delete and Enter to remove several recordings in a row no longer triggers a "file doesn't exist" error. Fixed a memory issue — Resolved a memory leak that occurred each time a recording started. You can find all these changelogs in the official documentation here.
  • Recent Achievements

    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      PsYcHoKiLLa
      170
    3. 3
      +Edouard
      162
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      78
  • Tell a friend

    Love Neowin? Tell a friend!