Jump to content

GrowBigTrees

Member
  • Posts

    22
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

About GrowBigTrees

Contact Methods

  • Website URL
    http://

GrowBigTrees's Achievements

0

Reputation

  1. Hello Bishooman, I'm trying your project, but where can I download the attachments you refer to / Winpe3.0ver0.1.rar? + Filedisk.reg: should it come from filedisk-17 as downloaded, or is it customized and in those attachments? + do I need filedisk-17\sys\obj\chk\i386\filedisk.sys or filedisk-17\sys\obj\fre\i386\filedisk.sys? Kind Regards,
  2. SOLVED! Yes it existed, but with an extra space at the end of the value name. Thanks a lot !
  3. None of the following tests work for a REG_DWORD with value 1: gcond[pn]=['RegKeyValue("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\NoRecentDocsNetHood")==0x00000001']; gcond[pn]=['RegKeyValue("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\NoRecentDocsNetHood")=="0x00000001"']; gcond[pn]=['RegKeyValue("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\NoRecentDocsNetHood")==1'];
  4. Hello guys, is there a way to check the registry for a binary (hex) value? For instance to check if windows start and exit sounds are disabled: gcond[pn]=['RegKeyValue("HKEY_CURRENT_USER\\AppEvents\\Schemes\\Apps\\.Default\\SystemStart\\.Current")=="0"']; Above code tests for a string value, while it should test entries like the following: Windows Registry Editor Version 5.00 ; removed start and exit sounds [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current] @=hex(2):00,00 [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Default] @=hex(2):00,00 [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit] [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current] @=hex(2):00,00 [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Default] @=hex(2):00,00
  5. wpi.hta works very nice over a UNC networkpath now, except for 2 warnings "Could not save ./WPIScripts/useroptions.js" and "Could not save ./WPIScripts/windowsoptions.js" For the rest, no strange things to report, except a real pleasure while using WPI 7.2 ...
×
×
  • Create New...