Jump to content

Trouble24

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Trouble24

Profile Information

  • OS
    Windows 7 x86

Trouble24's Achievements

0

Reputation

  1. Gave that try, WOW what a surprise when one adds logging. I have logging in all my scripting yet lacked the 1st step in troubleshooting. This is the results: Script Starting Point::::::::::::::::::::::: Please wait while maintenance functions are performed... Post Config Startup Link was NOT copied successfully ** ERROR ** (GOTO ...... and stop processing the script any further) Detected missing Post Config file as noted above. Contact Desktop Engineering for assistance Press any key to log out of Windows Script Ending Point:::::::::::::::::::::::: Now, here's a good one. This script runs fine on Win7 WITHOUT RSAT installed. After RSAT is installed, script stops working (above ERRLOG). I guess now it's understanding what RSAT does to my perms... You're awesome, thank you for the pointer.
  2. @Tripredacus, thx and great idea for os support going forward. The larger question I have is why my batch file will run under Windows 7 (let's say RC1.0) and not under Windows 7 (let's say RC1.5). Wondering if you have ever heard a batch/exe not executing when user logs on to the system? Thx again.
  3. I am in the midst of a large environment deployment of Windows7. So, here we go with facts: 1. C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup is used to place start up scripts (batch/vb/ect) so when a user logs on the scripts will run. 2. I load a batch file here to complete post installation activities (RunPost.cmd.lnk) which points to C:\POST I was not having any problems with my original builds with this working. I updated my last image to include RSAT and some MS updates and now anything in the C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup will execute. Notes: 1. UAC is OFF 2. Firewall is OFF 3. Defender is disabled 4. I support XP and 7 and do not wish to use Runonce/Run as my XP build would be different. Any thoughts will be greratly appr't'd.
×
×
  • Create New...