Jump to content











Photo
* * * * * 2 votes

Windows 10 Enterprise LTSB - Mother of all tweak scripts

win10 windows 10 script tweaks

  • Please log in to reply
159 replies to this topic

#126 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 06 September 2015 - 01:02 PM

v77,

 

Well, during Win10 installation, I clicked on Customize Settings and turned all the settings to OFF (as I suggest doing at the beginning of my Word file).

Perhaps there lies the difference... :dubbio:



#127 v77

v77

    Silver Member

  • Team Reboot
  • 602 posts
  •  
    France

Posted 06 September 2015 - 01:10 PM

Yes very likely, I use the recommended settings because it's a virtual machine that will be used to test softwares.



#128 crashnburn

crashnburn

    Frequent Member

  • Advanced user
  • 136 posts

Posted 07 September 2015 - 07:14 AM

Can we have a variation of this for Win 8.1 as well? 



#129 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 07 September 2015 - 07:23 AM

Can we have a variation of this for Win 8.1 as well? 

 

Sorry, no.

 

I never used Win8.1 (only tested a bit in a virtual machine).

Didn't really like it much.

 

Windows 10 is more refined, but also comes with added annoyances, hence the script.



#130 radelrama

radelrama
  • Members
  • 2 posts
  •  
    Switzerland

Posted 08 September 2015 - 04:59 PM

Thx 4 yr work, using some of your script. One tweak I missed and finally found is the setting to disable the up-to-now unstoppable notification when stopping SecurityCenter:

 

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings" /v "NOC_GLOBAL_SETTING_TOASTS_ENABLED" /t REG_DWORD /d 0 /f


  • NetworkPro likes this

#131 NetworkPro

NetworkPro
  • Members
  • 7 posts
  •  
    Bulgaria

Posted 08 September 2015 - 05:01 PM

Does this stop only the Security Center notifications, or other notifications as well ?! :)


Edited by NetworkPro, 08 September 2015 - 05:03 PM.


#132 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 08 September 2015 - 06:35 PM

Thx 4 yr work, using some of your script. One tweak I missed and finally found is the setting to disable the up-to-now unstoppable notification when stopping SecurityCenter:

 

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings" /v "NOC_GLOBAL_SETTING_TOASTS_ENABLED" /t REG_DWORD /d 0 /f

 

Thanks, I'll check it out.



#133 radelrama

radelrama
  • Members
  • 2 posts
  •  
    Switzerland

Posted 08 September 2015 - 08:53 PM

Does this stop only the Security Center notifications, or other notifications as well ?! :)

 

Honestly I don't know, I disabled and stopped a lot... That was the last notficitation for my system...

 

I've noticed also, that setting a sound scheme does NOT apply to - guess :-) - the notification sound; I had to switch it to "No Sound" manually...



#134 westyles

westyles
  • Members
  • 2 posts
  •  
    Russian Federation

Posted 09 September 2015 - 11:36 PM

After copying the files registry.pol, reboot and run the Group Policy settings are displayed, and the registry values are not created.
And accordingly not working.
How to correctly apply registry.pol?


#135 westyles

westyles
  • Members
  • 2 posts
  •  
    Russian Federation

Posted 10 September 2015 - 04:01 AM

I figured out myself. After copying the Registry.pol file in the necessary Group Policy settings to manually set any value in any setting, and then all options will be entered in the register. Then abolish this option.



#136 gecata

gecata
  • Members
  • 1 posts
  •  
    Bulgaria

Posted 10 September 2015 - 06:37 PM

Just giving my 2 cents:

 

Disable Firewall and set notification mode to disable mode /stop toast notifications/

netsh advfirewall set allprofiles state off

netsh firewall set notification mode = disable profile = all



#137 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 12 September 2015 - 07:42 AM

Just giving my 2 cents:

 

Disable Firewall and set notification mode to disable mode /stop toast notifications/

netsh advfirewall set allprofiles state off

netsh firewall set notification mode = disable profile = all

 

Is there a good reason to disable the built-in firewall? 



#138 biatche

biatche

    Member

  • Members
  • 86 posts
  •  
    Malaysia

Posted 06 October 2015 - 09:36 AM

C:\Users\admin>reg add "HKLM\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-c..lemetry.lib.cortana_31bf3856ad364e35_10.0.10240.16384_none_40ba2ec3d03bceb0" /v "f!dss-winrt-telemetry.js" /t REG_DWORD /d 0 /f
ERROR: The parameter is incorrect.

Just like the rest, what's happening?



#139 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 06 October 2015 - 09:42 AM

C:\Users\admin>reg add "HKLM\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-c..lemetry.lib.cortana_31bf3856ad364e35_10.0.10240.16384_none_40ba2ec3d03bceb0" /v "f!dss-winrt-telemetry.js" /t REG_DWORD /d 0 /f
ERROR: The parameter is incorrect.

Just like the rest, what's happening?

 

 

Most likely you're using a newer build than 10240 RTM.

If this is the case, you'll need to change the text to your current build, and run the command again.



#140 biatche

biatche

    Member

  • Members
  • 86 posts
  •  
    Malaysia

Posted 07 October 2015 - 02:59 AM

Most likely you're using a newer build than 10240 RTM.

If this is the case, you'll need to change the text to your current build, and run the command again.

 Volume in drive C has no label.
 Volume Serial Number is 823E-030D

 Directory of C:\Windows\WinSxS
07/10/2015  09:18 PM    <DIR>          amd64_microsoft-windows-c..lemetry.lib.cortana_31bf3856ad364e35_10.0.10240.16384_none_40ba2ec3d03bceb0



07/10/2015  06:58 PM               547 amd64_microsoft-windows-c..lemetry.lib.cortana_31bf3856ad364e35_10.0.10240.16384_none_40ba2ec3d03bceb0.manifest


Edited by biatche, 07 October 2015 - 03:00 AM.


#141 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 07 October 2015 - 06:33 AM

Could you please search your entire registry for the string "amd64_microsoft-windows-c..lemetry.lib.cortana", and report the location it was found?

Thanks.



#142 biatche

biatche

    Member

  • Members
  • 86 posts
  •  
    Malaysia

Posted 07 October 2015 - 06:58 AM

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\amd64_microsoft-windows-c..lemetry.lib.cortana_31bf3856ad364e35_none_9450cfa0905fe3b4]
@="10.0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\amd64_microsoft-windows-c..lemetry.lib.cortana_31bf3856ad364e35_none_9450cfa0905fe3b4\10.0]
"10.0.10240.16384"=hex:01
@="10.0.10240.16384"




#143 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 07 October 2015 - 07:52 AM

OK,

I'm running a newer build now (10547), and I see the same registry entries.

I'll revise the document.



#144 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 07 October 2015 - 03:01 PM

Everyone take note:

 

It seems Microsoft is changing the registry key IDs. In the retail build (10240), I believe they do it via Windows Update.

The registry key IDs also changed in newer preview builds - I'm currently using build 10547, and all the key IDs have changed since build 10240.

 

This poses a problem, as a lot of my scripts simply won't work (key IDs will have to be updated manually).   :hmm:

 

Think I'm gonna give up on continuing updates.

 

I'll give you my latest version of the file - version 1.31 (find it in 1st post), but I'm afraid this is the last one.



#145 biatche

biatche

    Member

  • Members
  • 86 posts
  •  
    Malaysia

Posted 09 October 2015 - 12:34 AM

Sad to see you ending this project.

 

1. What has changed since 1.29 in 1.31?

2. With REGARDS to tweaks here, what key IDs change in newer builds? Is it only Cortana telemetry? Or a whole lot of others that I should take note of?



#146 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 09 October 2015 - 06:45 AM

A lot of key IDs changed.

That's why it's impossible for me to write a script that would work "out of the box".

I have no idea what others are doing, but be very careful with those "kill windows 10 spying", and such.

 

Some changes in last version 1.31:

- Removed Cortana Telemetry. Those keys are now absent in updated Win10.

- Some other changes (can't remember).


  • biatche likes this

#147 crashnburn

crashnburn

    Frequent Member

  • Advanced user
  • 136 posts

Posted 09 October 2015 - 01:43 PM

I used to prefer Win 7, but due to wanting VHD features & newer hardware I moved/ upgraded to Win 8.1 and would've moved to Win 10 as well, but until this telemetry spying & bandwidth stealing is not locked down, I'd rather wait on win 8.1

 

Sorry, no.

 

I never used Win8.1 (only tested a bit in a virtual machine).

Didn't really like it much.

 

Windows 10 is more refined, but also comes with added annoyances, hence the script.



#148 biatche

biatche

    Member

  • Members
  • 86 posts
  •  
    Malaysia

Posted 11 October 2015 - 02:01 AM

Ive never used Registry.POL. Mind telling me how the attached Registry.POL is intended for use?

 

I copied it to system32\grouppolicy and then opened up gpedit.msc hoping to edit certain settings to my customization....  but when I ran gpresult /v it doesn't seem like there are any changes.



#149 ericgl

ericgl

    Frequent Member

  • Expert
  • 340 posts
  •  
    Israel

Posted 11 October 2015 - 05:57 AM

One goes into: C:\Windows\System32\GroupPolicy\Machine

The other one to: C:\Windows\System32\GroupPolicy\User



#150 biatche

biatche

    Member

  • Members
  • 86 posts
  •  
    Malaysia

Posted 12 October 2015 - 01:51 PM

One goes into: C:\Windows\System32\GroupPolicy\Machine

The other one to: C:\Windows\System32\GroupPolicy\User

 

The preconfigured registry.pol that you made includes -all- tweaks correct?

 

I actually wanna remove some of them and add a few of my own.

 

Would it be accurate to gpedit.msc (?must be an win10 LTSB machine?) and then copy registry.pol?







Also tagged with one or more of these keywords: win10, windows 10, script, tweaks

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users