XP cant do domain controller etc.... and home has no passwords or ACLs so how about a windows port of samba? It would basically turn an xp home machine into a 2k3 server

Dani AI

Generated

Short version for : do not modify your dad's XP Home install. There are several low-cost ways to get real server features and an ASP.NET development environment without touching his machine, and those are the safest and most reliable routes compared to hacks or shoehorning server software onto a production PC.

Practical options (cheap and reversible): run Samba (Samba 4 provides Active Directory–style domain services) on a separate box — an old PC, a small dedicated board (Raspberry Pi), or a virtual machine on your own hardware. Install a recent Linux LTS release, add the Samba package, and provision an AD domain (this is typically done with samba-tool), isolate the server behind a firewall, then join client PCs to that domain. Keeping the server off your dad's machine preserves his setup and keeps changes auditable.

If the main goal is ASP.NET development rather than full domain control, run a Windows dev VM (evaluation copies of server/desktop for local dev) or use a cloud/dev-container environment to run Visual Studio or .NET workloads. Modern .NET (Core/5+/ASP.NET Core) runs cross-platform and can be hosted on the Linux server too, which avoids buying an XP-to-Pro upgrade while giving a modern, supported runtime.

Cautions and small notes: XP is end-of-life — exposing it to a new server or the internet is risky. Converting Home-to-Pro registry hacks or trying to run server pieces in-place can break activation, support, and security. Back up data, keep the domain server isolated during setup, and prefer a dedicated host (VM or separate hardware) for Samba/AD and for any ASP.NET hosting or development. This keeps your dad's PC untouched and gives a proper, maintainable server environment.

Recommended Answers

All 4 Replies

Yes, that's true. And it's quite possible to run Samba on Windows, using cygwin (Linux enviroment for Windows).
http://smithii.com/node/36

i cant do that to my system its my dads

incorrect, it would turn it into a samba server. fileshare is a VERY small part of 2003. As for xp home, boot into safe mode to access ACLs.

You pay for a scaled down version of windows for users with limited computer experince ... then get upset when it can not do what the more costly versions can.

why not just regedit xp home into xp pro? google it

my pc came with home and i cba paying £70 for a student XP pro upgrade just so i can do ASP.NET and have any decent network security

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.