Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
May 29, 2021, 08:40:59 AM
Home
Forum Rules
Active Topics
Login
Register
Project World
»
Win8.1 SE HomePage
»
8.1SE 64 bit : "All your fonts are hidden"
« previous
next »
Print
Pages: [
1
]
Topic: 8.1SE 64 bit : "All your fonts are hidden" (Read 5197 times)
8.1SE 64 bit : "All your fonts are hidden"
«
on:
October 14, 2014, 10:41:40 AM »
gbrao
Chef
Date Registered: Sep 2011
Posts: 258
I was using 32bit PEs until now.
With Win8.1SE_2014-05-26.zip I made a
64 bit
Windows 8.1 PE. Everything is working fine except this. I found the fonts in Notepad++ & Notepad2 looking different - I normally use Consolas. When I tried to check the font in Notepad2 I got a error "All your fonts are hidden ..." see image attached.
Consolas was added using the Additional fonts script, it is present in the Fonts directory and I can view it.
Is this because "Addfonts.exe" does not work in Win8/8.1 ?
Any work-around ?
Re: 8.1SE 64 bit : "All your fonts are hidden"
«
Reply #1 on:
October 15, 2014, 06:44:09 PM »
ChrisR
XPE Baker
Grand Chef
Date Registered: Mar 2011
Posts: 3494
I just tested on 64 bit 8.1SE with the last package, it looks good here and I can change the font in Notepad2. Not tested with Notepad++.
About Addfonts.exe, the new font resources (as courier, courier new) seems well added to the system here too.
I do not see why they are hidden for you!
Re: 8.1SE 64 bit : "All your fonts are hidden"
«
Reply #2 on:
October 16, 2014, 03:22:46 AM »
gbrao
Chef
Date Registered: Sep 2011
Posts: 258
It's Ok to create the Win 8.1 64bit SE using Win 7 SP1 64bit, right ?
Re: 8.1SE 64 bit : "All your fonts are hidden"
«
Reply #3 on:
October 16, 2014, 10:27:05 AM »
ChrisR
XPE Baker
Grand Chef
Date Registered: Mar 2011
Posts: 3494
You mean, Win 7 SP1 64 bit host system.
That's OK for Win7 and next version, I use Win7 64 bit also
By cons for info, Driver Integration plugin for Win8.1 use ADK 5.1 which is unfortunately not compatible with XP, 2k3 and Vista.
Re: 8.1SE 64 bit : "All your fonts are hidden"
«
Reply #4 on:
October 17, 2014, 01:04:13 PM »
gbrao
Chef
Date Registered: Sep 2011
Posts: 258
I installed Win8.1SE_2014-05-26 in another directory and recreated the ISO. Works OK, Fonts too.
I compared Win81SE82_Builder in the new and old directories script by script and did not find any difference. Anyway ...
Wish I could install PathCopyCopy but it needs .NET 2.0, I think.
Re: 8.1SE 64 bit : "All your fonts are hidden"
«
Reply #5 on:
October 17, 2014, 03:26:49 PM »
ChrisR
XPE Baker
Grand Chef
Date Registered: Mar 2011
Posts: 3494
I did not know PathCopyCopy
On ReadMe.txt it seems that only the PathCopyCopy settings UI from the contextual menu is written in C# and targets .NET 2.0.
If you do not use the Context Menu Settings in PE, you can try your luck without DotNet
Re: 8.1SE 64 bit : "All your fonts are hidden"
«
Reply #6 on:
October 17, 2014, 05:08:13 PM »
gbrao
Chef
Date Registered: Sep 2011
Posts: 258
The context menu is exactly what I want.
However, I found a pretty good replacement which does that and more :
http://www.lopesoft.com/en/filemenutools/download
The portable version has all the files you need. The only problem is that it picks up the ini file from the Data folder.
UPXed files.
Code:
[Select]
Directory of C:\FileMenuTools
17-Oct-2014 10:34 PM <DIR> .
17-Oct-2014 10:34 PM <DIR> ..
17-Oct-2014 10:31 PM <DIR> App
17-Oct-2014 10:31 PM <DIR> Data
0 File(s) 0 bytes
Directory of C:\FileMenuTools\App
17-Oct-2014 10:31 PM <DIR> .
17-Oct-2014 10:31 PM <DIR> ..
17-Oct-2014 10:31 PM <DIR> FileMenu Tools
0 File(s) 0 bytes
Directory of C:\FileMenuTools\App\FileMenu Tools
17-Oct-2014 10:31 PM <DIR> .
17-Oct-2014 10:31 PM <DIR> ..
22-Aug-2013 02:52 PM 1,097,728 FileMenuTools64.dll
22-Jul-2013 02:29 PM 893,952 FileMenuTools64.exe
22-Jun-2013 01:15 AM 1,302,924 FileMenuTools_enu.chm
17-Oct-2014 10:31 PM <DIR> lang
3 File(s) 3,294,604 bytes
Directory of C:\FileMenuTools\App\FileMenu Tools\lang
17-Oct-2014 10:31 PM <DIR> .
17-Oct-2014 10:31 PM <DIR> ..
22-Jul-2013 04:38 PM 24,620 english_dll.lng
22-Jul-2013 04:30 PM 27,165 english_exe.lng
2 File(s) 51,785 bytes
Directory of C:\FileMenuTools\Data
17-Oct-2014 10:31 PM <DIR> .
17-Oct-2014 10:31 PM <DIR> ..
21-Jan-2012 05:49 PM 2,495 settings.ini
1 File(s) 2,495 bytes
Total Files Listed:
7 File(s) 3,348,884 bytes
Code:
[Select]
// Filemenu Tools
RegHiveLoad,WB-Software,%Target_Sys%\config\software
RegWrite,HKLM,0x1,WB-Software\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\FileMenuTools,,"{C1B2C38F-3DCA-4E3D-BC34-D5B87B636543}"
RegWrite,HKLM,0x1,WB-Software\Classes\CLSID\{C1B2C38F-3DCA-4E3D-BC34-D5B87B636543},,"FileMenuTools"
RegWrite,HKLM,0x2,WB-Software\Classes\CLSID\{C1B2C38F-3DCA-4E3D-BC34-D5B87B636543}\InProcServer32,,"#$pSystemDrive#$p\Program#$sFiles\FileMenuTools\App\FileMenu#$sTools\FileMenuTools64.dll"
RegWrite,HKLM,0x1,WB-Software\Classes\CLSID\{C1B2C38F-3DCA-4E3D-BC34-D5B87B636543}\InProcServer32,ThreadingModel,"Apartment"
RegWrite,HKLM,0x1,WB-Software\Classes\Directory\background\shellex\ContextMenuHandlers\FileMenuTools,,"{C1B2C38F-3DCA-4E3D-BC34-D5B87B636543}"
RegWrite,HKLM,0x1,WB-Software\Classes\Directory\shellex\ContextMenuHandlers\FileMenuTools,,"{C1B2C38F-3DCA-4E3D-BC34-D5B87B636543}"
RegWrite,HKLM,0x1,WB-Software\Classes\Folder\shellex\ContextMenuHandlers\FileMenuTools,,"{C1B2C38F-3DCA-4E3D-BC34-D5B87B636543}"
RegHiveUnLoad,WB-Software
EDIT : 4th line needs to be corrected I think to #$pProgramFiles#$p
«
Last Edit: October 17, 2014, 05:14:35 PM by gbrao
»
Re: 8.1SE 64 bit : "All your fonts are hidden"
«
Reply #7 on:
October 18, 2014, 06:31:49 AM »
gbrao
Chef
Date Registered: Sep 2011
Posts: 258
I just noticed the #$pProgramFiles#$p when used with Regwrite sometimes get substituted by
Program Files
and sometimes by
Program Files (x86)
.
How do I get it to
Program Files
always ? On a x64 PE/SE.
I use Win81SE82_Builder btw.
EDIT : %programfiles% ie. lowercase works OK, am I on the right track ?
«
Last Edit: October 18, 2014, 09:14:59 AM by gbrao
»
Re: 8.1SE 64 bit : "All your fonts are hidden"
«
Reply #8 on:
October 18, 2014, 10:07:05 AM »
ChrisR
XPE Baker
Grand Chef
Date Registered: Mar 2011
Posts: 3494
It depends on the tools if it is 32 or 64 bit, ex:
C:\Windows\System32\cmd.exe > echo %Prgogramfiles% > C:\Program Files
C:\Windows\SysWOW64\cmd.exe > echo %Prgogramfiles% > C:\Program Files (x86)
Re: 8.1SE 64 bit : "All your fonts are hidden"
«
Reply #9 on:
October 18, 2014, 11:40:41 AM »
Lancelot
Gena Baker
Grand Chef
Date Registered: Sep 2010
Posts: 10350
Quote from: gbrao on October 18, 2014, 06:31:49 AM
EDIT : %programfiles% ie. lowercase works OK, am I on the right track ?
you are on right track,
besides following plugin writing logics, I advice
#$pprogramfiles#$p
Print
Pages: [
1
]
« previous
next »
Project World
»
Win8.1 SE HomePage
»
8.1SE 64 bit : "All your fonts are hidden"
Powered by
EzPortal