Zantetsuken
Member
- Local time
- 7:38 AM
- Posts
- 43
- OS
- Custom Windows 11 Pro The Phoenix Lite OS Neon Gamer Edition
So for the better half of this past year I've been disassembling and dismantling windows 11 piece by piece, line by line, string by string. I've Been through every area of the registry multiple times. changing the values of any Key that looks interesting, even if I'm not sure what it actually does. one by one disabled every service (not all once mind you) And deactivated so many entries in the task scheduler that I changed its icon to a broken clock. All in the name of learning... and I don't like what I've learned.
I used to think Microsoft was the better of all the tech companies not as Shady as Apple or Google. So what started me down this path was realizing that anytime I've asked Microsoft anything besides a basic question I get one of two responses... The "That's not recommended" Speech or an answer that's so overly complicated and confusing most users would simply give up.
So I needed to gather this knowledge and data first hand for myself and not ask Microsoft or anybody anything because you never know their source.
So begins the complete teardown of the Windows operating system. If I crash my system no big deal. I've relocated all the user files and installed programs including the Windows apps folder to my secondary Drive leaving windows by itself on the main SSD and Using R-Drive (Windows Recovery never works)I create a disk image backup of the main SSD nightly.
This is how I think everyone's system should be configured, because this allows you to recover from any level of failure/crash to full functionality, like it never happened in about 3 minutes flat. Making system failure a non-issue.
So why isn't the system set up like this by default? Especially now with the reduced storage capacity of modern SSD used in all PC's manufactured with Windows 11 as the OEM OS.
Simple answer "FEAR" there is a lot of data and information that Microsoft has buried in your system. processes they'd rather the user not know about and without the fear of system failure or as Microsoft puts it "damaging your system" I believe most people would be more comfortable learning and exploring the deeper system on their own.
one of the first things I realized we're going through deeper system processes is the option to turn off Analytics and telemetry even disabling the service. That's all show simply false Comfort. it's still active! I found so many areas in the registry and Group Policy entries (STIG DOD) to enable or disable Telemetry for specific areas. So it's not one thing to turn off it's multiple. Practically every section of Windows has its own built-in Telemetry sevice part of the many unlisted services found within windows but can be found of course in an area Microsoft likes to scare people out of the registry.
( if you choose to use the CurrentControlSet directory check on the key you changed every once in awhile you might find it's changed back. any change in 001 instantly gets written to CurrentControlSet and never changes back)
(HKLM\System\ControlSet001\Services) every service on your machine is listed here
(you can find the short name of listed services in the main service console under its properties)
not only are there way more services than listed in the snap-in console but here it is possible to disable services disallowed by the snap-in console just change the "start" key to 4
And when it comes to the services Microsoft actually has some of them programed to lie to your face when it comes to the "Dependencies"
This has gotten a bit long so I'll give one example but just know there are others.
The one that always comes to mind is the "Security Accounts Manager" or "SamSS" I don't think this has anything to do with security I think it's one of the main cogs in the Telemetry chain the description makes it sound like it's the service that stores analytic data gathered by the other services.
If you try to stop the service you're told that there are 3 services that are dependent on it " Distributed Transaction Coordinator or MSDTC" "KtmRm for Distributed Transaction Coordinator or KtmRm" and "Server or LanmanServer" what got me thinking this is they share no common thread they all operate off of completely different dll's than SamSs so I decided to run a test and removed the dependencies. ( to do this simply go to the service area in the registry find the service that is supposedly dependent on the other service it will have a key called "DependOnService" it's data values is a list of service names that it "depends on" just remove the name of the other service)
After removing SamSs from all 3 services I disabled SamSs and restarted the computer. After the boot, Sam SS was disabled and not running and and I found that Server was already running and the other two started without fail.
So now Microsoft is using highly deceptive actions to the point of lying to the user.
I call that a huge breach of Trust and isn't that Microsoft's big thing nowadays. none of the actual security services have any dependencies attached to them so so what made SamSs so important to Microsoft that they felt the need to lie just to keep it from being disabled. and like I said SamSs is not the only service that has false dependencies. I could keep going with a long list of disappointments I found.
But this thread is becoming a monster, So it's time to close it off.
But despite this growing distrust and rebellious attitude towards Microsoft. Windows is still (and hopefully always will be) way better than iOS and chromOS but it has now become a lesser of three evils scenario and with the dwindling list of built-in user customization features a UI that becomes more boring with every build released and growing number of areas the basic user is locked out of. it makes me worry about the future of the Windows Operating System.
For me the only feature that continues to remind me I'm in control of Windows and not Microsoft is the Registry Editor and they discourages the use of it.
So how long before it's gone too?
I used to think Microsoft was the better of all the tech companies not as Shady as Apple or Google. So what started me down this path was realizing that anytime I've asked Microsoft anything besides a basic question I get one of two responses... The "That's not recommended" Speech or an answer that's so overly complicated and confusing most users would simply give up.
So I needed to gather this knowledge and data first hand for myself and not ask Microsoft or anybody anything because you never know their source.
So begins the complete teardown of the Windows operating system. If I crash my system no big deal. I've relocated all the user files and installed programs including the Windows apps folder to my secondary Drive leaving windows by itself on the main SSD and Using R-Drive (Windows Recovery never works)I create a disk image backup of the main SSD nightly.
This is how I think everyone's system should be configured, because this allows you to recover from any level of failure/crash to full functionality, like it never happened in about 3 minutes flat. Making system failure a non-issue.
So why isn't the system set up like this by default? Especially now with the reduced storage capacity of modern SSD used in all PC's manufactured with Windows 11 as the OEM OS.
Simple answer "FEAR" there is a lot of data and information that Microsoft has buried in your system. processes they'd rather the user not know about and without the fear of system failure or as Microsoft puts it "damaging your system" I believe most people would be more comfortable learning and exploring the deeper system on their own.
one of the first things I realized we're going through deeper system processes is the option to turn off Analytics and telemetry even disabling the service. That's all show simply false Comfort. it's still active! I found so many areas in the registry and Group Policy entries (STIG DOD) to enable or disable Telemetry for specific areas. So it's not one thing to turn off it's multiple. Practically every section of Windows has its own built-in Telemetry sevice part of the many unlisted services found within windows but can be found of course in an area Microsoft likes to scare people out of the registry.
( if you choose to use the CurrentControlSet directory check on the key you changed every once in awhile you might find it's changed back. any change in 001 instantly gets written to CurrentControlSet and never changes back)
(HKLM\System\ControlSet001\Services) every service on your machine is listed here
(you can find the short name of listed services in the main service console under its properties)
not only are there way more services than listed in the snap-in console but here it is possible to disable services disallowed by the snap-in console just change the "start" key to 4
And when it comes to the services Microsoft actually has some of them programed to lie to your face when it comes to the "Dependencies"
This has gotten a bit long so I'll give one example but just know there are others.
The one that always comes to mind is the "Security Accounts Manager" or "SamSS" I don't think this has anything to do with security I think it's one of the main cogs in the Telemetry chain the description makes it sound like it's the service that stores analytic data gathered by the other services.
If you try to stop the service you're told that there are 3 services that are dependent on it " Distributed Transaction Coordinator or MSDTC" "KtmRm for Distributed Transaction Coordinator or KtmRm" and "Server or LanmanServer" what got me thinking this is they share no common thread they all operate off of completely different dll's than SamSs so I decided to run a test and removed the dependencies. ( to do this simply go to the service area in the registry find the service that is supposedly dependent on the other service it will have a key called "DependOnService" it's data values is a list of service names that it "depends on" just remove the name of the other service)
After removing SamSs from all 3 services I disabled SamSs and restarted the computer. After the boot, Sam SS was disabled and not running and and I found that Server was already running and the other two started without fail.
So now Microsoft is using highly deceptive actions to the point of lying to the user.
I call that a huge breach of Trust and isn't that Microsoft's big thing nowadays. none of the actual security services have any dependencies attached to them so so what made SamSs so important to Microsoft that they felt the need to lie just to keep it from being disabled. and like I said SamSs is not the only service that has false dependencies. I could keep going with a long list of disappointments I found.
But this thread is becoming a monster, So it's time to close it off.
But despite this growing distrust and rebellious attitude towards Microsoft. Windows is still (and hopefully always will be) way better than iOS and chromOS but it has now become a lesser of three evils scenario and with the dwindling list of built-in user customization features a UI that becomes more boring with every build released and growing number of areas the basic user is locked out of. it makes me worry about the future of the Windows Operating System.
For me the only feature that continues to remind me I'm in control of Windows and not Microsoft is the Registry Editor and they discourages the use of it.
So how long before it's gone too?
Last edited:
My Computer
System One
-
- OS
- Custom Windows 11 Pro The Phoenix Lite OS Neon Gamer Edition
- Computer type
- PC/Desktop
- Manufacturer/Model
- (Modified) Dell Optiplex 3010 SFF
- CPU
- Core i3 3220 Overclocked (circuit level hardware hack)
- Motherboard
- OEM
- Memory
- 8Gb DDR3 made by some random manufacturer most likely Samsung
- Graphics Card(s)
- Intel HD 3000 dual display Integrated (using an unsigned driver by choice)
- Sound Card
- OEM
- Monitor(s) Displays
- Genaric 20in HDTV as Main and HP 2009m LCD Monitor as second
- Screen Resolution
- 1920x1080 main and 1024x1816 (Vertical with custom Resolution) for second
- Hard Drives
- 120Gb Kingston SATA SSD, 1Tb Toshiba SATA HDD and 4Tb Western Digital usb storage
- PSU
- gesundheit
- Case
- A Small one
- Cooling
- I don't know some fan it spins
- Keyboard
- Run of the mill wireless Logitech
- Mouse
- Razer - Naga Classic Edition 19 Button Programable w\LED Effects
- Internet Speed
- don't know but i seen it pull 7Ms so fast I guess
- Browser
- Brave Beta
- Antivirus
- No we dont do that. I find that antivirus and antimalware software is more damaging and evasive than most of the thing they remove.
- Other Info
- Do not fear the registry, for contains all of the answers.