Topic: ClassicShell.Script  (Read 1272 times)

ClassicShell.Script
« on: January 30, 2015, 04:54:37 AM »

cobraman

  • Jr. Chef
  • **
  • Date Registered: Jan 2013
  • Posts: 55
Projects\Win8.1SE\Shell\ClassicShell.Script
--------------------
[ClassicShellConfig]
......
.....
RegWrite,HKLM,0x7,Tmp_Default\Software\IvoSoft\ClassicStartMenu\Settings,MenuItems7,\
......
.....
Item8.Tip=Windows Task Manager,\
Item8.Icon=%SystemRoot%\System32\taskmgr.exe, 107,\      <-------- error see (1) below
Item8.Settings=NOEXPAND,\
......
.....
Item17.Command=%SystemRoot%\System32\msinfo32.exe,\
Item17.Label=System Information,\
Item17.Tip=Run Microsoft msinfo32,\
Item17.Icon=%SystemRoot%\System32\msinfo32.exe, 399,\    <--------- error  see (2) below
Item17.Settings=NOEXPAND,\
......
.....

should be
(1) Item8.Icon=%SystemRoot%\System32\taskmgr.exe#$c107,\
(2) Item17.Icon=%SystemRoot%\System32\msinfo32.exe#$c399,\

or "Item8.Icon=%SystemRoot%\System32\taskmgr.exe, 107" will be split up 2 line "Item8.Icon=%SystemRoot%\System32\taskmgr.exe" and "107" in registry value


Re: ClassicShell.Script
« Reply #1 on: January 30, 2015, 12:55:00 PM »

fuwi

  • Code Baker
  • Chef
  • ***
  • Location: Switzerland
  • Date Registered: Nov 2012
  • Posts: 171
Thanks cobraman,

I'll implement this in my new ClassicShell.Script version (in a few days).

fuwi

Re: ClassicShell.Script
« Reply #2 on: January 30, 2015, 02:03:50 PM »

fuwi

  • Code Baker
  • Chef
  • ***
  • Location: Switzerland
  • Date Registered: Nov 2012
  • Posts: 171

 

Powered by EzPortal