Recommended Posts

My laptop runs Windows 7.

I am trying to setup a FTP server on my laptop so other systems in my LAN can access it.

I used GuildFTPd

The FTP server is up and running, I can connect to it just fine locally from the laptop.

However, I cannot connect to it from any other system on my LAN.

I can't even ping my laptop, even though my laptop can ping my other systems.

Any ideas what I can try to fix this?

Link to comment
https://www.neowin.net/forum/topic/748064-cannot-connect-to-my-own-ftp-server/
Share on other sites

  Escalade_GT said:
You might have to open a port in your router via port forwarding.

I use port 44000 for my FTP and it works. :)

I set the FTP to port 50000 and forwarded ports 50000 though 51000 by it's static ip on my router.

  hjf288 said:
You sure Windows firewall isnt blocking it if you havent turned it off?

Windows firewall actually asked me what to do when it saw it try to connect, I told it to give the program full access.

This is for local access or over the internet? If it's local then port forwarding on the router isn't needed. Just have everyone use your computer's local IP.

Some routers block NAT redirecting which means you may not be able to access your own FTP server via your Internet IP, going out then back in essentially.

So lets repeat the question are you trying to access the ftp server using its LOCAL ip, say 192.168.1.100 from machine 192.168.1.101 or are you trying to access it by name? ftpservermachine or some outside FQDN say ftp.yourdomain.tld or its public IP address?

As stated making loopback connections quite often does not work (depends on the router supporting this feature or not).. IE coming from machine on your local network trying to go to a public IP or public FQDN and then your router sending it right back (loopback).

If your using the local name that resolves to a local IP, or the local ip from another local machine and its not working you need to verify that any local software firewalls or antivirus software allows for this - quite often antivirus can block access to ftp.

I rarely see a point to running software firewalls on machines behind a nat router - more often then not just causes the users issues. I would suggest you at least for testing disable any and all software firewalls/antivirus/security software on both machines your wanting to test with - both the server and the client. If it then works - you know that is config issue with this software.

You need to verify that the ftp server software is listening on your machines local IP address, you say you can connect from the machine itself - are you just connecting to its 127.0.0.1 address or the name localhost? You say you can not ping this machine from another machine on your network - this could point to a firewall issue or maybe a double nat setup.

Are all machines connected to the same router? Or do you have another router in the network? Also is the machine wired or wireless to your network? Are the other machines wired or wireless? Quite often a wireless router can block wireless machines from talking to other wireless machines (called ap or client isolation as an example)

  BudMan said:
So lets repeat the question are you trying to access the ftp server using its LOCAL ip, say 192.168.1.100 from machine 192.168.1.101 or are you trying to access it by name? ftpservermachine or some outside FQDN say ftp.yourdomain.tld or its public IP address?

Local IP

  BudMan said:
As stated making loopback connections quite often does not work (depends on the router supporting this feature or not).. IE coming from machine on your local network trying to go to a public IP or public FQDN and then your router sending it right back (loopback).

... I don't understand.

  BudMan said:
If your using the local name that resolves to a local IP, or the local ip from another local machine and its not working you need to verify that any local software firewalls or antivirus software allows for this - quite often antivirus can block access to ftp.

My antivirus app (Avira AntiVir) has no network managment abilities as far as I know, and I tried disabling both software firewalls on the laptop (COMODO firewall and Windows fireall) but it still woulden't work.

  BudMan said:
I rarely see a point to running software firewalls on machines behind a nat router - more often then not just causes the users issues. I would suggest you at least for testing disable any and all software firewalls/antivirus/security software on both machines your wanting to test with - both the server and the client. If it then works - you know that is config issue with this software.

As I said, I tried that, didn't help.

Also, I use them because I like to know specifically what programs are trying to access the internet and what incoming connections I am getting, as well as the abuilty to block specific ones while letting others through.

  BudMan said:
You need to verify that the ftp server software is listening on your machines local IP address, you say you can connect from the machine itself - are you just connecting to its 127.0.0.1 address or the name localhost? You say you can not ping this machine from another machine on your network - this could point to a firewall issue or maybe a double nat setup.

I was connecting to itself by typing in it's LAN IP.

  BudMan said:
Are all machines connected to the same router? Or do you have another router in the network? Also is the machine wired or wireless to your network? Are the other machines wired or wireless? Quite often a wireless router can block wireless machines from talking to other wireless machines (called ap or client isolation as an example)

They are all behind the same router.

The laptop with the server is wireless, I was trying wired and wireless systems when attempting to connect to it.

Other wired and wireless systems can talk to my desktop just fine.

I used to be able to communicate with my laptop when running Windows Vista, but Windows 7 seems to be much harder.

When you have the firewall(s) disabled -- you should NEVER be running more than 1 btw on the same machine.

Can you ping the ftp server machine from the other machine? If you can not even ping it then you have a firewall issue, or a nat issue -- ie something blocking traffic. You say you can access window file shares off the ftp machine from other machines on your network?

Also lets be clear -- are you not even able to connect, or not able to login?

From your client machine on your network - from a command prompt doing ftp to the IP address of the ftp box -- what do you get?

c:\>ftp 10.56.102.68

Connected to 10.56.102.68.

220-GuildFTPd FTP Server © 1997-2002

220-Version 0.999.14

220 Please enter your name:

User (10.56.102.68:(none)):

Do you get this -- or some other error?

  BudMan said:
When you have the firewall(s) disabled -- you should NEVER be running more than 1 btw on the same machine.

Can you ping the ftp server machine from the other machine? If you can not even ping it then you have a firewall issue, or a nat issue -- ie something blocking traffic. You say you can access window file shares off the ftp machine from other machines on your network?

Also lets be clear -- are you not even able to connect, or not able to login?

From your client machine on your network - from a command prompt doing ftp to the IP address of the ftp box -- what do you get?

c:\>ftp 10.56.102.68

Connected to 10.56.102.68.

220-GuildFTPd FTP Server ? 1997-2002

220-Version 0.999.14

220 Please enter your name:

User (10.56.102.68:(none)):

Do you get this -- or some other error?

Even with firewalls disabled I cannot ping it.

I can't even connect to the FTP, it times out attempting to connect to the FTP, no response at all.

  Cyber Akuma said:
Even with firewalls disabled I cannot ping it.

I can't even connect to the FTP, it times out attempting to connect to the FTP, no response at all.

I have the same problem, cant setup a ftp on my notebook trough wireless, only if i use the lan cable it works.

"cant setup a ftp on my notebook trough wireless"

As I said before its quite common for wireless routers as a security feature to block access between wireless clients, and or its possible to block wireless clients from talking to the wired clients or vice versa, etc.

The different makers call it different things, AP or Client isolation, WLAN partition

example from the DWL-7100AP

--

WLAN Partition

Wireless Band

Select the Wireless Band to configure.

Internal Station Connection

When this is enabled there is no barrier between communication among wireless stations connecting to the Access Point. If this is disabled, wireless stations of the selected band (802.11a 0r 802.11g) are not allowed to exchange data through the Access Point. The default value is set to "Enabled".

* Ethernet to WLAN Access

When this is enabled there is no barrier between the data flow from the Ethernet to wireless devices connected to the Access Point. If this is disabled, all data from the Ethernet to associated wireless devices is blocked. Wireless devices can still send data to the Ethernet. The default value is set to "Enabled".

* Connection Between 802.11a & 802.11g

When this is enabled, devices on the 802.11a network are able to exchange data with devices on the 802.11g network through the Access Point. If this is disabled, a partition is created between the networks within the Access Point. That is, data from any associated device on the 802.11a cannot send data to or receive data from another device on the 802.11g network through the Access Point.

--

If you can not even PING the box -- then yeah is highly unlikely FTP is going to work! ;) You need to understand what is blocking your ability to even ping.. Question when you ping the box by its ip -- does it's mac address show up in your arp table? From your test box, ping the IP - after it finishes and times out, look at your arp cache.

arp -a

Does it list mac for your ftp machines IP address? Is it the Correct MAC? You can view the mac of an interface by using the ipconfig /all command.

I would suggest you test with putting your boxes with a wire to the same router.. If you can not ping then you have a firewall/security software issue. Fix this -- understanding the software your using is the first battle :)

Its amazing how much more trouble software firewalls cause users issues vs any type of protection.. Your on a Private lan -- you have no use for a software firewall unless there are boxes on your network that have to be treated as hostile.. As to controlling applications access to the network -- this has no real legit use and has been gone over in other thread.. Use it if you want -- but you have to freaking understand how to configure your firewall.

I will fire up windows 7 when I get home and run this guildftp server on it -- it should take about 15 seconds to get it working.

  • 2 weeks later...
  BudMan said:
If you can not even PING the box -- then yeah is highly unlikely FTP is going to work! ;) You need to understand what is blocking your ability to even ping.. Question when you ping the box by its ip -- does it's mac address show up in your arp table? From your test box, ping the IP - after it finishes and times out, look at your arp cache.

arp -a

Does it list mac for your ftp machines IP address? Is it the Correct MAC? You can view the mac of an interface by using the ipconfig /all command.

Am I supposed to do this from the laptop (which has the ftp server running) or from another computer to the laptop?

  BudMan said:
I would suggest you test with putting your boxes with a wire to the same router.. If you can not ping then you have a firewall/security software issue. Fix this -- understanding the software your using is the first battle :)

My laptop can ping the other systems, but my other systems cannot ping the laptop.

I can even ping other wired and wirless devices from both my desktop or laptop like my Cellphone, Playstation 3, or Nintendo Wii.

  BudMan said:
Its amazing how much more trouble software firewalls cause users issues vs any type of protection.. Your on a Private lan -- you have no use for a software firewall unless there are boxes on your network that have to be treated as hostile.. As to controlling applications access to the network -- this has no real legit use and has been gone over in other thread.. Use it if you want -- but you have to freaking understand how to configure your firewall.

I will fire up windows 7 when I get home and run this guildftp server on it -- it should take about 15 seconds to get it working.

Its mostly for knowing which apps try to access my network or internet and allowing or denying them on a per-app basis.

Also an extra layer of protection.

How would checking if the mac is correct make sense if you were trying to ping the box running ftp from that same box?

Not what part of "From your test box" was not clear?

Again if you can not ping your box running the ftp from another machine --- why do you think you should be able to ftp to it? Your problem points to Firewall problem.

As to "extra layer of protection" -- pointless, and again seems to be causing you more grief than any "extra" anything -- unless you like extra grief ;)

  BudMan said:
How would checking if the mac is correct make sense if you were trying to ping the box running ftp from that same box?

Not what part of "From your test box" was not clear?

You don't have to insult me, I missed that part when I was reading it.

And no, it's mac address didn't show u[ in my arp table.

Connecting it by wire didn't change anything either.

  BudMan said:
Again if you can not ping your box running the ftp from another machine --- why do you think you should be able to ftp to it? Your problem points to Firewall problem.

As to "extra layer of protection" -- pointless, and again seems to be causing you more grief than any "extra" anything -- unless you like extra grief ;)

I already said I tried disabling ALL firewalls on the system, but I still could not ping it.

So you got all zeros for the mac? Or the wrong mac? Or just nothing listed for that IP? After trying to ping the IP address of the box running ftp from the test box. Also when you try to ping do you get timeout, or destination host not reachable?

Even when your wired to the same router?

Ping your test box from the ftp box, then look at the arp table on the test box -- do you see the mac now? Can you ping it now?

If not try setting a static arp on the test box pointing to the ftp box.

your never going to be able to communicate to it if you can not even arp for its mac, the firewall does not normally block arp -- but I will have to double check the windows 7 firewall.. But it would be rare that it does not arp.

You SURE these machines are on the same network. not some nat device or bridge device between them, no voip device, etc?

edit: Ok I just booted my windows 7 machine, I then set the firewall to block ALL inbound connections on both private and public and then pinged it from another machine. As can see the ping was blocked. But it got the mac

--

C:\Documents and Settings\Administrator>arp -a

Interface: 192.168.1.4 --- 0x10005

Internet Address Physical Address Type

192.168.1.253 00-50-04-d8-e8-be dynamic

C:\Documents and Settings\Administrator>ping 192.168.1.172

Pinging 192.168.1.172 with 32 bytes of data:

Request timed out.

Request timed out.

Request timed out.

Request timed out.

Ping statistics for 192.168.1.172:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Documents and Settings\Administrator>arp -a

Interface: 192.168.1.4 --- 0x10005

Internet Address Physical Address Type

192.168.1.172 00-21-9b-03-ac-a7 dynamic

192.168.1.253 00-50-04-d8-e8-be dynamic

--

I show the arp cache before the ping to show that the machine did not now the windows 7 machines mac.

If your not able to arp for the machines mac then you got something more than the windows 7 firewall causing you issues -- do you have some 3rd party firewall installed? Again do you have devices in between you and the test machine, etc.

If you can not arp for its mac, then no your never going to be able to communicate with it, you can try setting a static arp -- but you have something wrong if you can not normally arp for its mac.

Edited by BudMan
  BudMan said:
So you got all zeros for the mac? Or the wrong mac? Or just nothing listed for that IP? After trying to ping the IP address of the box running ftp from the test box. Also when you try to ping do you get timeout, or destination host not reachable?

The FTP server is running on my laptop, I tried pinging my laptop with it's lan IP, basically I pinged itself, it worked fine.

The laptop's LAN ip was not listed in the arp table.

  BudMan said:
Even when your wired to the same router?
  BudMan said:
Ping your test box from the ftp box, then look at the arp table on the test box -- do you see the mac now? Can you ping it now?

You mean ping my laptop with my desktop?

It just times out.

However, the laptop's lan IP and Mac address DID appear in my desktop's ARP table.

  BudMan said:
If not try setting a static arp on the test box pointing to the ftp box.

I don't understand, what do you mean by a static arp?

They all have static IPs if that is what you are referring to.

  BudMan said:
your never going to be able to communicate to it if you can not even arp for its mac, the firewall does not normally block arp -- but I will have to double check the windows 7 firewall.. But it would be rare that it does not arp.

You SURE these machines are on the same network. not some nat device or bridge device between them, no voip device, etc?

Every networked system in my house, ethernet or wifi, connects directly to the same one router.

  BudMan said:
edit: Ok I just booted my windows 7 machine, I then set the firewall to block ALL inbound connections on both private and public and then pinged it from another machine. As can see the ping was blocked. But it got the mac

--

C:\Documents and Settings\Administrator>arp -a

Interface: 192.168.1.4 --- 0x10005

Internet Address Physical Address Type

192.168.1.253 00-50-04-d8-e8-be dynamic

C:\Documents and Settings\Administrator>ping 192.168.1.172

Pinging 192.168.1.172 with 32 bytes of data:

Request timed out.

Request timed out.

Request timed out.

Request timed out.

Ping statistics for 192.168.1.172:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Documents and Settings\Administrator>arp -a

Interface: 192.168.1.4 --- 0x10005

Internet Address Physical Address Type

192.168.1.172 00-21-9b-03-ac-a7 dynamic

192.168.1.253 00-50-04-d8-e8-be dynamic

--

I show the arp cache before the ping to show that the machine did not now the windows 7 machines mac.

If your not able to arp for the machines mac then you got something more than the windows 7 firewall causing you issues -- do you have some 3rd party firewall installed? Again do you have devices in between you and the test machine, etc.

If you can not arp for its mac, then no your never going to be able to communicate with it, you can try setting a static arp -- but you have something wrong if you can not normally arp for its mac.

Hmm.... this is odd, NOW the 3rd party firewall has made it clear that this is what was causing it.

I again tried disabling all firewalls and pinging it, but unlike last time it actually went through.

So I one by one enabled them and finally when just my 3rd party firewall was running it was blocked.

Considering this is the first thing I checked, multiple times, when I couldn't ping my laptop I have no idea why NOW its finally shown itself.

... what is even weirder, is that I had this SAME firewall and ftp server app installed on this system when I was running Vista on it, and it actually worked perfectly then.

Anyway, I just checked, my favorite firewall (Kerio/Sunbelt Personal Firewall) has FINALLY been updated to support Vista.

Im going to see if I can get it running in place of Comodo, because I far prefer Kerio to Comodo.

Oh by the way.... even with all firewalls disabled and the desktop able to ping the laptop, the laptop STILL did not display it's own IP or MAC address in the arp table after I pinged itself.

pinging the machine from the same machine is not really a valid test, and no the arp table will not show your machines own mac.

As to weirder -- IMHO its not weird seeing users having issues with firewalls, it see it every single day.

As brought up in the beginning of the thread your issues was firewall related. Now since you say its working after you redid your firewalls its working is not weird.

I would suggest rethink what running a software firewall behind a nat, on a NON-hostile network buys you other than grief, cpu overhead and added configuration.

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

    • No registered users viewing this page.
  • Posts

    • spwave 0.9.0-1 by Razvan Serea spwave is a cross-platform audio editor designed for research and advanced analysis. It supports a wide range of audio formats, including WAV, AIFF, MP3, Ogg Vorbis, FLAC, ALAC, raw PCM, and more via plug-ins. spwave offers precise editing tools such as zoom, crop, fade in/out, gain adjustment, and region extraction. It enables detailed spectral and phase analysis and supports unlimited undo/redo. Users can drag and drop files, edit metadata, save labeled regions, and view multiple synchronized waveforms. Internally, spwave processes audio in 64-bit precision, ensuring high accuracy. It runs on Windows, macOS, and Linux, making it a reliable and flexible tool for audio research and editing. spwave has following features: Support for multiple platforms: Windows, macOS, Linux (Motif, gtk), etc. Support for WAV, AIFF, MP3, Ogg Vorbis, FLAC, ALAC, raw, and text files by using plug-ins. Support for many bits/samples: 8bits, 16bits, 24bits, 32bits, 32bits float, 64bits double. Converting the sampling frequency and the bits/sample of a file. Playing, zooming, cropping, deleting, extracting, etc. of a selected region. Fade-in, fade-out, gain adjustment, channel swapping, etc of a selected region. Editing file information that supports comments of WAV and AIFF, and ID3 tag of MP3. Analysis of a selected region using several analysis types, e.g. spectrum, smoothed spectrum, phase, unwrapped phase and group delay. Undoing and redoing without limitation of the number of times. Waveform extraction by drag & drop. Opening files by drag & drop. Autosaving of selected regions (you can do this by drag & drop also). Saving positions and regions as labels. Viewing some waveforms and setting regions synchronously. Almost all processing is 64 bits processing internally. Supported Formats: Read/Write: WAV, AIFF, AIFC, CAF, MP3, Ogg Vorbis, FLAC, ALAC (.caf, .mp4), WMA (Windows), APE, AU/SND, PARIS, NIST, IRCAM, raw PCM, text. Read-only: MPEG-2 Layer 3 MP3, RMP files with VBR support. With 64-bit internal processing, autosave capabilities, and synchronized multi-view waveform editing, spwave is a solid tool for anyone handling complex audio editing or acoustic research. spwave 0.9.0-1 changelog: Implemented CQT spectrum and CQT spectrogram (beta version). Implemented piano-key display for spectrum/spectrogram view. Implemented indication of musical note name in cursor information for spectrum/spectrogram view. Fixed a bug that spectrogram view after zoom-in with large factor sometimes freezes. Fixed a bug that scroll and zoom-out in spectrogram view after zoom-in with large factor do not work correctly. Fixed a bug that spectrogram view provides sometimes wrong time information. Fixed a bug that plugin errors sometimes cause a crash. Fixed a bug that the color of grid lines is wrong in printing. Optimized layout of spectrogram view for printing. Enhanced the function of waveform cropping from label information. Fixed a bug that some items in the preference dialog related to labels do not work. Added some items related to the region label in the preference dialog. Fixed a bug that drawing selected region in the log-frequency axis does not work correctly. Added partial support for the dark mode of Windows (the menu bar and the menus). Fixed a bug that the cursor to indicate current calculation position of spectrogram is sometimes not shown. Changed drawing of cursor information into that with white background so as to make the information legible. Fixed a bug that moving to the head by scrolling the overview display sometimes fails. Added feature of alignment of the view region between spectrum view and spectrogram view. Download: spwave 64-bit | spwave 32-bit | ~3.0 MB (Freeware) Download: spwave ARM64 | 2.9 MB Links: spwave Home page | Other OSes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft Weekly: redesigned Windows 11 Start menu, Xbox handheld is here, and more by Taras Buria This week's news recap is here. Fresh Windows 11 preview builds with the redesigned Start menu and Windows Vista flashbacks, the long-anticipated Xbox handheld, Patch Tuesday updates, gaming news, and more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. June 2025 Patch Tuesday updates are out. Windows 10 received KB5060533 with build numbers 19044.5965 and 19045.5965. Supported Windows 11 versions received KB5060842 and KB5060999 with build numbers 26100.4349, 22631.5472, and 22621.5472. Later, Microsoft released an out-of-band update to address problems with games with Easy Anti-Cheat, causing system restarts upon launch, and a couple of recovery updates. Microsoft launched Copilot Vision with Highlights for Windows. This feature enables AI to see what is happening on the screen and offer additional information, analysis, and context. Copilot Vision currently works with up to two apps, but its availability is limited to the United States (more countries are on the way, says Microsoft). Now, here is some useful stuff for Windows users: a neat third-party maintenance tool that can run various checks, troubleshooters, and repair utilities; a useful guide about personalizing OneDrive folders with a touch of color, and more. Windows Insider Program Here is what Microsoft released for Windows Insiders this week: Builds Canary Channel Dev Channel Build 26200.5641 This build introduces the recently announced Start menu redesign. It also packs Lock Screen widget improvements, Narrator enhancements, updates to the gamepad keyboard, and a lot of various fixes. Build 26200.5651 Another Dev build introduced a Settings app agent, Recall improvements, seconds for the calendar clock, context menu enhancements, and more. Beta Channel Build 26120.4250 The Beta build has the same changelog as the one from the Dev Channel. Build 26120.4441 The same build as 26200.5651 from the Dev Channel. Release Preview Channel Build 22631.5545 With build 22631.5545 for Widnows 11, Microsoft improved default browser settings and the Windows Share UI and fixed several bugs. Build 19045.6029 This build introduces improvements to app defaults and multiple fixes for Windows 10. The redesigned Start menu is the most exciting part of the new builds, but as usual, it is rolling out gradually. You can mitigate that by force-enabling the new Start menu using the ViVeTool app as described in our guide. Interestingly, the latest builds introduced a funny bug where Windows 11 plays the Windows Vista startup sound on boot. Microsoft acknowledged the issue and said it is working on a fix in future updates. Meanwhile, if you use the latest Dev and Beta builds, you will get to enjoy 2006 nostalgia each time you turn on your PC. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. This week's browser updates include a fresh Dev Channel update for Microsoft Edge and secure password deployment in Edge for organizations. The latter arrived in the Stable Channel on June 13 with version 137.0.3296.83. There was also a minor update for Firefox. The latter received version 139.0.4, which addressed several issues with the browser freezing when switching apps, failing to save wallpapers with proper names, and more. In addition to the update, Mozilla announced that Deepfake Detector is shutting down. The service will go dark on June 26, 2025. Moving to Office updates, we have some changes to the new Outlook, which will block more files and allow you to perform more tasks when offline. OneDrive for Mac now supports external disks, Clipchamp lets you trim videos by cutting out parts of the transcript, and OneNote now supports Copilot Notebooks. Microsoft also announced an update on the removal of Exchange Online Basic Authentication in Office 365. Here are other updates and releases you may find interesting: Rufus received an update to version 4.8 with performance improvements for Windows images. Microsoft is committing to upskilling 1 million UK workers in AI this year. Here are the latest drivers and firmware updates released this week: Intel 32.0.101.6881 WHQL graphics driver with a single fix for Overwatch 2. AMD 25.6.2 non-WHQL with support for FBC: Firebreak, The Alters, and more. On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. A lot happened on the gaming side this week. At the Sunday Game Showcase, Microsoft and ASUS announced two Xbox handhelds: the ROG Xbox Ally and the ROG Xbox Ally X. These portable consoles are a big deal for the world of handheld devices, as they run a special version of Windows, which was optimized for portable gaming consoles with fewer processes running in the background. As such, they offer much better battery life and performance. You can read more about how Microsoft optimized Windows 11 for handhelds in a separate article. Next, we have plenty of new games and DLCs announced at the showcase; here is a recap: Indiana Jones and the Great Circle received a new DLC called The Order of Giants. It will be available on all supported platforms this September. Call of Duty: Black Ops 7 made a surprise appearance at the showcase. Activision released a teaser trailer where the game takes players to a futuristic experience set in 2035. Grounded 2 was announced. The sequel of the game for people with arachnophobia is coming next month, offering gamers a new miniaturized survival adventure. Obsidian Entertainment revealed the release date of The Outer Worlds 2 and details about companions. At Fate's End by Spiritfarer was announced, a new action game about fighting family. It is coming to consoles and PC somewhere in 2026. Skybound Games revealed Invincible VS, a brutal 3v3 tag fighting game by former Killer Instinct developers. Anno 117: Pax Romana received a November release date. Ubisoft also unveiled a special Governor's Edition. Nvidia announced new games for its cloud-streaming gaming service, GeForce NOW. If you own one of the following games, you can play them on Nvidia's cloud. The new additions include Frosthaven Demo, Dune: Awakening, MindsEye, The Alters, Kingdom Two Crowns, and more. Mojang finally has a release date for Vibrant Visuals and Chase the Skies updates. On June 17, Minecraft will get its long-anticipated visual overhaul, new features, fresh mobs, and more. Deals and freebies Steam is running a new Next Fest, during which gamers can try hundreds of games for free. The event ends on June 16, 2025. The Epic Games Store is giving away Two Point Hospital, a humorous hospital builder simulator. As usual, more deals are available in this week's Weekend PC Games Deals article. Other gaming news includes the following: GOG store introduced the One-Click Mods feature with support for Fallout: London and others. Valve announced new accessibility details for game listings on Steam. Steam finally has a native client for Apple Silicon. To finish this week's gaming section, here is an editorial from Paul Hill exploring the new $80 cost frontier in modern gaming. Great deals to check Every week, we cover many deals on different hardware and software. The following discounts are still available, so check them out. You might find something you want or need. JBL Bar 1000 and 700 sound bars Ring Floodlight Cameras Geekom Mini IT12 mini PC - $499 | $200 off Amazon Kindle Scribe (16GB) - $299.99 | 25% off LG gram Pro 16" Copilot+ PCs - $1,499.99 | 25% off GameSir Super Nova Wireless Controller for PC and mobile - $44.99 | 25% off Intel Core Ultra 7 Desktop Processor 265K 5.5 GHz - $259.99 | $144 off 12TB Seagate IronWolf Pro HDD - $218.49 | 13% off Polk Audio React 7" Wireless Subwoofer - $99.99 | 50% off StreamMaster Plus2 4K Gaming Projector - $1,699 | 15% off AMD Ryzen 5 9600X - $179.99 | 35% off Sony BRAVIA 5 65 Inch TV Mini LED - $1,298 | 13% off This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering a free member account or subscribing for extra member benefits, along with an ad-free tier option. Microsoft Weekly image background by
    • Yea but you cant forget about Windows 7 featuring most of this design too... it was also there in Win7!
    • I don't blame them, just have a load of people stand in front of the cars, they will not or should not move, that will stuff them.
    • Yeah, that would work. I have no problem with the way macOS looks like now, I don't see the point of them changing the look all the time, and that is the same with windows. I realise look have to change sometimes, but macOS is fine as it is, look wise.
  • Recent Achievements

    • Apprentice
      Wireless wookie went up a rank
      Apprentice
    • Week One Done
      bukro earned a badge
      Week One Done
    • One Year In
      Wulle earned a badge
      One Year In
    • One Month Later
      Wulle earned a badge
      One Month Later
    • One Month Later
      Simmo3D earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      593
    2. 2
      ATLien_0
      277
    3. 3
      +FloatingFatMan
      181
    4. 4
      Michael Scrip
      148
    5. 5
      Steven P.
      111
  • Tell a friend

    Love Neowin? Tell a friend!