Jump to content

marc2510

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by marc2510

  1. this is another way to do it, and it will give u a option of "a b c" etc this helps if you have a list of differnt apps you would like it to open from depending on the pcs Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg] "Application"="OIS.EXE" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\OpenWithList] "a"="OIS.EXE" "MRUList"="abc" "b"="mspaint.exe" "c"="OIS.EXE" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\OpenWithProgids] "jpegfile"=hex(0): "rundll32.exe %SystemRoot%\\system32\\shimgvw.dll,ImageView_Fullscreen "=hex(0): "rundll32.exe %SystemRoot%\\system32\\shimgvw.dll,ImageView_Fullscreen"=hex(0): @=hex(0):
  2. This will sort out file association for jpg, bmp and jpeg. - Windows Picture & Fax Viewer there may be a better way to do it but i find this very simple and very effective. works well with a .bat regedit.exe /s \\Server\softwarerollout$\Scripts\file_association\fileass_bmp.reg regedit.exe /s \\Server\softwarerollout$\Scripts\file_association\fileass_jpg.reg regedit.exe /s \\Server\softwarerollout$\Scripts\file_association\fileass_jpeg.reg let me know if it works for you Files.7z
  3. every zip i get here is empty
  4. WifiCfg_XP.7z This should help nice and easy
  5. Have you tried saving and opening without network cable in?? also try in safe mode, does you have anythink like Ez-audit on the network that runs at random times? Good Luck Edit: Windows Repair one pc for a test
  6. ah thanks that mite be abit better. atm im using a batch file that contains Psexec.exe -u "domain\user" -p "password" -c -i -d @ComputerList_IT4.txt autologon.exe "user" "computername or domain name" "password" only issue i have is that once im finished i will run it agen with no user name and password like so, ( "" "domainname" "" ) but it will come up with an error because it still tries to log on with no pasword or username IF this is not ran with the above method it will keep loggin into the user that was set before. ive had a look around google and there does not seem to be any switches to stop or disable autologon.exe Cheers again
  7. all done by using Autologon and also Psexec
  8. nice idea but i hate these kinda apps, be nice to have a quick script on a usb and all i will have to do is change the target name, via a .txt
  9. Cheers Dave i'll give it a look at today when im not too busy. i'll let you know how it goes Marc
  10. Hi, Im looking for a lil bit of help as a techie there are times when i have to log onto 30 pc's at a time while maintaining ICT suites. and after a while typing Administrator is so boring and im too lazy if im honnest. So im looking for a simple run once script i can put into the OU grp of them computers while im doing that room. ther are apps that do this but i would rather do it via .vbs or a regedit, i have used cds (intel drivers) where it needs reboots and it will auto log into the same user again. my guess is that it uses a run once script for that. it would be nice if it worked simular to PSexec with gpupdate /force.. etc Cheers Marc
×
×
  • Create New...