Jump to content

BYTE-ME

Platinum Sponsor
  • Posts

    66
  • Joined

  • Days Won

    9

Everything posted by BYTE-ME

  1. Found it! New tasks are entered into the registry under the "TaskCache\Tree". (Then look for the name of the key of one of the tasks you imported) HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\
  2. There's a cryptic file in %appdata%\Roaming\Microsoft\MMC\ called "taskschd" with no extension that appears to track new tasks. But I don't think it changes unless Task Scheduler actually runs. In addition, the batch file itself indicates success after each xml file copy. I just need a way to automatically transfer that success flag to WPI so I can grey out the check box and know that the task was done.
  3. @Kelsenellenelvian. Those .xml files don't really show up anywhere in the system directory. They are obviously added somewhere but I can't determine where. @ricktendo. I'm trying to add several individual pre-configured tasks after a clean install, without a reboot, and test that they were successfully copied. I just can't find the flag, whether .dat file, registry change or .xml file, that indicates the tasks were copied successfully. But thanks guys, I'll keep at it.
  4. I'm using the batch file at the end of this post in WPI to install tasks to Windows 8 task scheduler. In Windows 7 I could confirm the install worked by making WPI query the Windows 7 task scheduler folder. But Windows 8 no longer stores the tasks in a hidden folder. In addition, the command line "SCHTASKS /Query", which is suppose to display all scheduled tasks, does not display the one's I've imported, even after they are run by the PC. Anybody got a workaround so I can reliably use the WPI dependency function? @echo offCOLOR 1aECHO.echo Importing Tasks for Windows Tash SchedulerC:\Windows\System32\timeout.exe /T 2 /NOBREAKCLSCOLOR 1aecho.echo DATA SYNC NETWORK *****************C:\Windows\System32\schtasks.exe /create /TN "DATASYNC NETWORK" /XML "F:\WPI\Install\Task\SM\DATASYNC NET.xml"C:\Windows\System32\timeout.exe /T 2 echo SCAN Malware *****************C:\Windows\System32\schtasks.exe /create /TN "SCAN Malware" /XML "F:\WPI\Install\Task\SMG\SCAN MALWARE.xml"C:\Windows\System32\timeout.exe /T 2 echo SAVE INCREMENTAL IMAGE TO NETWORK *****************C:\Windows\System32\schtasks.exe /create /TN "IFW LOCAL SGA" /XML "F:\WPI\Install\Task\SMG\IFW INCREMENT.xml"C:\Windows\System32\timeout.exe /T 2 echo BACKUP REGISTRY *****************C:\Windows\System32\schtasks.exe /create /TN "REG BACKUP" /XML "F:\WPI\Install\Task\SMG\REGBACK.xml"C:\Windows\System32\timeout.exe /T 2 echo.cls
  5. Does Win Toolkit not work with the "upgrade" edition of Windows 8 Pro? There is no install.wim file on those editions and I've tried to create an iso from Win Toolkit using boot.wim to no avail. If it does not work with the "upgrade" edition. Can I make a disk from the OEM or retail version and still use my product ID keys from the upgrade editions to activate?
  6. Anybody know why Microsoft declares MS Office 2003 incompatible with Windows 8--other than to goose MSO sales? MSO 2003 installs fine on my Windows 8 Pro and Word, Excel and PowerPoint all seem to launch correctly and save files. Just curious if there is some unknow issue lurking before I put it on a production unit. I've searched the net and seen the incompatibility warnings but no explanation.
  7. @bphlpt. Note the smiley faces. The post was all in jest. I'm already back on my 15th AOI grind & eyeing the Windows 8 learning curve.
  8. Folks, it always happens like this: just when clean install utilities (nlite, WinToolkit, KUC) really mature and crush most of the bugs--that's when a new version of the Windows operating system appears. :welcome6ld: And right on cue we go back to our favorite fantasy: making the ultimate clean install disk to spare us the painfully long Windows re-installs. But this time, as Windows 8 looms, I'm urging you to stop this madness :doh: : Thou shall not attempt to supersize the Windows install media ...and cram every driver, addon, tweak and update onto the install media Thou shall not attempt to make Windows 7 ...and try to slim down the install DVD to fit on a CD And Lastly, thou shall not attempt to create an All-in-One install / repair disk ...If these things exist, I have a bridge to sell you...
  9. I don't believe there is a tweak that will allow you to delete a file without confirmation. There is only a tweak that will allow you to delete a file with out first sending it to the recycle bin. Why would you want to delete a file without confirmation? What if you make a mistake?
  10. After executing the update command "KUC UpdateChecker.exe" /DVD-Image-dir:C:\mount How do I return the updated mounted image back to \sources\install.wim for buring the DVD?
  11. Yes, I stand corrected, my count included the page and hibernation files. It's about 14-16GB, without those.
  12. Does anybody know approximately how much space the non-enterprise version of Windows 8 takes up after being installed. In other words, is the disk footprint larger or smaller than the 26-32GB that Windows 7 takes up before apps are installed.
  13. @ Kelsenellenelvian. Thanks. Great program.
  14. I got rid of all the offending references and re-edited the config.js file. But it was tedious. Was just trying to give others a head's up in case they encounter the same issue.
  15. Maybe it's my system but version 8.5.9 appears to conflict with config.js files that have the following commands in them: cond[pn]=['getOSver()=="Win7"']; cond[pn]=['getmshtaBits()==32']; cond[pn]=['getmshtaBits()==64']; and desc[pn]= entries that begin with... ['<P>... I get an error message that points to the alterts.js file in the WPIScripts folder. I upgraded from v8.4.6.
  16. The big hoot is that now that Microsoft has reviewed my software and agreed to replace it, they say: "Please allow 4-6 weeks for delivery of your complimentary kit." What a company.
  17. For all of you folks, like me, who perform clean installs relatively frequently, Microsoft apparently is on the warpath about rooting out frequent queries to their Product ID server now that Windows 8 is imminent. They'll deem your software pirated, with no evidence other than the fact that you frequently request Product ID validation frequently. I've had valid copies of Windows 7 and Office 2010 placed on the banned list and have had to ship them copies of the software (at my expense) and go through weeks of down time until they reach a verdict. Anyway, if somebody can find out how often "frequently" is please let me know so I can avoid this hassle and just install a reimaged drive, instead.
  18. I finally got an AOI x86 + x64 that's working except that it doesn't pass the /aif switch to ricktendo64's DotNet installer. (All the other silent installs work fine.) Can I fix that without rebuilding the whole .wim image.
  19. I searched Autounattend.xml in the forums but was unable to determine if there exits an Autounattend.xml that will work on both x64 & x86 when placed in the root of the DVD without extra .bat files and other kludges? If so, can someone post one. Thanks.
  20. BYTE-ME

    Tweaks

    I've posted a tweaks file that some members might find helpful in tips & tricks
  21. RegTweaks_V2.5.7zRegTweaks_V2.5.7z March 14, ‎2013 There doesn't seem to have been a recent Windows 7 (or Windows 8) tweaks file posted in some time. So I've uploaded more than 165 tweaks in HTML format to make it easier to see helper files and folder and file paths that need editing; just unzip the files and click on tweaks.htm file. All the helper scripts are perfectly safe text files that you must change to a suitable file extention to work. You can open the reg_preview.gif file to preview what the html file looks like. There are also some suggestions for free apps to accomplish some of these tweaks without editing the registry file. CRC32 D065463CMD5 7719961CEBDCE796F9E365251A89F8BFSHA-1 81838314322F3A5A5C8921FB038CED2E2E8C564E
  22. BYTE-ME

    Tweaks

    Yes, I just found that out by looking at this threat http://www.wincert.n...-to-a-reg-file/ but applying tweaks to the current OS doesn't help resolve my deployment issue to other PCs. Thanks. Also, for anyone interested in Windows 7 tweaks, I found a pretty good annotate one here.
×
×
  • Create New...