Jump to content

crobertson

Member
  • Posts

    14
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About crobertson

crobertson's Achievements

0

Reputation

  1. I have figured out there are two lines that it writes to the files %variable%.txt So when %variable%=%computername%.txt the resultant file would be Computername.txt.txt The program is writing correctly now, but all that displays is the screen showing what has/has not installed. It appears stalled and I see no progress. Is there a way we can see what is installing as it is being installed?
  2. Wow Mhz.. really well done. I'm running into a few issues. Fist it closes out before I can see what it did, if anything. Can we pause it at the end? It creates two text files ===system info==== which displays the updates installed? KB2764913KB276491613 listed. =====updates.txt====which displays all the updates in the folder1 E:\104 Updates\Win7 x86 Critical\IE11-Windows6.1-KB2909210-x86.msu1 E:\104 Updates\Win7 x86 Critical\IE11-Windows6.1-KB3008923-x86.msu1 E:\104 Updates\Win7 x86 Critical\Windows6.1-KB2479943-x86.msu1 E:\104 Updates\Win7 x86 Critical\Windows6.1-KB2491683-x86.msu45 more.. but it does nothing best I can tell. It appears to error somewhere and quit.I'm providing this to my techs, and we go though about 5-10 computers a day with 2% re-installI named them %computername%done & %computername%todo This way It will be different name with each computer.I'm attempting to test this on the VMs I have running.
  3. I changed the code to echo/push the update name into a text file. I really don't need/want to attempt all updates at one time. It needs to install in 2-3 updates. Can we use this text files at check if the update has already been installed? Currently I stop about 40-50% complete and reboot then start again, but it attempts to install from the very beginning. I tried to edit these scripts, but I'm not able to. any thoughts?
  4. I saw no reply, so hopefully we can get an answer. I have the same question.
  5. Scr1ptW1zard I'm using your little batch script ------------------------------ type nul>.\apps.txt type nul>.\sorted.txt for /f "tokens=2,*" %%a in ('Reg Query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall /S^|find " DisplayName"') do ( echo "%%b"|findstr /B /V /C:"Hotfix"|findstr /B /V /C:"Security Update"|findstr /B /V /C:"Update">>.\apps.txt ) sort .\apps.txt /o .\sorted.txt ------------------------------- And I have a path variable I'm putting everything in that I'm backing up (includes date and customer's name) I'm trying to modify this clippet to include the variable %destination% .. I've tried several times but can't seem to make it work. Any ideas? This utility collects drivers, files from current users, software keys for windows re-install.
  6. I have a rather unique issue occuring. I have run the office detect and repair, and updated it fully. I also disabled any addons it might be running. This is office 2003 SBE What is happening, is every half hour, the calendar will make 6-8 events, that are blank. It will do this all day long, from 8:30 to 5:00 which is close to my work week hour settings. There are no other settings that are active that would do something like this. It gives me about 8-10 reminder that are blank every hour. This is getting quite annoying.
×
×
  • Create New...