Topic: WinNTSetup Extra Tweaks  (Read 5820 times)

WinNTSetup Extra Tweaks
« on: October 20, 2015, 09:45:07 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
« Last Edit: February 14, 2016, 01:11:53 PM by Lancelot »

Re: WinNTSetup Extra Tweaks
« Reply #1 on: October 20, 2015, 09:45:24 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Here are Tweaks After boot
(After Logon)


*
Shell New .Reg:
ila_rendered
Create New empty .reg files easly
(Easy way to create Unicode BOM  :wink:)

Attached Shell_New_XXX.7z
Shell_New Reg_File Kur RunAsAdministrator.cmd
Works since XP up to Win10 for now  :smile:

*
Shell New .URL:
ila_rendered
Create empty .url files easly
I was using at old times a lot to create .url files,
 now it is easier through browsers but still I like it at hand ready :

++ Attachment at the end post Shell_New_XXX.7z
Shell_New Url Kur RunAsAdministrator.cmd
Works since XP up to Win10 for now  :smile:

*
Shell New Plugin:
Available via "PC Associate" Install All
http://theoven.org/index.php?topic=200
ila_rendered

*
Shortcut:
Windows Defender Startup -Hide.Lnk
++ Attachment at the end post Windows Defender Startup -Hide.Lnk.7z
to get Defender seen at taskbar all the time ;)

I put this shortcut to All User profile ->\Startup
NT6x:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

ps: Windows Defender starts at windows boot,
but there is no setting to show it on taskbar all the time.....
 Above shortcut only get it available on taskbar
   to me: disable/enable easily when required

Windows Defender Startup -Hide.Lnk dl8
Shell_New_XXX dl11


*
Win10 - Service - DiagTrack-Disable (Run as administrator).cmd
Code: [Select]
ECHO DiagTrack -  Diagnostics Tracking Service - Disable
:: KYHI - http://TheOven.org/index.php?topic=1522
net stop "DiagTrack"
sc config "DiagTrack" start= disabled

Echo %ErrorLevel%
If %ErrorLevel% Neq 0 Goto :Error
exit

:Error
cls
@Echo off
Echo.
Echo.
Echo !!!!Error!!!! - Can not change 'DiagTrack' Service
Echo.
Echo.
Echo Tip: Run as administrator
Echo.
Echo.
Echo ErrorLevel: %ErrorLevel%
Echo.
Echo ErrorLevel: 5 - You have to 'Run as administrator'
Echo.
Echo.
Echo Press Any Key to exit
Echo.
Echo.
Pause
Exit





:turtle:
« Last Edit: November 20, 2015, 08:28:07 PM by Lancelot »

Re: WinNTSetup Extra Tweaks
« Reply #2 on: October 23, 2015, 08:58:56 PM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
Code: [Select]
;ModernUIDarkTheme

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"AppsUseLightTheme"=dword:00000000

;Explorer open on This PC

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"LaunchTo"=dword:00000001

; Disable Lockon wallpaper

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DisableLogonBackgroundImage"=dword:00000001

;No Preview Builds

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability]
"EnablePreviewBuilds"=dword:00000000
"ThresholdFlightsDisabled"=dword:00000001
"Ring"="Disabled"

;Disable Cortana

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"AllowCortana"=dword:00000000

Re: WinNTSetup Extra Tweaks
« Reply #3 on: November 01, 2015, 10:04:28 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
*
Added
Open-File_Security_Warning_Disable.reg

ps:
previous method, Win10 Adding env. variable
SEE_MASK_NOZONECHECKS
prohibited by default ;)
(not working)

*
updated
Shell_New_XXX.7z Shell_New Reg_File_New.reg
to remind replacing :
; Replace ” with "

(result of copy paste from internet ;))

*
organizations on topic post



:turtle:

Re: WinNTSetup Extra Tweaks
« Reply #4 on: November 20, 2015, 08:28:54 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Added

Win10 - Service - DiagTrack-Disable (Run as administrator).cmd

from KYHI
http://theoven.org/index.php?topic=1522

:turtle:

Re: WinNTSetup Extra Tweaks
« Reply #5 on: February 14, 2016, 01:30:32 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Added
Explorer_DisableThumbsDBOnNetworkFolders.reg
Explorer_NoThumbnailCache.reg

ps: Also added same to \Downloads\ComponentsY\Tweaks Explorer\Miscellanous Settings

:turtle:

 

Powered by EzPortal