├── Binary ├── BetterWin32Errors.dll ├── ControlzEx.dll ├── Joveler.ZLibWrapper.dll ├── LICENSE ├── LICENSE.GPLv3 ├── MahApps.Metro.IconPacks.dll ├── ManagedWimLib.dll ├── Microsoft.Wim.dll ├── NUglify.dll ├── NaturalSort.Extension.dll ├── Newtonsoft.Json.dll ├── Ookii.Dialogs.Wpf.dll ├── PEBakery.CabLib.dll ├── PEBakery.IniLib.dll ├── PEBakery.TreeLib.dll ├── PEBakery.XZLib.dll ├── PEBakery.exe ├── RazorEngine.dll ├── SQLite-net.dll ├── SQLitePCLRaw.batteries_green.dll ├── SQLitePCLRaw.batteries_v2.dll ├── SQLitePCLRaw.core.dll ├── SQLitePCLRaw.provider.e_sqlite3.dll ├── SevenZipExtractor.dll ├── SharpCompress.dll ├── Svg.dll ├── System.Web.Razor.dll ├── System.Windows.Interactivity.dll ├── UACHelper.dll ├── x64 │ ├── 7z.dll │ ├── e_sqlite3.dll │ ├── liblzma.dll │ ├── libwim-15.dll │ └── zlibwapi.dll └── x86 │ ├── 7z.dll │ ├── e_sqlite3.dll │ ├── liblzma.dll │ ├── libwim-15.dll │ └── zlibwapi.dll ├── LICENSE.txt ├── LICENSE_PEBakery.txt ├── PEBakery.ini ├── PEBakeryLauncher.exe ├── Projects ├── Cache │ └── Programs │ │ ├── 7-Zip │ │ ├── x64 │ │ │ ├── 7-zip.chm │ │ │ ├── 7-zip.dll │ │ │ ├── 7-zip32.dll │ │ │ ├── 7z.dll │ │ │ ├── 7z.exe │ │ │ ├── 7z.sfx │ │ │ ├── 7zCon.sfx │ │ │ ├── 7zFM.exe │ │ │ ├── 7zG.exe │ │ │ ├── History.txt │ │ │ ├── Lang │ │ │ │ ├── af.txt │ │ │ │ ├── an.txt │ │ │ │ ├── ar.txt │ │ │ │ ├── ast.txt │ │ │ │ ├── az.txt │ │ │ │ ├── ba.txt │ │ │ │ ├── be.txt │ │ │ │ ├── bg.txt │ │ │ │ ├── bn.txt │ │ │ │ ├── br.txt │ │ │ │ ├── ca.txt │ │ │ │ ├── co.txt │ │ │ │ ├── cs.txt │ │ │ │ ├── cy.txt │ │ │ │ ├── da.txt │ │ │ │ ├── de.txt │ │ │ │ ├── el.txt │ │ │ │ ├── en.ttt │ │ │ │ ├── eo.txt │ │ │ │ ├── es.txt │ │ │ │ ├── et.txt │ │ │ │ ├── eu.txt │ │ │ │ ├── ext.txt │ │ │ │ ├── fa.txt │ │ │ │ ├── fi.txt │ │ │ │ ├── fr.txt │ │ │ │ ├── fur.txt │ │ │ │ ├── fy.txt │ │ │ │ ├── ga.txt │ │ │ │ ├── gl.txt │ │ │ │ ├── gu.txt │ │ │ │ ├── he.txt │ │ │ │ ├── hi.txt │ │ │ │ ├── hr.txt │ │ │ │ ├── hu.txt │ │ │ │ ├── hy.txt │ │ │ │ ├── id.txt │ │ │ │ ├── io.txt │ │ │ │ ├── is.txt │ │ │ │ ├── it.txt │ │ │ │ ├── ja.txt │ │ │ │ ├── ka.txt │ │ │ │ ├── kaa.txt │ │ │ │ ├── kk.txt │ │ │ │ ├── ko.txt │ │ │ │ ├── ku-ckb.txt │ │ │ │ ├── ku.txt │ │ │ │ ├── ky.txt │ │ │ │ ├── lij.txt │ │ │ │ ├── lt.txt │ │ │ │ ├── lv.txt │ │ │ │ ├── mk.txt │ │ │ │ ├── mn.txt │ │ │ │ ├── mng.txt │ │ │ │ ├── mng2.txt │ │ │ │ ├── mr.txt │ │ │ │ ├── ms.txt │ │ │ │ ├── nb.txt │ │ │ │ ├── ne.txt │ │ │ │ ├── nl.txt │ │ │ │ ├── nn.txt │ │ │ │ ├── pa-in.txt │ │ │ │ ├── pl.txt │ │ │ │ ├── ps.txt │ │ │ │ ├── pt-br.txt │ │ │ │ ├── pt.txt │ │ │ │ ├── ro.txt │ │ │ │ ├── ru.txt │ │ │ │ ├── sa.txt │ │ │ │ ├── si.txt │ │ │ │ ├── sk.txt │ │ │ │ ├── sl.txt │ │ │ │ ├── sq.txt │ │ │ │ ├── sr-spc.txt │ │ │ │ ├── sr-spl.txt │ │ │ │ ├── sv.txt │ │ │ │ ├── ta.txt │ │ │ │ ├── th.txt │ │ │ │ ├── tr.txt │ │ │ │ ├── tt.txt │ │ │ │ ├── ug.txt │ │ │ │ ├── uk.txt │ │ │ │ ├── uz.txt │ │ │ │ ├── va.txt │ │ │ │ ├── vi.txt │ │ │ │ ├── yo.txt │ │ │ │ ├── zh-cn.txt │ │ │ │ └── zh-tw.txt │ │ │ ├── License.txt │ │ │ ├── descript.ion │ │ │ └── readme.txt │ │ └── x86 │ │ │ ├── 7-zip.chm │ │ │ ├── 7-zip.dll │ │ │ ├── 7z.dll │ │ │ ├── 7z.exe │ │ │ ├── 7z.sfx │ │ │ ├── 7zCon.sfx │ │ │ ├── 7zFM.exe │ │ │ ├── 7zG.exe │ │ │ ├── History.txt │ │ │ ├── Lang │ │ │ ├── af.txt │ │ │ ├── an.txt │ │ │ ├── ar.txt │ │ │ ├── ast.txt │ │ │ ├── az.txt │ │ │ ├── ba.txt │ │ │ ├── be.txt │ │ │ ├── bg.txt │ │ │ ├── bn.txt │ │ │ ├── br.txt │ │ │ ├── ca.txt │ │ │ ├── co.txt │ │ │ ├── cs.txt │ │ │ ├── cy.txt │ │ │ ├── da.txt │ │ │ ├── de.txt │ │ │ ├── el.txt │ │ │ ├── en.ttt │ │ │ ├── eo.txt │ │ │ ├── es.txt │ │ │ ├── et.txt │ │ │ ├── eu.txt │ │ │ ├── ext.txt │ │ │ ├── fa.txt │ │ │ ├── fi.txt │ │ │ ├── fr.txt │ │ │ ├── fur.txt │ │ │ ├── fy.txt │ │ │ ├── ga.txt │ │ │ ├── gl.txt │ │ │ ├── gu.txt │ │ │ ├── he.txt │ │ │ ├── hi.txt │ │ │ ├── hr.txt │ │ │ ├── hu.txt │ │ │ ├── hy.txt │ │ │ ├── id.txt │ │ │ ├── io.txt │ │ │ ├── is.txt │ │ │ ├── it.txt │ │ │ ├── ja.txt │ │ │ ├── ka.txt │ │ │ ├── kaa.txt │ │ │ ├── kk.txt │ │ │ ├── ko.txt │ │ │ ├── ku-ckb.txt │ │ │ ├── ku.txt │ │ │ ├── ky.txt │ │ │ ├── lij.txt │ │ │ ├── lt.txt │ │ │ ├── lv.txt │ │ │ ├── mk.txt │ │ │ ├── mn.txt │ │ │ ├── mng.txt │ │ │ ├── mng2.txt │ │ │ ├── mr.txt │ │ │ ├── ms.txt │ │ │ ├── nb.txt │ │ │ ├── ne.txt │ │ │ ├── nl.txt │ │ │ ├── nn.txt │ │ │ ├── pa-in.txt │ │ │ ├── pl.txt │ │ │ ├── ps.txt │ │ │ ├── pt-br.txt │ │ │ ├── pt.txt │ │ │ ├── ro.txt │ │ │ ├── ru.txt │ │ │ ├── sa.txt │ │ │ ├── si.txt │ │ │ ├── sk.txt │ │ │ ├── sl.txt │ │ │ ├── sq.txt │ │ │ ├── sr-spc.txt │ │ │ ├── sr-spl.txt │ │ │ ├── sv.txt │ │ │ ├── ta.txt │ │ │ ├── th.txt │ │ │ ├── tr.txt │ │ │ ├── tt.txt │ │ │ ├── ug.txt │ │ │ ├── uk.txt │ │ │ ├── uz.txt │ │ │ ├── va.txt │ │ │ ├── vi.txt │ │ │ ├── yo.txt │ │ │ ├── zh-cn.txt │ │ │ └── zh-tw.txt │ │ │ ├── License.txt │ │ │ ├── descript.ion │ │ │ └── readme.txt │ │ ├── BCDEdit │ │ └── examples.txt │ │ ├── BootSect │ │ ├── BOOTSECT.cmd │ │ └── BootSect2.cmd │ │ ├── DiskMgmt │ │ ├── DiskMgmt.dependencies.txt │ │ └── mmc.registry.reg │ │ ├── Explorer++ │ │ ├── x64 │ │ │ ├── Explorer++.exe │ │ │ ├── History.txt │ │ │ ├── License.txt │ │ │ ├── Readme.txt │ │ │ └── config.xml │ │ └── x86 │ │ │ ├── Explorer++.exe │ │ │ ├── History.txt │ │ │ ├── License.txt │ │ │ ├── Readme.txt │ │ │ └── config.xml │ │ ├── ImDisk │ │ ├── RegistrySettings.reg │ │ ├── awealloc │ │ │ ├── amd64 │ │ │ │ └── awealloc.sys │ │ │ ├── i386 │ │ │ │ └── awealloc.sys │ │ │ └── ia64 │ │ │ │ └── awealloc.sys │ │ ├── cli │ │ │ ├── amd64 │ │ │ │ └── imdisk.exe │ │ │ ├── i386 │ │ │ │ └── imdisk.exe │ │ │ └── ia64 │ │ │ │ └── imdisk.exe │ │ ├── cpl │ │ │ ├── amd64 │ │ │ │ └── imdisk.cpl │ │ │ ├── i386 │ │ │ │ └── imdisk.cpl │ │ │ ├── ia64 │ │ │ │ └── imdisk.cpl │ │ │ └── imdisk.cpl.manifest │ │ ├── gpl.txt │ │ ├── imdisk.inf │ │ ├── install.cmd │ │ ├── msgboxw.exe │ │ ├── runwaitw.exe │ │ ├── svc │ │ │ ├── amd64 │ │ │ │ └── imdsksvc.exe │ │ │ ├── i386 │ │ │ │ └── imdsksvc.exe │ │ │ └── ia64 │ │ │ │ └── imdsksvc.exe │ │ ├── sys │ │ │ ├── amd64 │ │ │ │ └── imdisk.sys │ │ │ ├── i386 │ │ │ │ └── imdisk.sys │ │ │ └── ia64 │ │ │ │ └── imdisk.sys │ │ ├── uninstall_imdisk.cmd │ │ └── version.txt │ │ ├── JustManager │ │ ├── tips.txt │ │ ├── x64 │ │ │ ├── History.txt │ │ │ ├── IconPack.dll │ │ │ ├── JustManager.exe │ │ │ ├── Languages │ │ │ │ ├── Arabic.lng │ │ │ │ ├── Chinese Simplified.lng │ │ │ │ ├── Czech.lng │ │ │ │ ├── Dutch.lng │ │ │ │ ├── English.lng │ │ │ │ ├── French.lng │ │ │ │ ├── German.lng │ │ │ │ ├── Greek.lng │ │ │ │ ├── Hungarian.lng │ │ │ │ ├── Italian.lng │ │ │ │ ├── Korean.lng │ │ │ │ ├── Polish.lng │ │ │ │ ├── Portuguese.lng │ │ │ │ ├── Russian.lng │ │ │ │ ├── Spanish.lng │ │ │ │ └── Ukrainian.lng │ │ │ ├── Settings.xml │ │ │ └── Type.ini │ │ └── x86 │ │ │ ├── History.txt │ │ │ ├── IconPack.dll │ │ │ ├── JustManager.exe │ │ │ ├── Languages │ │ │ ├── Arabic.lng │ │ │ ├── Chinese Simplified.lng │ │ │ ├── Czech.lng │ │ │ ├── Dutch.lng │ │ │ ├── English.lng │ │ │ ├── French.lng │ │ │ ├── German.lng │ │ │ ├── Greek.lng │ │ │ ├── Hungarian.lng │ │ │ ├── Italian.lng │ │ │ ├── Korean.lng │ │ │ ├── Polish.lng │ │ │ ├── Portuguese.lng │ │ │ ├── Russian.lng │ │ │ ├── Spanish.lng │ │ │ └── Ukrainian.lng │ │ │ ├── Settings.xml │ │ │ └── Type.ini │ │ ├── KeyboardLayout │ │ ├── KeyboardLayout.cmd │ │ ├── KeyboardLayout.txt │ │ └── keyboard.ico │ │ ├── LaunchBar │ │ ├── LaunchBar.exe │ │ └── LaunchBar_x64.exe │ │ ├── Q-Dir │ │ ├── Q-Dir_EULA.txt │ │ ├── x64 │ │ │ ├── Q-Dir.exe │ │ │ ├── Q-Dir.ini │ │ │ └── start.qdr │ │ └── x86 │ │ │ ├── Q-Dir.exe │ │ │ ├── Q-Dir.ini │ │ │ └── start.qdr │ │ ├── ScreenRes │ │ ├── x64 │ │ │ ├── 1024x768.xml │ │ │ ├── 1152x864.xml │ │ │ ├── 1280x1024.xml │ │ │ ├── 1280x720.xml │ │ │ ├── 1280x768.xml │ │ │ ├── 1280x800.xml │ │ │ ├── 1280x960.xml │ │ │ ├── 1366x768.xml │ │ │ ├── 1400x1050.xml │ │ │ ├── 1440x900.xml │ │ │ ├── 16.bit.colour.zip │ │ │ ├── 1600x900.xml │ │ │ ├── _Common.screen.resolutions.txt │ │ │ ├── custom.cmd │ │ │ └── screen.ico │ │ └── x86 │ │ │ ├── 1024x768.xml │ │ │ ├── 1152x864.xml │ │ │ ├── 1280x1024.xml │ │ │ ├── 1280x720.xml │ │ │ ├── 1280x768.xml │ │ │ ├── 1280x800.xml │ │ │ ├── 1280x960.xml │ │ │ ├── 1366x768.xml │ │ │ ├── 1400x1050.xml │ │ │ ├── 1440x900.xml │ │ │ ├── 16.bit.colour.zip │ │ │ ├── 1600x900.xml │ │ │ ├── _Common.screen.resolutions.txt │ │ │ ├── custom.cmd │ │ │ └── screen.ico │ │ ├── SumatraPDF312 │ │ ├── AUTHORS.txt │ │ ├── COPYING.txt │ │ ├── COPYING_BSD.txt │ │ ├── x64 │ │ │ └── SumatraPDF.exe │ │ └── x86 │ │ │ └── SumatraPDF.exe │ │ ├── TightVNC │ │ ├── LICENSE.txt │ │ ├── TVNC.reg │ │ ├── x64 │ │ │ ├── screenhooks64.dll │ │ │ ├── tvnserver.exe │ │ │ └── tvnviewer.exe │ │ └── x86 │ │ │ ├── screenhooks32.dll │ │ │ ├── tvnserver.exe │ │ │ └── tvnviewer.exe │ │ ├── TinyHexer │ │ ├── MPTH_SMALL.EXE │ │ └── THSE_INI.DLL │ │ ├── Wallpaper │ │ ├── winfe.jpg │ │ └── winpe.jpg │ │ ├── WinXShell │ │ ├── x64 │ │ │ ├── UI_NotifyInfo │ │ │ │ ├── close.png │ │ │ │ ├── close_hot.png │ │ │ │ ├── error.png │ │ │ │ ├── info.png │ │ │ │ ├── main.xml │ │ │ │ └── warn.png │ │ │ ├── UI_Resolution │ │ │ │ ├── Display.png │ │ │ │ ├── Shadow.png │ │ │ │ ├── close.png │ │ │ │ ├── combo_hot.png │ │ │ │ ├── combo_nor.png │ │ │ │ ├── locales │ │ │ │ │ ├── en-US.xml │ │ │ │ │ └── zh-CN.xml │ │ │ │ ├── main.jcfg │ │ │ │ ├── main.xml │ │ │ │ ├── scrollbar.bmp │ │ │ │ ├── scrollbar_ltwh.xml │ │ │ │ ├── settings.ico │ │ │ │ ├── sliderbk.png │ │ │ │ ├── sliderfr.png │ │ │ │ ├── themes │ │ │ │ │ ├── darkgray.xml │ │ │ │ │ └── default.xml │ │ │ │ └── thumb.png │ │ │ ├── UI_Shutdown │ │ │ │ ├── Shadow.png │ │ │ │ ├── close.png │ │ │ │ ├── locales │ │ │ │ │ ├── en-US.xml │ │ │ │ │ └── zh-CN.xml │ │ │ │ ├── main.jcfg │ │ │ │ ├── main.xml │ │ │ │ ├── power.ico │ │ │ │ └── power.png │ │ │ ├── UI_TEST.bat │ │ │ ├── UI_WIFI │ │ │ │ ├── SSIDItem.xml │ │ │ │ ├── locales │ │ │ │ │ ├── en-US.xml │ │ │ │ │ └── zh-CN.xml │ │ │ │ ├── main.jcfg │ │ │ │ ├── main.xml │ │ │ │ ├── rc │ │ │ │ │ ├── 0.png │ │ │ │ │ ├── 100.png │ │ │ │ │ ├── 25.png │ │ │ │ │ ├── 50.png │ │ │ │ │ ├── 75.png │ │ │ │ │ └── what.png │ │ │ │ └── themes │ │ │ │ │ ├── ComboButton-darkgray.png │ │ │ │ │ ├── ComboButton-default.png │ │ │ │ │ ├── darkgray.xml │ │ │ │ │ └── default.xml │ │ │ ├── WinXShell.exe │ │ │ ├── WinXShell.jcfg │ │ │ └── wallpaper.jpg │ │ └── x86 │ │ │ ├── UI_NotifyInfo │ │ │ ├── close.png │ │ │ ├── close_hot.png │ │ │ ├── error.png │ │ │ ├── info.png │ │ │ ├── main.xml │ │ │ └── warn.png │ │ │ ├── UI_Resolution │ │ │ ├── Display.png │ │ │ ├── Shadow.png │ │ │ ├── close.png │ │ │ ├── combo_hot.png │ │ │ ├── combo_nor.png │ │ │ ├── locales │ │ │ │ ├── en-US.xml │ │ │ │ └── zh-CN.xml │ │ │ ├── main.jcfg │ │ │ ├── main.xml │ │ │ ├── scrollbar.bmp │ │ │ ├── scrollbar_ltwh.xml │ │ │ ├── settings.ico │ │ │ ├── sliderbk.png │ │ │ ├── sliderfr.png │ │ │ ├── themes │ │ │ │ ├── darkgray.xml │ │ │ │ └── default.xml │ │ │ └── thumb.png │ │ │ ├── UI_Shutdown │ │ │ ├── Shadow.png │ │ │ ├── close.png │ │ │ ├── locales │ │ │ │ ├── en-US.xml │ │ │ │ └── zh-CN.xml │ │ │ ├── main.jcfg │ │ │ ├── main.xml │ │ │ ├── power.ico │ │ │ └── power.png │ │ │ ├── UI_TEST.bat │ │ │ ├── UI_WIFI │ │ │ ├── SSIDItem.xml │ │ │ ├── locales │ │ │ │ ├── en-US.xml │ │ │ │ └── zh-CN.xml │ │ │ ├── main.jcfg │ │ │ ├── main.xml │ │ │ ├── rc │ │ │ │ ├── 0.png │ │ │ │ ├── 100.png │ │ │ │ ├── 25.png │ │ │ │ ├── 50.png │ │ │ │ ├── 75.png │ │ │ │ └── what.png │ │ │ └── themes │ │ │ │ ├── ComboButton-darkgray.png │ │ │ │ ├── ComboButton-default.png │ │ │ │ ├── darkgray.xml │ │ │ │ └── default.xml │ │ │ ├── WinXShell.exe │ │ │ ├── WinXShell.jcfg │ │ │ └── wallpaper.jpg │ │ ├── bblean │ │ ├── bblean_x64.7z │ │ ├── bblean_x86.7z │ │ ├── x64 │ │ │ ├── blackbox.exe │ │ │ ├── blackbox.rc │ │ │ ├── bsetbg.exe │ │ │ ├── bsetroot.exe │ │ │ ├── extensions.rc │ │ │ ├── menu.rc │ │ │ ├── plugins.rc │ │ │ ├── plugins │ │ │ │ ├── bbKeys │ │ │ │ │ ├── bbKeys.dll │ │ │ │ │ └── readme.txt │ │ │ │ ├── bbLeanSkin │ │ │ │ │ ├── bbLeanSkin.dll │ │ │ │ │ ├── bbLeanSkin.rc │ │ │ │ │ ├── bbLeanSkinEng.dll │ │ │ │ │ ├── bbLeanSkinEng32.dll │ │ │ │ │ ├── buttons │ │ │ │ │ │ └── buttons_11x11.bmp │ │ │ │ │ ├── exclusions.rc │ │ │ │ │ └── readme.txt │ │ │ │ └── bbLeanbar │ │ │ │ │ ├── bbLeanBar.dll │ │ │ │ │ ├── bbLeanBar.rc │ │ │ │ │ └── readme.txt │ │ │ └── styles │ │ │ │ └── 0505 all blue │ │ │ │ └── 070_Blue │ │ └── x86 │ │ │ ├── blackbox.exe │ │ │ ├── blackbox.rc │ │ │ ├── bsetbg.exe │ │ │ ├── bsetroot.exe │ │ │ ├── extensions.rc │ │ │ ├── menu.rc │ │ │ ├── plugins.rc │ │ │ ├── plugins │ │ │ ├── bbKeys │ │ │ │ ├── bbKeys.dll │ │ │ │ └── readme.txt │ │ │ ├── bbLeanSkin │ │ │ │ ├── bbLeanSkin.dll │ │ │ │ ├── bbLeanSkin.rc │ │ │ │ ├── bbLeanSkinEng.dll │ │ │ │ ├── buttons │ │ │ │ │ └── buttons_11x11.bmp │ │ │ │ ├── exclusions.rc │ │ │ │ └── readme.txt │ │ │ └── bbLeanbar │ │ │ │ ├── bbLeanBar.dll │ │ │ │ ├── bbLeanBar.rc │ │ │ │ └── readme.txt │ │ │ └── styles │ │ │ └── 0505 all blue │ │ │ └── 070_Blue │ │ ├── diskpart │ │ └── diskpart.align.cmd │ │ ├── dmde │ │ ├── dev32.dll │ │ ├── dev9x.dll │ │ ├── deviohsc.txt │ │ ├── dmde-3.4-manual.pdf │ │ ├── dmde.exe │ │ ├── dmde.ini │ │ ├── dmde_en.chm │ │ ├── eula_en.txt │ │ ├── locals │ │ │ ├── cp437.tbl │ │ │ ├── cp437u.tbl │ │ │ ├── cp850.tbl │ │ │ ├── cp852.tbl │ │ │ ├── cp866.tbl │ │ │ ├── cp866t.tbl │ │ │ ├── cp866u.tbl │ │ │ ├── de.lng │ │ │ ├── dmde_pl.chm │ │ │ ├── dmde_ru.chm │ │ │ ├── en.ln~ │ │ │ ├── es.lng │ │ │ ├── eula_ru.txt │ │ │ ├── fa.lng │ │ │ ├── fr.lng │ │ │ ├── it.lng │ │ │ ├── pl.lng │ │ │ ├── pt-pt.lng │ │ │ ├── readmeru.txt │ │ │ ├── ru.lng │ │ │ ├── win1250.tbl │ │ │ ├── win1250t.tbl │ │ │ ├── win1251.tbl │ │ │ ├── win1251t.tbl │ │ │ ├── win1251u.tbl │ │ │ ├── win1252.tbl │ │ │ ├── win1252t.tbl │ │ │ ├── win1253.tbl │ │ │ ├── win1253t.tbl │ │ │ ├── win1254.tbl │ │ │ ├── win1255.tbl │ │ │ ├── win1256.tbl │ │ │ ├── win1257.tbl │ │ │ └── win1258.tbl │ │ ├── readmeen.txt │ │ ├── template.tx_ │ │ ├── template.txt │ │ └── versions.txt │ │ ├── misc │ │ ├── BCD.entries.check.cmd │ │ ├── BCD.scripts │ │ │ ├── BCD-FLATandRAM-BIOS.cmd │ │ │ ├── BCD-FLATandRAM-UEFI.cmd │ │ │ ├── BCD.FlatBoot-BIOS.cmd │ │ │ ├── BCD.FlatBoot-UEFI.cmd │ │ │ ├── BCD.RAMBoot-BIOS.cmd │ │ │ └── BCD.RAMBoot-UEFI.cmd │ │ ├── BIOS-FLATBoot-BCD │ │ ├── BIOS-FLATandRAM-BCD │ │ ├── BIOS-RAMBoot-BCD │ │ ├── FindProgramsX64.cmd │ │ ├── FindProgramsX86.cmd │ │ ├── Subst.cmd │ │ ├── Syswow64 │ │ │ ├── files.7.txt │ │ │ ├── files.8.0.txt │ │ │ ├── files.8.1.txt │ │ │ ├── files.MistyPE.txt │ │ │ ├── files.common-edited.txt │ │ │ ├── files.common-original.txt │ │ │ ├── files.common.edits.txt │ │ │ ├── files.common.txt │ │ │ └── files.txt │ │ ├── UEFI-FLATBoot-BCD │ │ ├── UEFI-FLATandRAM-BCD │ │ ├── UEFI-RAMBoot-BCD │ │ ├── find_replace.ico │ │ └── folder.ico │ │ └── network │ │ ├── firewall_off.cmd │ │ ├── network.ico │ │ ├── readme.txt │ │ ├── start_network.cmd │ │ ├── x64.xml │ │ └── x86.xml ├── ChrisPE │ ├── Applications │ │ ├── 1a_LaunchBar.script │ │ ├── 1b.add.stuff.script │ │ ├── 7zip.script │ │ ├── DiskMgmt.script │ │ ├── Explorer++.script │ │ ├── ImDisk.script │ │ ├── JustManager.script │ │ ├── Q-Dir.script │ │ ├── SumatraPDF312.script │ │ ├── TightVNC.script │ │ ├── TinyHexer.script │ │ └── dmde.script │ ├── Core │ │ ├── A_core.script │ │ ├── Browse.For.Folder.script │ │ ├── G_WoW64.script │ │ ├── common.script │ │ ├── syswow64.script │ │ └── verify.script │ ├── Drivers │ │ └── Drivers.script │ ├── Finalise │ │ ├── Subst.script │ │ └── xxxShell.script │ ├── MediaCreation │ │ └── create.ISO.script │ ├── PostConfig │ │ └── advanced.script │ ├── Settings │ │ ├── Network.script │ │ ├── Recommended.script │ │ ├── Tweaks.script │ │ └── wallpaper.script │ ├── Shell │ │ ├── B_shell.script │ │ └── D_filemanager.script │ └── script.project └── Tools │ ├── 7z.dll │ ├── 7z.exe │ ├── GetWaikTools │ ├── GWT.exe │ ├── GWT64.exe │ └── ReadME.txt │ ├── Languages │ └── _default.txt │ ├── MakeShortCut.vbs │ ├── ReadMe.txt │ ├── Shortcut.exe │ ├── Shortcut.zip │ ├── SysWOW64.files │ ├── loadWoW64.exe │ └── setWOW64.exe │ ├── gsar-1.21-bin.zip │ ├── gsar.exe │ ├── mkisofs.exe │ ├── nircmd │ ├── NirCmd.chm │ ├── x64 │ │ ├── nircmd.exe │ │ └── nircmdc.exe │ └── x86 │ │ ├── nircmd.exe │ │ └── nircmdc.exe │ ├── offlinereg.file.lists │ ├── 7-zip.txt │ ├── FileCopyProgress.txt │ ├── FileManagerTweaks1.txt │ ├── FileManagerTweaks2.txt │ ├── FileManagerTweaks_old.txt │ ├── OneCoreUAPCommonProxyStub.txt │ ├── actxprxy.txt │ ├── dataexchange.txt │ └── new_fix.txt │ ├── offlinereg │ ├── Offlinereg_Gui.exe │ ├── Redist.txt │ ├── history.txt │ ├── license.txt │ ├── offlinereg-win32.exe │ ├── offlinereg-win64.exe │ ├── offreg.dll │ └── offreg64.dll │ ├── wimlib.file.lists │ ├── DiskMgmt.dependencies.txt │ ├── DragDrop.dependencies.txt │ ├── Explorer.txt │ ├── ExplorerFrame.dependencies.txt │ ├── Explorer_Spleenharvester.txt │ ├── boot.wim.registry.txt │ ├── file.and.dependencies.txt │ ├── syswow.files.10.txt │ ├── syswow.files.7.txt │ ├── syswow.files.8.0.txt │ ├── syswow.files.8.1.txt │ └── syswow.probably.not.required.txt │ └── wimlib │ ├── COPYING.CC0.txt │ ├── COPYING.GPLv3.txt │ ├── COPYING.LGPLv3.txt │ ├── COPYING.libdivsufsort-lite.txt │ ├── COPYING.libxml2.txt │ ├── COPYING.txt │ ├── COPYING.winpthreads.txt │ ├── NEWS.txt │ ├── README.WINDOWS.txt │ ├── README.txt │ ├── devel │ ├── libwim.lib │ └── wimlib.h │ ├── doc │ ├── wimappend.pdf │ ├── wimapply.pdf │ ├── wimcapture.pdf │ ├── wimdelete.pdf │ ├── wimdir.pdf │ ├── wimexport.pdf │ ├── wimextract.pdf │ ├── wiminfo.pdf │ ├── wimjoin.pdf │ ├── wimlib-imagex.pdf │ ├── wimoptimize.pdf │ ├── wimsplit.pdf │ ├── wimupdate.pdf │ └── wimverify.pdf │ ├── libwim-15.dll │ └── wimlib-imagex.exe ├── README.md ├── readme.files ├── acknowledgements.htm ├── bcd.bios.txt ├── bcd.uefi.txt ├── builder.htm ├── chrispe.css ├── img │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ ├── 9.jpg │ ├── filemanager_1.jpg │ ├── home.jpg │ ├── launchbar.jpg │ ├── main_1_1.jpg │ ├── main_1_2.jpg │ ├── main_2_1.jpg │ ├── menu1.png │ ├── menu_bblean1.png │ ├── menu_launchbar1.png │ ├── menu_launchbar2.png │ ├── menu_winxshell1.png │ ├── menu_winxshell2.png │ ├── notinwim.png │ ├── pebakery.jpg │ ├── pebakery.png │ ├── pebakery_instructions1.png │ ├── pebakery_instructions11.png │ ├── pebakery_instructions2.png │ ├── pebakery_instructions3.png │ ├── pebakery_instructions4b.png │ ├── pebakery_instructions5.png │ ├── pebakery_instructions5b.png │ ├── pebakery_instructions6.png │ ├── pebakery_instructions7.png │ ├── pebakery_instructions8.png │ ├── pebakery_instructions9.png │ ├── pebakery_quick5.png │ ├── pebakery_quick6.png │ ├── project1.png │ ├── rufus1.jpg │ ├── rufus2.jpg │ ├── rufus3.jpg │ ├── shell_1.jpg │ ├── shell_2.jpg │ └── tweaks.png ├── instructions_pebakery.htm ├── menu_system.htm ├── multiboot.htm ├── not_in_wim.htm ├── options.htm ├── project.htm ├── quick_pebakery.htm ├── uefi.htm ├── usb.htm └── winpe.htm └── readme.html /Binary/BetterWin32Errors.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/BetterWin32Errors.dll -------------------------------------------------------------------------------- /Binary/ControlzEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/ControlzEx.dll -------------------------------------------------------------------------------- /Binary/Joveler.ZLibWrapper.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/Joveler.ZLibWrapper.dll -------------------------------------------------------------------------------- /Binary/MahApps.Metro.IconPacks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/MahApps.Metro.IconPacks.dll -------------------------------------------------------------------------------- /Binary/ManagedWimLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/ManagedWimLib.dll -------------------------------------------------------------------------------- /Binary/Microsoft.Wim.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/Microsoft.Wim.dll -------------------------------------------------------------------------------- /Binary/NUglify.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/NUglify.dll -------------------------------------------------------------------------------- /Binary/NaturalSort.Extension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/NaturalSort.Extension.dll -------------------------------------------------------------------------------- /Binary/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Binary/Ookii.Dialogs.Wpf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/Ookii.Dialogs.Wpf.dll -------------------------------------------------------------------------------- /Binary/PEBakery.CabLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/PEBakery.CabLib.dll -------------------------------------------------------------------------------- /Binary/PEBakery.IniLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/PEBakery.IniLib.dll -------------------------------------------------------------------------------- /Binary/PEBakery.TreeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/PEBakery.TreeLib.dll -------------------------------------------------------------------------------- /Binary/PEBakery.XZLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/PEBakery.XZLib.dll -------------------------------------------------------------------------------- /Binary/PEBakery.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/PEBakery.exe -------------------------------------------------------------------------------- /Binary/RazorEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/RazorEngine.dll -------------------------------------------------------------------------------- /Binary/SQLite-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/SQLite-net.dll -------------------------------------------------------------------------------- /Binary/SQLitePCLRaw.batteries_green.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/SQLitePCLRaw.batteries_green.dll -------------------------------------------------------------------------------- /Binary/SQLitePCLRaw.batteries_v2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/SQLitePCLRaw.batteries_v2.dll -------------------------------------------------------------------------------- /Binary/SQLitePCLRaw.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/SQLitePCLRaw.core.dll -------------------------------------------------------------------------------- /Binary/SQLitePCLRaw.provider.e_sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/SQLitePCLRaw.provider.e_sqlite3.dll -------------------------------------------------------------------------------- /Binary/SevenZipExtractor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/SevenZipExtractor.dll -------------------------------------------------------------------------------- /Binary/SharpCompress.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/SharpCompress.dll -------------------------------------------------------------------------------- /Binary/Svg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/Svg.dll -------------------------------------------------------------------------------- /Binary/System.Web.Razor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/System.Web.Razor.dll -------------------------------------------------------------------------------- /Binary/System.Windows.Interactivity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/System.Windows.Interactivity.dll -------------------------------------------------------------------------------- /Binary/UACHelper.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/UACHelper.dll -------------------------------------------------------------------------------- /Binary/x64/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/x64/7z.dll -------------------------------------------------------------------------------- /Binary/x64/e_sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/x64/e_sqlite3.dll -------------------------------------------------------------------------------- /Binary/x64/liblzma.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/x64/liblzma.dll -------------------------------------------------------------------------------- /Binary/x64/libwim-15.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/x64/libwim-15.dll -------------------------------------------------------------------------------- /Binary/x64/zlibwapi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/x64/zlibwapi.dll -------------------------------------------------------------------------------- /Binary/x86/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/x86/7z.dll -------------------------------------------------------------------------------- /Binary/x86/e_sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/x86/e_sqlite3.dll -------------------------------------------------------------------------------- /Binary/x86/liblzma.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/x86/liblzma.dll -------------------------------------------------------------------------------- /Binary/x86/libwim-15.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/x86/libwim-15.dll -------------------------------------------------------------------------------- /Binary/x86/zlibwapi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Binary/x86/zlibwapi.dll -------------------------------------------------------------------------------- /PEBakery.ini: -------------------------------------------------------------------------------- 1 | [Compat] 2 | AsteriskBugDirCopy=True 3 | AsteriskBugDirLink=False 4 | FileRenameCanMoveDir=False 5 | AllowLetterInLoop=False 6 | LegacyBranchCondition=False 7 | LegacyRegWrite=False 8 | AllowSetModifyInterface=False 9 | LegacyInterfaceCommand=False 10 | IgnoreWidthOfWebLabel=False 11 | OverridableFixedVariables=False 12 | EnableEnvironmentVariables=False 13 | DisableExtendedSectionParams=False 14 | LegacySectionParamCommand=False 15 | -------------------------------------------------------------------------------- /PEBakeryLauncher.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/PEBakeryLauncher.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x64/7-zip.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x64/7-zip.chm -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x64/7-zip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x64/7-zip.dll -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x64/7-zip32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x64/7-zip32.dll -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x64/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x64/7z.dll -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x64/7z.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x64/7z.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x64/7z.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x64/7z.sfx -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x64/7zCon.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x64/7zCon.sfx -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x64/7zFM.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x64/7zFM.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x64/7zG.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x64/7zG.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x64/descript.ion: -------------------------------------------------------------------------------- 1 | 7-zip.chm 7-Zip Help 2 | 7-Zip.dll 7-Zip Plugin 3 | 7-Zip32.dll 7-Zip Plugin 32-bit 4 | 7z.dll 7-Zip Engine 5 | 7z.exe 7-Zip Console 6 | 7z.sfx 7-Zip GUI SFX 7 | 7zCon.sfx 7-Zip Console SFX 8 | 7zFM.exe 7-Zip File Manager 9 | 7zg.exe 7-Zip GUI 10 | descript.ion 7-Zip File Descriptions 11 | history.txt 7-Zip History 12 | Lang 7-Zip Translations 13 | license.txt 7-Zip License 14 | readme.txt 7-Zip Overview 15 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x64/readme.txt: -------------------------------------------------------------------------------- 1 | 7-Zip 16.04 2 | ----------- 3 | 4 | 7-Zip is a file archiver for Windows NT / 2000 / 2003 / 2008 / 2012 / XP / Vista / 7 / 8 / 10. 5 | 6 | 7-Zip Copyright (C) 1999-2016 Igor Pavlov. 7 | 8 | The main features of 7-Zip: 9 | 10 | - High compression ratio in the new 7z format 11 | - Supported formats: 12 | - Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM. 13 | - Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, 14 | IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, 15 | RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, WIM, XAR and Z. 16 | - Fast compression and decompression 17 | - Self-extracting capability for 7z format 18 | - Strong AES-256 encryption in 7z and ZIP formats 19 | - Integration with Windows Shell 20 | - Powerful File Manager 21 | - Powerful command line version 22 | - Localizations for 85 languages 23 | 24 | 25 | 7-Zip is free software distributed under the GNU LGPL (except for unRar code). 26 | Read License.txt for more information about license. 27 | 28 | 29 | This distribution package contains the following files: 30 | 31 | 7zFM.exe - 7-Zip File Manager 32 | 7-zip.dll - Plugin for Windows Shell 33 | 7-zip32.dll - Plugin for Windows Shell (32-bit plugin for 64-bit system) 34 | 7zg.exe - GUI module 35 | 7z.exe - Command line version 36 | 7z.dll - 7-Zip engine module 37 | 7z.sfx - SFX module (Windows version) 38 | 7zCon.sfx - SFX module (Console version) 39 | 40 | License.txt - License information 41 | readme.txt - This file 42 | History.txt - History of 7-Zip 43 | 7-zip.chm - User's Manual in HTML Help format 44 | descript.ion - Description for files 45 | 46 | Lang\en.ttt - English (base) localization file 47 | Lang\*.txt - Localization files 48 | 49 | 50 | --- 51 | End of document 52 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x86/7-zip.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x86/7-zip.chm -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x86/7-zip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x86/7-zip.dll -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x86/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x86/7z.dll -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x86/7z.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x86/7z.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x86/7z.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x86/7z.sfx -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x86/7zCon.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x86/7zCon.sfx -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x86/7zFM.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x86/7zFM.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x86/7zG.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/7-Zip/x86/7zG.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x86/descript.ion: -------------------------------------------------------------------------------- 1 | 7-zip.chm 7-Zip Help 2 | 7-Zip.dll 7-Zip Plugin 3 | 7-Zip32.dll 7-Zip Plugin 32-bit 4 | 7z.dll 7-Zip Engine 5 | 7z.exe 7-Zip Console 6 | 7z.sfx 7-Zip GUI SFX 7 | 7zCon.sfx 7-Zip Console SFX 8 | 7zFM.exe 7-Zip File Manager 9 | 7zg.exe 7-Zip GUI 10 | descript.ion 7-Zip File Descriptions 11 | history.txt 7-Zip History 12 | Lang 7-Zip Translations 13 | license.txt 7-Zip License 14 | readme.txt 7-Zip Overview 15 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/7-Zip/x86/readme.txt: -------------------------------------------------------------------------------- 1 | 7-Zip 16.04 2 | ----------- 3 | 4 | 7-Zip is a file archiver for Windows NT / 2000 / 2003 / 2008 / 2012 / XP / Vista / 7 / 8 / 10. 5 | 6 | 7-Zip Copyright (C) 1999-2016 Igor Pavlov. 7 | 8 | The main features of 7-Zip: 9 | 10 | - High compression ratio in the new 7z format 11 | - Supported formats: 12 | - Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM. 13 | - Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, 14 | IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, 15 | RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, WIM, XAR and Z. 16 | - Fast compression and decompression 17 | - Self-extracting capability for 7z format 18 | - Strong AES-256 encryption in 7z and ZIP formats 19 | - Integration with Windows Shell 20 | - Powerful File Manager 21 | - Powerful command line version 22 | - Localizations for 85 languages 23 | 24 | 25 | 7-Zip is free software distributed under the GNU LGPL (except for unRar code). 26 | Read License.txt for more information about license. 27 | 28 | 29 | This distribution package contains the following files: 30 | 31 | 7zFM.exe - 7-Zip File Manager 32 | 7-zip.dll - Plugin for Windows Shell 33 | 7-zip32.dll - Plugin for Windows Shell (32-bit plugin for 64-bit system) 34 | 7zg.exe - GUI module 35 | 7z.exe - Command line version 36 | 7z.dll - 7-Zip engine module 37 | 7z.sfx - SFX module (Windows version) 38 | 7zCon.sfx - SFX module (Console version) 39 | 40 | License.txt - License information 41 | readme.txt - This file 42 | History.txt - History of 7-Zip 43 | 7-zip.chm - User's Manual in HTML Help format 44 | descript.ion - Description for files 45 | 46 | Lang\en.ttt - English (base) localization file 47 | Lang\*.txt - Localization files 48 | 49 | 50 | --- 51 | End of document 52 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/BootSect/BootSect2.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | setlocal 3 | ::___________________________________________________________________ 4 | ::set paths 5 | 6 | :: set path to bootsect.exe 7 | set BOOTSECT=%SYSTEMROOT%\SYSTEM32\bootsect.exe 8 | 9 | ::___________________________________________________________________ 10 | 11 | IF NOT EXIST %BOOTSECT% ( 12 | ECHO ERROR: Bootsector.exe not found - edit path ... 13 | pause 14 | GOTO _edit) 15 | 16 | 17 | 18 | SET DRIVE=%1 19 | SET DRIVE2=%DRIVE:\=% 20 | SET BOOTDRIVE=%DRIVE2% 21 | 22 | 23 | cls 24 | :_menu 25 | echo. 26 | echo *WARNING* - use following options at own risk. Applying 27 | echo the bootsector to the wrong partition could result in 28 | echo Windows not booting. 29 | echo. 30 | echo 1] Install "NTLDR" bootsector to %BOOTDRIVE% 31 | echo 2] Install "BOOTMGR" bootsector to %BOOTDRIVE% 32 | echo. 33 | echo 3] Exit 34 | echo. 35 | set choice= 36 | set /p choice=Type option [1 to 3] and press ENTER. 37 | if '%choice%'=='1' goto _ntldr 38 | if '%choice%'=='2' goto _bootmgr 39 | if '%choice%'=='3' goto _end 40 | GOTO _menu 41 | 42 | :_ntldr 43 | cls 44 | ECHO Installing "NTLDR" bootsector to %BOOTDRIVE% 45 | ECHO ************************************* 46 | ECHO. 47 | %BOOTSECT% /nt52 %BOOTDRIVE% /force 48 | ECHO. 49 | ECHO. 50 | ECHO. 51 | pause 52 | GOTO _end 53 | 54 | :_bootmgr 55 | cls 56 | ECHO Installing "BOOTMGR" bootsector to %BOOTDRIVE% 57 | ECHO *************************************** 58 | ECHO. 59 | %BOOTSECT% /nt60 %BOOTDRIVE% /force 60 | ECHO. 61 | ECHO. 62 | ECHO. 63 | pause 64 | GOTO _end 65 | 66 | ::___________________________________________________________________ 67 | :_edit 68 | cls 69 | notepad "%~dp0BOOTSECT.CMD" 70 | goto _end 71 | 72 | ::___________________________________________________________________ 73 | :_end 74 | cls 75 | ECHO. 76 | ECHO ENDING SCRIPT... 77 | echo. 78 | echo. 79 | echo. 80 | pause 81 | endlocal -------------------------------------------------------------------------------- /Projects/Cache/Programs/DiskMgmt/DiskMgmt.dependencies.txt: -------------------------------------------------------------------------------- 1 | \windows\system32\apphelp.dll 2 | \windows\system32\dwwin.exe 3 | \windows\system32\diskmgmt.msc 4 | \windows\system32\mmc.exe 5 | \windows\system32\mmcbase.dll 6 | \windows\system32\mmcndmgr.dll 7 | \windows\system32\mmcshext.dll 8 | \windows\system32\dmdlgs.dll 9 | \windows\system32\dmdskmgr.dll 10 | \windows\system32\dmdskres.dll 11 | \windows\system32\dmdskres2.dll 12 | \windows\system32\dmintf.dll 13 | \windows\system32\dmocx.dll 14 | \windows\system32\dmutil.dll 15 | \windows\system32\dmvdsitf.dll 16 | \windows\system32\dmview.ocx 17 | \windows\system32\hhsetup.dll 18 | \windows\system32\*\dmdskres.dll.mui 19 | \windows\system32\*\dmdskres2.dll.mui 20 | \windows\system32\*\mmc.exe.mui 21 | \windows\system32\*\mmcbase.dll.mui 22 | \windows\system32\*\mmcndmgr.dll.mui 23 | \windows\system32\*\mmcshext.dll.mui -------------------------------------------------------------------------------- /Projects/Cache/Programs/DiskMgmt/mmc.registry.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/DiskMgmt/mmc.registry.reg -------------------------------------------------------------------------------- /Projects/Cache/Programs/Explorer++/x64/Explorer++.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/Explorer++/x64/Explorer++.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/Explorer++/x64/Readme.txt: -------------------------------------------------------------------------------- 1 | Explorer++ 1.3.5 64-bit 2 | ----------------------- 3 | 4 | Copyright (c) 2005-2011 David Erceg 5 | 6 | Explorer++ is free software released under 7 | the GNU General Public License. 8 | 9 | www.explorerplusplus.com 10 | 11 | 12 | About Explorer++ 13 | ---------------- 14 | Explorer++ is a free multi-tab file manager for Windows. 15 | Available on Windows XP and above, it features the 16 | same familiar interface as Windows Explorer, while 17 | introducing several enhancements and improvements for a 18 | much richer file browsing experience. 19 | 20 | 21 | Using Explorer++ 22 | ---------------- 23 | Explorer++ can simply be extracted and run. 24 | There is no need to install it. 25 | 26 | 27 | Reporting Problems 28 | ------------------ 29 | Please send any bugs or problems to: 30 | 31 | david@explorerplusplus.com -------------------------------------------------------------------------------- /Projects/Cache/Programs/Explorer++/x86/Explorer++.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/Explorer++/x86/Explorer++.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/Explorer++/x86/Readme.txt: -------------------------------------------------------------------------------- 1 | Explorer++ 1.3.5 32-bit 2 | ----------------------- 3 | 4 | Copyright (c) 2005-2011 David Erceg 5 | 6 | Explorer++ is free software released under 7 | the GNU General Public License. 8 | 9 | www.explorerplusplus.com 10 | 11 | 12 | About Explorer++ 13 | ---------------- 14 | Explorer++ is a free multi-tab file manager for Windows. 15 | Available on Windows XP and above, it features the 16 | same familiar interface as Windows Explorer, while 17 | introducing several enhancements and improvements for a 18 | much richer file browsing experience. 19 | 20 | 21 | Using Explorer++ 22 | ---------------- 23 | Explorer++ can simply be extracted and run. 24 | There is no need to install it. 25 | 26 | 27 | Reporting Problems 28 | ------------------ 29 | Please send any bugs or problems to: 30 | 31 | david@explorerplusplus.com -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/awealloc/amd64/awealloc.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/awealloc/amd64/awealloc.sys -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/awealloc/i386/awealloc.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/awealloc/i386/awealloc.sys -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/awealloc/ia64/awealloc.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/awealloc/ia64/awealloc.sys -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/cli/amd64/imdisk.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/cli/amd64/imdisk.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/cli/i386/imdisk.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/cli/i386/imdisk.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/cli/ia64/imdisk.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/cli/ia64/imdisk.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/cpl/amd64/imdisk.cpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/cpl/amd64/imdisk.cpl -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/cpl/i386/imdisk.cpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/cpl/i386/imdisk.cpl -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/cpl/ia64/imdisk.cpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/cpl/ia64/imdisk.cpl -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/cpl/imdisk.cpl.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | ImDisk Virtual Disk Driver 10 | 11 | 12 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/install.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | setlocal 3 | 4 | IF EXIST %SYSTEMROOT%\System32\Drivers\imdisk.sys GOTO _run 5 | 6 | ECHO Installing ImDisk... 7 | rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 132 %~dp0imdisk.inf 8 | 9 | :_run 10 | start rundll32.exe imdisk.cpl,RunDLL_MountFile 11 | endlocal 12 | exit 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/msgboxw.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/msgboxw.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/runwaitw.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/runwaitw.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/svc/amd64/imdsksvc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/svc/amd64/imdsksvc.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/svc/i386/imdsksvc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/svc/i386/imdsksvc.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/svc/ia64/imdsksvc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/svc/ia64/imdsksvc.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/sys/amd64/imdisk.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/sys/amd64/imdisk.sys -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/sys/i386/imdisk.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/sys/i386/imdisk.sys -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/sys/ia64/imdisk.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ImDisk/sys/ia64/imdisk.sys -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/uninstall_imdisk.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | setlocal 4 | 5 | title ImDisk Virtual Disk Driver Uninstall 6 | 7 | echo ImDisk Virtual Disk Driver Uninstall 8 | echo. 9 | 10 | set IMDISK_TOTAL_DEVICES=0 11 | set IMDISK_VALID_DEVICES=0 12 | set IMDISK_PENDING_REMOVAL_DEVICES=0 13 | 14 | if exist "%SystemRoot%\system32\imdisk.exe" ( 15 | for /f %%a in ('imdisk -l -n') do call :addline "%%a" 16 | ) 17 | 18 | if %IMDISK_VALID_DEVICES% GTR 0 ( 19 | echo Number of existing ImDisk virtual disks: %IMDISK_VALID_DEVICES% 20 | echo. 21 | echo Please dismount all existing ImDisk virtual disks before uninstall! 22 | echo. 23 | if not "%IMDISK_SILENT_SETUP%" == "1" ( 24 | pause 25 | start "" "%SystemRoot%\system32\control.exe" ""%SystemRoot%\system32\imdisk.cpl" 26 | ) 27 | endlocal 28 | goto :eof 29 | ) 30 | 31 | echo Number of existing ImDisk virtual disks: %IMDISK_TOTAL_DEVICES% 32 | if %IMDISK_TOTAL_DEVICES% == 0 ( 33 | "%SystemRoot%\system32\net.exe" stop imdsksvc 34 | "%SystemRoot%\system32\net.exe" stop awealloc 35 | "%SystemRoot%\system32\net.exe" stop imdisk 36 | if exist "%SystemRoot%\system32\taskkill.exe" "%SystemRoot%\system32\taskkill.exe" /F /IM imdsksvc.exe 37 | ) 38 | 39 | start "" "%SystemRoot%\system32\rundll32.exe" setupapi.dll,InstallHinfSection DefaultUninstall 132 %SystemRoot%\inf\imdisk.inf 40 | 41 | endlocal 42 | 43 | goto :eof 44 | 45 | :addline 46 | 47 | "%SystemRoot%\system32\imdisk.exe" -l -u %~1 > nul 2>&1 48 | 49 | if errorlevel 1 ( 50 | set /a IMDISK_PENDING_REMOVAL_DEVICES=%IMDISK_PENDING_REMOVAL_DEVICES% + 1 > nul 51 | ) else ( 52 | set /a IMDISK_VALID_DEVICES=%IMDISK_VALID_DEVICES% + 1 > nul 53 | ) 54 | 55 | set /a IMDISK_TOTAL_DEVICES=%IMDISK_TOTAL_DEVICES% + 1 > nul 56 | 57 | goto :eof 58 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ImDisk/version.txt: -------------------------------------------------------------------------------- 1 | IMDisk version 2.0.9 2 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/JustManager/tips.txt: -------------------------------------------------------------------------------- 1 | http://justmanager.ru/forum/viewtopic.php?id=559 2 | 3 | To select files by first letters of names with Just Manager, you have to select the "Starts with filter" option in Configuration/Settings/Quick Search (filter). 4 | 5 | It works fine and fast by the Alt F command. 6 | 7 | The documentation of Just Manager clearly states that the default search and filtering patterns are "contains" patterns. It is also stated that there exists a checkable control to change this default option to "start with". See Documentation Configuration/Program Settings/Quick Search. 8 | 9 | 10 | 11 | Configuration > Settings > Quick Search 12 | Type=Filter 13 | Shortcut=Letter 14 | Starts With Filter - enabled -------------------------------------------------------------------------------- /Projects/Cache/Programs/JustManager/x64/IconPack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/JustManager/x64/IconPack.dll -------------------------------------------------------------------------------- /Projects/Cache/Programs/JustManager/x64/JustManager.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/JustManager/x64/JustManager.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/JustManager/x64/Settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/JustManager/x64/Settings.xml -------------------------------------------------------------------------------- /Projects/Cache/Programs/JustManager/x64/Type.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/JustManager/x64/Type.ini -------------------------------------------------------------------------------- /Projects/Cache/Programs/JustManager/x86/IconPack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/JustManager/x86/IconPack.dll -------------------------------------------------------------------------------- /Projects/Cache/Programs/JustManager/x86/JustManager.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/JustManager/x86/JustManager.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/JustManager/x86/Settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/JustManager/x86/Settings.xml -------------------------------------------------------------------------------- /Projects/Cache/Programs/JustManager/x86/Type.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/JustManager/x86/Type.ini -------------------------------------------------------------------------------- /Projects/Cache/Programs/KeyboardLayout/KeyboardLayout.txt: -------------------------------------------------------------------------------- 1 | :: see - http://windowsitpro.com/systems-management/how-do-i-configure-default-keyboard-layout-during-login 2 | :: and - http://msdn.microsoft.com/en-us/goglobal/bb895996 3 | :: and - http://www.science.co.il/Language/Locale-codes.asp 4 | 5 | 6 | Bulgarian (00000402) bg 7 | Croatian (0000041a) hr 8 | Czech (00000405) cs 9 | Danish (00000406) da 10 | Dutch (Standard) (00000413) nl-nl 11 | Dutch (Belgian) (00000813) nl-be 12 | English (US) (00000409) en-us 13 | English (UK) (00000809) en-gb 14 | English (Canadian) (00001009) en-ca 15 | English (New Zealand) (00001409) en-nz 16 | English (Australia) (00000c09) en-au 17 | Finnish (0000040b) fi 18 | French (Standard) (0000040c) fr-fr 19 | German (Standard) (00000407) de-de 20 | Italian (Italy) (00000410) it-it 21 | Portuguese (Portual) (00000816) pt-pt 22 | Spanish (Mexico) (0000080a) es-mx 23 | Spanish (Spain) (0000040a) es-es 24 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/KeyboardLayout/keyboard.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/KeyboardLayout/keyboard.ico -------------------------------------------------------------------------------- /Projects/Cache/Programs/LaunchBar/LaunchBar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/LaunchBar/LaunchBar.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/LaunchBar/LaunchBar_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/LaunchBar/LaunchBar_x64.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/Q-Dir/Q-Dir_EULA.txt: -------------------------------------------------------------------------------- 1 | End User License Agreement 2 | ========================== 3 | 4 | LICENSE HRG NENAD (SOFTWAREOK.COM) 5 | THIS SOFTWARE IS FREEWARE 6 | 7 | 8 | This software is the property of Hrg Nenad (softwareok.com) and its suppliers and is protected by copyright law and international treaty provisions. 9 | 10 | You may distribute an unlimited number of unmodified , copies of the software to anyone you wish ! 11 | 12 | You are not allowed to sell this software! 13 | 14 | You may not decompile, reverse engineer or disassemble this software and any executable part of this software. 15 | 16 | THE SOFTWARE PROVIDED TO YOU AS IS WITHOUT WARRANTY OF ANY KIND, ANY SPECIAL,INCIDENTAL,EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. YOU ASSUME THE ENTIRE RISK AS TO THE ACCURACY AND THE USE OF THIS SOFTWARE. 17 | 18 | HRG NENAD (SOFTWAREOK.COM) SHALL NOT BE LIABLE FOR ANY DAMAGES WHATSOEVER ARISING OUT OF THE USE OF OR INABILITY TO USE OF THIS SOFTWARE, EVEN IF HRG NENAD (SOFTWAREOK.COM) HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 19 | 20 | NON-ACCEPTANCE OR VIOLATION OF ANY OF THE ABOVE TERMS IMMEDIATELY AND UNCONDITIONALLY WILL TERMINATE YOUR LICENSE. 21 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/Q-Dir/x64/Q-Dir.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/Q-Dir/x64/Q-Dir.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/Q-Dir/x64/Q-Dir.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/Q-Dir/x64/Q-Dir.ini -------------------------------------------------------------------------------- /Projects/Cache/Programs/Q-Dir/x64/start.qdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/Q-Dir/x64/start.qdr -------------------------------------------------------------------------------- /Projects/Cache/Programs/Q-Dir/x86/Q-Dir.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/Q-Dir/x86/Q-Dir.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/Q-Dir/x86/Q-Dir.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/Q-Dir/x86/Q-Dir.ini -------------------------------------------------------------------------------- /Projects/Cache/Programs/Q-Dir/x86/start.qdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/Q-Dir/x86/start.qdr -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/1024x768.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1024 11 | 60 12 | 768 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/1152x864.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1154 11 | 60 12 | 864 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/1280x1024.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1280 11 | 60 12 | 1024 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/1280x720.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1280 11 | 60 12 | 720 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/1280x768.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1280 11 | 60 12 | 768 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/1280x800.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1280 11 | 60 12 | 800 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/1280x960.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1280 11 | 60 12 | 960 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/1366x768.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1366 11 | 60 12 | 768 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/1400x1050.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1400 11 | 60 12 | 1050 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/1440x900.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1440 11 | 60 12 | 900 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/16.bit.colour.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ScreenRes/x64/16.bit.colour.zip -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/1600x900.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1600 11 | 60 12 | 900 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/_Common.screen.resolutions.txt: -------------------------------------------------------------------------------- 1 | 4:3 2 | === 3 | 4 | 1024 x 768 (XGA) 5 | 1152 x 864 (XGA+) 6 | 1280 x 960 (SXGA-) 7 | 1280 x 1024 (SXGA) 8 | 1400 x 1050 (SXGA+) 9 | 10 | 11 | 12 | 5:3 13 | === 14 | 15 | 1280 x 768 (WXGA) 16 | 17 | 18 | 19 | 16:9 20 | ==== 21 | 22 | 1280 x 720 (WXGA) 23 | 1366 x 768 (HD) 24 | 1600 x 900 (HD+) 25 | 26 | 27 | 28 | 16:10 29 | ===== 30 | 31 | 1280 x 800 (WXGA) 32 | 1440 x 900 (WXGA+) -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x64/screen.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ScreenRes/x64/screen.ico -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/1024x768.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1024 11 | 60 12 | 768 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/1152x864.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1154 11 | 60 12 | 864 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/1280x1024.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1280 11 | 60 12 | 1024 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/1280x720.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1280 11 | 60 12 | 720 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/1280x768.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1280 11 | 60 12 | 768 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/1280x800.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1280 11 | 60 12 | 800 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/1280x960.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1280 11 | 60 12 | 960 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/1366x768.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1366 11 | 60 12 | 768 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/1400x1050.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1400 11 | 60 12 | 1050 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/1440x900.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1440 11 | 60 12 | 900 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/16.bit.colour.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ScreenRes/x86/16.bit.colour.zip -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/1600x900.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 32 10 | 1600 11 | 60 12 | 900 13 | 14 | true 15 | true 16 | 17 | 18 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/_Common.screen.resolutions.txt: -------------------------------------------------------------------------------- 1 | 4:3 2 | === 3 | 4 | 1024 x 768 (XGA) 5 | 1152 x 864 (XGA+) 6 | 1280 x 960 (SXGA-) 7 | 1280 x 1024 (SXGA) 8 | 1400 x 1050 (SXGA+) 9 | 10 | 11 | 12 | 5:3 13 | === 14 | 15 | 1280 x 768 (WXGA) 16 | 17 | 18 | 19 | 16:9 20 | ==== 21 | 22 | 1280 x 720 (WXGA) 23 | 1366 x 768 (HD) 24 | 1600 x 900 (HD+) 25 | 26 | 27 | 28 | 16:10 29 | ===== 30 | 31 | 1280 x 800 (WXGA) 32 | 1440 x 900 (WXGA+) -------------------------------------------------------------------------------- /Projects/Cache/Programs/ScreenRes/x86/screen.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/ScreenRes/x86/screen.ico -------------------------------------------------------------------------------- /Projects/Cache/Programs/SumatraPDF312/COPYING_BSD.txt: -------------------------------------------------------------------------------- 1 | Copyright 2006-2014 SumatraPDF project authors (see AUTHORS file). All rights reserved. 2 | 3 | Redistribution and use in source and binary forms, with or without modification, are 4 | permitted provided that the following conditions are met: 5 | 6 | 1. Redistributions of source code must retain the above copyright notice, this list of 7 | conditions and the following disclaimer. 8 | 9 | 2. Redistributions in binary form must reproduce the above copyright notice, this list 10 | of conditions and the following disclaimer in the documentation and/or other materials 11 | provided with the distribution. 12 | 13 | THIS SOFTWARE IS PROVIDED BY SUMATRAPDF PROJECT AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED 14 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 15 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SUMATRAPDF PROJECT AUTHORS OR 16 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 17 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 18 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 19 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 20 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 21 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/SumatraPDF312/x64/SumatraPDF.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/SumatraPDF312/x64/SumatraPDF.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/SumatraPDF312/x86/SumatraPDF.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/SumatraPDF312/x86/SumatraPDF.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/TightVNC/TVNC.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_LOCAL_MACHINE\_WinPE_DEFAULT\Software\TightVNC\Server] 4 | "ExtraPorts"="" 5 | "QueryTimeout"=dword:0000001e 6 | "QueryAcceptOnTimeout"=dword:00000000 7 | "LocalInputPriorityTimeout"=dword:00000003 8 | "LocalInputPriority"=dword:00000000 9 | "BlockRemoteInput"=dword:00000000 10 | "BlockLocalInput"=dword:00000000 11 | "IpAccessControl"="" 12 | "RfbPort"=dword:0000170c 13 | "HttpPort"=dword:000016a8 14 | "DisconnectAction"=dword:00000000 15 | "AcceptRfbConnections"=dword:00000001 16 | "UseVncAuthentication"=dword:00000000 17 | "UseControlAuthentication"=dword:00000000 18 | "RepeatControlAuthentication"=dword:00000000 19 | "LoopbackOnly"=dword:00000000 20 | "AcceptHttpConnections"=dword:00000000 21 | "LogLevel"=dword:00000000 22 | "EnableFileTransfers"=dword:00000001 23 | "RemoveWallpaper"=dword:00000001 24 | "UseMirrorDriver"=dword:00000001 25 | "EnableUrlParams"=dword:00000001 26 | "AlwaysShared"=dword:00000000 27 | "NeverShared"=dword:00000000 28 | "DisconnectClients"=dword:00000001 29 | "PollingInterval"=dword:000003e8 30 | "AllowLoopback"=dword:00000000 31 | "VideoRecognitionInterval"=dword:00000bb8 32 | "GrabTransparentWindows"=dword:00000001 33 | "SaveLogToAllUsersPath"=dword:00000000 34 | "RunControlInterface"=dword:00000001 35 | "IdleTimeout"=dword:00000000 36 | "VideoClasses"="" 37 | "VideoRects"="" 38 | -------------------------------------------------------------------------------- /Projects/Cache/Programs/TightVNC/x64/screenhooks64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/TightVNC/x64/screenhooks64.dll -------------------------------------------------------------------------------- /Projects/Cache/Programs/TightVNC/x64/tvnserver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/TightVNC/x64/tvnserver.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/TightVNC/x64/tvnviewer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/TightVNC/x64/tvnviewer.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/TightVNC/x86/screenhooks32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/TightVNC/x86/screenhooks32.dll -------------------------------------------------------------------------------- /Projects/Cache/Programs/TightVNC/x86/tvnserver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/TightVNC/x86/tvnserver.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/TightVNC/x86/tvnviewer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/TightVNC/x86/tvnviewer.exe -------------------------------------------------------------------------------- /Projects/Cache/Programs/TinyHexer/MPTH_SMALL.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/TinyHexer/MPTH_SMALL.EXE -------------------------------------------------------------------------------- /Projects/Cache/Programs/TinyHexer/THSE_INI.DLL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/TinyHexer/THSE_INI.DLL -------------------------------------------------------------------------------- /Projects/Cache/Programs/Wallpaper/winfe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/Wallpaper/winfe.jpg -------------------------------------------------------------------------------- /Projects/Cache/Programs/Wallpaper/winpe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/Wallpaper/winpe.jpg -------------------------------------------------------------------------------- /Projects/Cache/Programs/WinXShell/x64/UI_NotifyInfo/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/WinXShell/x64/UI_NotifyInfo/close.png -------------------------------------------------------------------------------- /Projects/Cache/Programs/WinXShell/x64/UI_NotifyInfo/close_hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/WinXShell/x64/UI_NotifyInfo/close_hot.png -------------------------------------------------------------------------------- /Projects/Cache/Programs/WinXShell/x64/UI_NotifyInfo/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/WinXShell/x64/UI_NotifyInfo/error.png -------------------------------------------------------------------------------- /Projects/Cache/Programs/WinXShell/x64/UI_NotifyInfo/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebakery/chrispe/147b2ef58e483d0d1c6b6db479a9ac2e6b809e0d/Projects/Cache/Programs/WinXShell/x64/UI_NotifyInfo/info.png -------------------------------------------------------------------------------- /Projects/Cache/Programs/WinXShell/x64/UI_NotifyInfo/main.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |