Topic: Kyhi Revisied Plugins  (Read 114988 times)

Kyhi Revisied Plugins
« on: September 17, 2015, 03:40:08 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Quote
This email is an automated notification from Dropbox that your Public links have been suspended for generating excessive traffic
« Last Edit: July 02, 2016, 01:47:01 AM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #1 on: September 17, 2015, 03:44:54 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Aomei Partition Assistant

Standard Version - Script Revision  4

Professional Version - Script Revision 4 = Fully Functional
« Last Edit: December 28, 2015, 05:44:41 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #2 on: September 17, 2015, 03:48:40 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
AOMEI Backupper

Standard Version - Script Revision  14


Professional Version - Script Revision 4 = Fully Functional
« Last Edit: December 28, 2015, 05:44:22 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #3 on: September 17, 2015, 03:57:53 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
SumatraPDF

Version 3.1 - Script Revision 1

Lancelot has the Updated SumatraPDF version on Gena Server

« Last Edit: September 20, 2015, 11:57:21 AM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #4 on: September 17, 2015, 09:20:03 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
I just download the edits to the MPC-HC script

and here is how it's been coded.

Add Lav Filters = If, not, true, delete (since they are already present in Folder)

Fixed the confusion by editing to

Remove lav Filters = If, true, delete (since you are actually removing them from folder)

Because when you ADD you increase in size and when you REMOVE you decrease in size
Seems logical to the average joe..


MPC-HC Script = Script Revision 15

Lancelot has newest script version 16 on Gena and Win81SE Server

ChrisR likes script version 6 - because it is only 17mb in size compared to the 30mb size of version 16
« Last Edit: September 20, 2015, 12:02:20 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #5 on: September 18, 2015, 12:40:10 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
WinRAR File Compression Utility

WinRAR 520 script version 2


Attachment removed for personal use
« Last Edit: September 20, 2015, 12:05:32 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #6 on: September 18, 2015, 12:46:25 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
WinRAR 521 script version 1

Attachment removed for personal use
« Last Edit: September 20, 2015, 12:05:48 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #7 on: September 18, 2015, 12:47:29 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
WinRAR 530B4 script version 1


Attachment removed for personal use
« Last Edit: September 20, 2015, 12:07:29 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #8 on: September 18, 2015, 12:52:06 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Chris Created Start10 Plugin script version 2

added Start10 - Start Menu Button Options

Start10 Script version 3

ChrisR Updated Start10 version 4

This is Work in progress.. as there appears to be non existant links between start10 and OS

Start10 revision 5 = right side of menu testing and sorting of reg entries







« Last Edit: December 28, 2015, 05:43:51 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #9 on: September 19, 2015, 11:14:41 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi KYHI,

Spend this morning following your plugins, here you go:

mpc-hc.script
updated plugin on all servers,

well it was all about reverse logic of Prz42/Mark

Code: [Select]
CheckBox_LAV="Add LAV Filters",1,3,155,278,130,18,True
-->
Code: [Select]
CheckBox_LAV="Remove LAV Filters",1,3,155,278,130,18,True

Code: [Select]
If,Not,%CheckBox_LAV%,Equal,True,If,ExistDir,%ProjectTemp%\TempExtractFolder\%ProgramFolder%\%SetupFolder%\%LAVFilters%,Call,DirDelete,%ProjectTemp%\TempExtractFolder\%ProgramFolder%\%SetupFolder%\%LAVFilters%
-->
Code: [Select]
If,%CheckBox_LAV%,Equal,True,If,ExistDir,%ProjectTemp%\TempExtractFolder\%ProgramFolder%\%SetupFolder%\%LAVFilters%,Call,DirDelete,%ProjectTemp%\TempExtractFolder\%ProgramFolder%\%SetupFolder%\%LAVFilters%

Prz42/Mark coding was not wrong this time  :cool:
Practically nothing change, besides I agree with you, using "Remove LAV Filters" logic looks better  :thumbsup:


Well, If you had asked for only above 2 changes, it would be updated very quickly by now.....


As I wrote, plugin on servers

Re: Kyhi Revisied Plugins
« Reply #10 on: September 19, 2015, 11:18:26 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
About WinRAR plugins,
Thanks for them,

BUT,

remove them, or remove rarreg.key from them,
on this forum we do NOT do such distributions,
ex: http://theoven.org/index.php?topic=327.msg16327;topicseen#msg16327
if we did, we would be distributing ready .iso builds  :wink:


Also, there is already WinRAR plugin by Galapo, available at Yomi
CTRL+F WinRAR
http://yomi.cwcodes.net/

which has enough options to use WinRAR on builds  :thumbsup:
« Last Edit: September 19, 2015, 11:35:55 AM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #11 on: September 19, 2015, 11:21:11 AM »

Lancelot

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

I asked you several times to check Sumatra plugin on Gena server,
you seem not yet, from your plugin I see no additional things...

Well this is your personal plugin.   :thumbsup:
 On our side, we consider to keep things tidy on servers  :great:

I will update Sumatra plugin on Gena to other servers later, Saturday  :grin:

Re: Kyhi Revisied Plugins
« Reply #12 on: September 19, 2015, 11:26:25 AM »

Lancelot

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

Thanks for them, I put them to Yomi server with verrrry small additions,
tzres.dll not required on Gena,
and I put version md5 info of downloaded files,

In future, If you continue updating from AOMEI_Backupper plugin from Yomi server,
I can easly follow your updates and put them to server,
so everybody will be up to date  :thumbsup:

btw, there is no box etc. on Pro plugin to register  :wink:

CTRL+F AOMEI
http://yomi.cwcodes.net/

« Last Edit: September 19, 2015, 11:36:52 AM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #13 on: September 19, 2015, 11:34:55 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks for
ATI2015
ATI2016
plugins,

well, as you wrote inside plugins "Initial ATI Plugin Used",
than you miss "Improved things after Initial"  :lol:
And it is not good for an admin to check things again, time time time.....


I put all Acronis TI plugins to Gena Server,
renamed your plugins in a way that they are seen first in the list,

Here are list of changes I made
Code: [Select]
History006a=Lancelot changed source location %GlobalTemplates%\Acronis\BartPE\2016\ --> %GlobalTemplates%\Acronis\TrueImage_x64\BartPE\2016\ (There are other Acronis products ;))
History006b=Lancelot removed license key (illegal) // Attached "Acronis TrueImage 2015_License" plugin for personal use
History006=Lancelot fixed writing registry from textbox // Minor Adjustments to upload/download servers easly

AND cosmetics things
AND
you can not provide acronis files unless acronis company gave you have permission to distribute files,
I removed link from interface,
you also must fix you attachments above, well you can attach plugins from Gena server as the initial ones  :wink:

Instead I put weblink to this topic so anyone can contact you about this plugins  :thumbsup:

CTRL+F TrueImage
http://gena.cwcodes.net/projectindex.php

:turtle:
« Last Edit: September 19, 2015, 11:38:20 AM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #14 on: September 19, 2015, 03:34:17 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Start10
2015-09-19 changed since 2015-09-18
History005=Kyhi Interface reg varibles, sorted startmenu and taskber entries and info

Code: [Select]
//-- Information
// Group 0=ThisPC 1=ConnectTo 2=Controlpanel 3=DefaultPrograms 4=DevicesPrinters 5=Documents 6=Games 7=HelpSupport
// Group 8=Homegroup 9=Music 10=Network 11=PersonalFolder 12=Pictures 13=RecordedTV 14=Run 15=AdminTools 16=Videos
// Group 18=RecentItems 19=Favorites 20=Downloads 21=UniversalApps 96=Settings
// Group,0=DoNotShow 1=ShowAsLink 2=ShowAsMenu

[DefaultConfig]
// Not rewritten for Start10, the setting remains Start8\Start8.ini
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,0,2
//RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,1,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,2,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,3,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,4,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,5,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,6,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,7,0
//RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,8,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,9,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,10,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,11,2
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,12,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,13,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,14,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,15,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,16,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,18,2
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,19,2
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,20,1
//-- Start10 extra entries below and does not use added Start8 Group1 or Group7 entries above for history
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,21,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,96,0
//--
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8\Right,20,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8\Right,6,0
RegWrite,HKLM,0x0,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8\Locations
RegWrite,HKLM,0x0,Tmp_Default\Software\Stardock\Start8\Start8.ini\SlowDefender
//-
//-- Sorted all reg entries above and below
//-- "1Right,20" has no effect as "ItemCount" controls minimum menu height and 1Right changes as RightSideMenu Items added
//-
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,lRight,20
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,Login,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CheckedOnce1.1,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,StartedOnce,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,NewInstall,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,NewInstallDone,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,AskedAboutSearch,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,StandardStartMenu,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,AllowAutoUpdateCheck,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,LastUpdateCheck,1441536453
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,LS,1441536453
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,UpgradedBlue,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,SetupLnk,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,SetupLnk10,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,HideSearchBarEnabled,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,FlushMetro,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,TileMode,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,DisableCharms,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,HideUserPicture,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,HideMetroApps,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,Highlight,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,SolidAlpha,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,LargeTree,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,SolidIconBack,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,ShrinkIcons,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,LargeIcons,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,RecentApps,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,AutoExpand,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,PowerButtonMode,5
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,ItemCount,6
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,StartButtonAction,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,WinButtonAction,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,Show8Ctrl,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,Show8RWin,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,MetroWinButtonAction,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,Show8RWin2,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CtrlWinKey,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,ShiftWinKey,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,HoldWinKey,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,ShowOnPrimaryTaskbar,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,ShowOnSecondaryTaskbar,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,SmallRight,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,AddTop,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,MSEdgeFav,1
//-
//- Apply a texture or with a background image to the background of the Menu
//ex: RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,BackgroundImage,"X:\Windows\Web\Wallpaper\Windows\img0.jpg"
//ex: RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,FullUITexture,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,BackgroundImage,"X:\Windows\Web\Wallpaper\Windows\img0.jpg"
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,FullUITexture,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,StartForceStretch,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,DarkenBackground,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,BackgroundAlphaValue,255
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CustomColour,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CustomColourV,16744448
//-
//- Apply a texture to the taskbar
//ex: RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,TaskbarImage,"X:\Program Files\Stardock\Start10\TaskbarTextures\Carbon Fibre_x2.png"
//ex: RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,TaskbarImage,"X:\Windows\Web\Wallpaper\Windows\img0.jpg"
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,TaskbarImage,
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,TaskbarAlphaValue,217
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,TaskbarDisallowBlur,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,TextureAlphaValue,155
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,TextureForceStretch,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,TextureAlphaValue,255
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CustomTextureAlignment,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CustomColourTaskbar,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CustomColourTaskbarV,0
//-
//- Start Button
« Last Edit: September 19, 2015, 03:36:50 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #15 on: September 19, 2015, 04:01:02 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Start8/10 User Interface Additions used for testing purposes

Code: [Select]
[Interface]
//--  Interface Addition For Testing Start8/10 StartMenu
pBevel1=pBevel1,1,12,433,2,255,828
Group0="This PC",1,14,440,10,100,70,"Don't Show","Show as link","Show as Menu",2
Group2="Control Panel",1,14,580,10,100,70,"Don't Show","Show as link","Show as Menu",1
Group3="Default Programs",1,14,440,85,100,70,"Don't Show","Show as link","Show as Menu",0
Group4="Devices & Printers",1,14,580,85,100,70,"Don't Show","Show as link","Show as Menu",0
Group5=Documents,1,14,440,160,100,70,"Don't Show","Show as link","Show as Menu",0
Group6=Games,1,14,580,160,100,70,"Don't Show","Show as link","Show as Menu",0
Group8="Home Group",1,14,440,235,100,70,"Don't Show","Show as link","Show as Menu",0
Group9=Music,1,14,580,235,100,70,"Don't Show","Show as link","Show as Menu",0
Group10=Network,1,14,440,310,100,70,"Don't Show","Show as link","Show as Menu",1
Group11="Personal Folder",1,14,580,310,100,70,"Don't Show","Show as link","Show as Menu",2
Group12=Pictures,1,14,440,385,100,70,"Don't Show","Show as link","Show as Menu",0
Group13="Recorded TV",1,14,580,385,100,70,"Don't Show","Show as link","Show as Menu",0
Group14=Run,1,14,440,460,100,70,"Don't Show","Show as link","Show as Menu",1
Group15="Admin Tools",1,14,580,460,100,70,"Don't Show","Show as link","Show as Menu",1
Group16=Videos,1,14,440,535,100,70,"Don't Show","Show as link","Show as Menu",0
Group18="Recent Items",1,14,580,535,100,70,"Don't Show","Show as link","Show as Menu",1
Group19=Favorites,1,14,440,610,100,70,"Don't Show","Show as link","Show as Menu",1
Group20=Downloads,1,14,580,610,100,70,"Don't Show","Show as link","Show as Menu",1
//-- Start10 only
Group21="Universial Apps",1,14,440,685,100,70,"Don't Show","Show as link","Show as Menu",0
Group96=Settings,1,14,580,685,100,70,"Don't Show","Show as link","Show as Menu",0
//-- Start8 only
Group1="Connect To",1,14,440,760,100,70,"Don't Show","Show as link","Show as Menu",0
Group7="Help & Support",1,14,580,760,100,70,"Don't Show","Show as link","Show as Menu",0

[DefaultConfig]
//interface menu selection redirect // non-workig item block when Group2 Menu selected
If,%Group1%,Equal,2,Set,%Group1%,1
If,%Group2%,Equal,2,Set,%Group2%,1
If,%Group3%,Equal,2,Set,%Group3%,1
If,%Group4%,Equal,2,Set,%Group4%,1
If,%Group7%,Equal,2,Set,%Group7%,1
If,%Group8%,Equal,2,Set,%Group8%,1
If,%Group10%,Equal,2,Set,%Group10%,1
If,%Group14%,Equal,2,Set,%Group14%,1
If,%Group18%,Equal,1,Set,%Group18%,2
If,%Group19%,Equal,1,Set,%Group19%,2
If,%Group21%,Equal,1,Set,%Group21%,2
If,%Group96%,Equal,2,Set,%Group96%,1
// Right Menu Items
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,0,%Group0%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,1,%Group1%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,2,%Group2%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,3,%Group3%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,4,%Group4%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,5,%Group5%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,6,%Group6%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,7,%Group7%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,8,%Group8%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,9,%Group9%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,10,%Group10%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,11,%Group11%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,12,%Group12%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,13,%Group13%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,14,%Group14%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,15,%Group15%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,16,%Group16%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,18,%Group18%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,19,%Group19%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,20,%Group20%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,21,%Group21%
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,96,%Group96%

Was on this PC for 24hrs striaght yesterday testing Start8 and Start10 = got 2hr nap this morning

Made a few registry changes in Start8 = works good on Win8.1SE but still an issue on Win10SE Build

Start8 Registry Changes
Code: [Select]
[DefaultConfig]
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,0,2
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,1,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,2,2
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,3,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,4,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,5,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,6,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,7,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,8,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,9,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,10,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,11,2
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,12,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,13,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,14,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,15,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,16,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,18,2
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,19,2
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Right,20,2
//--
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,AllowAutoUpdateCheck,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CheckedOnce1.1,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,DisableCharms,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,Highlight,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,Image,"X:\Program files\Stardock\Start8\StartButtons\biohazard.png"
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,LastUpdateCheck,1433765827
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,Login,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,lRight,20
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,NewInstall,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,NewInstallDone,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,SetupLnk,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,SolidAlpha,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,StandardStartMenu,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,StartButtonMode,2
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,StartedOnce,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,UpgradedBlue,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,LS,1433765827
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,HideUserPicture,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,ShowOnPrimaryTaskbar,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,ShowOnSecondaryTaskbar,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,TaskTrans,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,FullSearch,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CustomColour,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CustomColourV,6566400
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,AutoExpand,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,RecentApps,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,LargeIcons,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,ItemCount,6
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,StartButtonAction,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,WinButtonAction,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,Show8Ctrl,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,Show8RWin,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,MetroWinButtonAction,1
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,MetroStartMode,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CtrlWinKey,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,DisableCharmsBar,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,DisableTopLeft,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,AllowStartHotCorner,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,HideMetroApps,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,SkinIndex,0
RegWrite,HKLM,0x1,Tmp_Default\Software\Stardock\Start8\Start8.ini\Start8,CustomSkin,

[AuthorEncoded]

Also just a side note on my host Win10 Start10 v1.00 would not allow right click to open taskbar icons or re-open new..
Have same issue in Win10PE
Issue appears to have been fix by version 1.01
« Last Edit: September 19, 2015, 04:29:23 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #16 on: September 19, 2015, 08:15:49 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi KYHI,

I don't know anything about Start10,

so far reading, an idea (if suits !)

an add on plugin to "Start10" plugin
with name, probably something like that
"Start10_KYHI_Pack.script"
or
...

Or may idea is totally wrong since I don't know Start10, only sharing :turtle:

Re: Kyhi Revisied Plugins
« Reply #17 on: September 20, 2015, 11:51:36 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Basically what it comes down to is
Start8 offers more working right side menu selections within a Win10pe build
Start10 offers more customization of the start menu (appearance) but has less working right side menu selections on a Win10PE build

Neither Start8 or Start10 work fully - for which it appear the call from Start* to the User Folders is not the User Folder themselves, but to the Folders in the Library (which are not present in build)

History002=Kyhi - Updated Right side for working Start Menu Entries on Win8.1 and Win10

Start8 - script revision 2
« Last Edit: December 28, 2015, 05:43:01 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #18 on: September 21, 2015, 03:42:52 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Notepad script revision 10
History010 - Added File Type Associations to Registry


MSWordPad script revision 6
History006 - Added File Type Associations to Registry


Actually found wordpad associations by chance, while working on Notepad..
Using TextFile the .txt file type associated to Wordpad
« Last Edit: December 28, 2015, 05:42:44 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #19 on: September 21, 2015, 03:46:43 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Start10 script revision 5

History005 - tested for working Interface reg variables, sorted startmenu and taskbar entries and info

Best conclusion from all the above testing on current Win10PE project..


« Last Edit: December 28, 2015, 05:42:24 PM by KYHI »

 

Powered by EzPortal