Jump to content

denmyos

Members
  • Posts

    225
  • Joined

  • Last visited

Everything posted by denmyos

  1. Hi Did you ever find a slolution to this problem? All my office 2021 update are failing with 0x80200061 error. Have been seaching google, and nobody seems to have find the holy grail to this problem.
  2. Hi I was having severe prblems updating (ADR) our office 2021 so it would block the CVE-2023-23397 hole. I ended up downloading the latest office 2021 LTSC 16.0.14332.20481, hopefully that will cover the security breach. I think i have sorted out the ARD problem, but where on the client can i see if im actually getting office patches.? I guess you can see it on Sccm if your deploying office 365, but im deploying 2021 LTSC.
  3. yes, it was quiet easy when i first got my head around it. Good point with making it Available, instead of Required.
  4. took me 2 weeks to get working. our problem was that our office 2019 was a package, so i couldn't supersedence it. I use the batch in this thread: cmd /c "setup.exe /configure uninstall.xml" & cmd /c "setup.exe /configure configuration.xml" and placed it in the source folder, and then made a new application as a "manully specify the ....." and then pointed it to the batch file. Thank you @dazza007 remember the detection rules is for the new office, not the old Office 2019, as i thought. If you have futher question just,
  5. How do you run this .bat inside a sccm application.? All this office uninstall has been driving me crazy the last 2 weeks. The .bat works by itself, but i can't get it to work as a application.! Nevermind is working now Thank you
  6. I can get this to work when i do Queries, but i would like to make it work in a collection. But the collection will not show the model name (lenovo T460 etc) What i'm i doing wrong. select SMS_R_System.Name, SMS_G_System_COMPUTER_SYSTEM_PRODUCT.Version, SMS_G_System_COMPUTER_SYSTEM_PRODUCT.IdentifyingNumber, SMS_G_System_COMPUTER_SYSTEM_PRODUCT.Name, SMS_G_System_NETWORK_ADAPTER.ProductName from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM_PRODUCT on SMS_G_System_COMPUTER_SYSTEM_PRODUCT.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_NETWORK_ADAPTER on SMS_G_System_NETWORK_ADAPTER.ResourceID = SMS_R_System.ResourceId where SMS_G_System_NETWORK_ADAPTER.Name = "Intel® Dual Band Wireless-AC 8260" Any help is appriciated Thanks
  7. HI ) I need to tweak the Action Center so i dont get any noticication or bell/whistles when ever there is some kinda warning. I don't want to disable the whole action center. But it seems that is the only option i have, enable or disable action center. Is there a way to enable or disable each action in the action center to your liking.? Thank you
  8. thats true, but if they power it up at home, then it will not lock. A unlocked stolen Laptop, even tough they work through VPN, is still gonna be a disaster.
  9. Is it possible to have to power scheme to work at the same time. 1 for when the laptop is in a docking station and the lid is closed = laptop does not lock. and 1 for when the laptop is NOT in the docking station and the lid is closed = laptop locks. I guess a script of some kind that can tell when the laptop has a dual screen= user will close the lid on the laptop to work on the external screen, so the laptop should not lock. and when the user takes the laptop home, the laptop should lock when the lid is closed. Any idears? Thank you
  10. hi I want to make 1 collections with 1 query statement in. collection: A collection with all computers with the name that starts with NKLT...... I kinda lost on this one. I'm new to query's. Sorry: the titles should have said "Names" Not Models. Thanks PS. this has just been upgraded to a query that finds all the computers named NKLT, BUT now it also need sort the result into models.? Like how many computers named NKLT is Dell and how many is Lenovo.. if i could get the computer number aswell, that would be great. Any help would be greatly appriciated
  11. I finally figured out why this is not working. My setup is like this: When the computer reboots, its automatically logs-in the User (bruger), which has more or less no rights what so ever. I have to logoff the User Bruger to get it to work. This will work locally, when i'm logged in as the administrator and use a elevated cmd. Even though i'm logged-in as the administrator, i have to logoff the user Bruger. @[u][url="http://www.edugeek.net/member.php?u=16971"]echo[/url][/u] offLogoff 1 ( Will logoff the user Bruger) reg LOAD HKU\TEMP "C:\Users\Default\NTUSER.DAT" reg ADD "HKU\TEMP\Software\Policies\Microsoft\Windows\System" /t REG_DWORD /f /v "DisableCMD" /d 0 reg UNLOAD HKU\TEMP reg LOAD HKU\TEMP "C:\Users\Bruger\NTUSER.DAT" reg ADD "HKU\TEMP\Software\Policies\Microsoft\Windows\System" /t REG_DWORD /f /v "DisableCMD" /d 0 reg UNLOAD HKU\TEMP But it will not work from inside deep freeze console. I have talked to faronics support, they tell me all Batch files running within the Deep freeze console is being executed under the system account. I don't understand why its not working in the DF console. When i reboot the computer the user Bruger will always have the ID 1, so thats not the problem. The script has to be a .bat, DF console doesn't except any else. I'm up sh*t creek on this one.
  12. can you tell me in more detail how to do that. Thank you
  13. yes i know, but the current user (auto login is "Bruger") will not have rights to run a script. Thats why i need a script that is running under the administrator (or with administrator right, and password), BUT changes regedit for the user "Bruger". I all ready tried your script. When i run it when i'm logged as Administrator, it will change the regedit for the administrator. When i run it when i'm logged in as the user "Bruger" it tells me that i dont have the correct privileges.
  14. This is not gonna work, since it only enable the user that is currently logged in,,AKA the administrator. I need it to work on the other user (Bruger), BUT i need to launch the script when i'm logged in as the administrator, Since the User has no privileges to launch a script. But thanks anyway
  15. Win10 1803 This was my original script used in a .cmd But that didn´t seem to work, it does nothing in regedit. The CMD is disable in the image, i need to enable it. The original key looks like this: The only thing i need to do (in theory ) is to put a 0 instead of the 1.
  16. they are from the same image, so it should work? or maybe not. Ill try with the bits.
  17. I exported the regedit as administrator. And Import/tried the bat file/Merge the .reg in the administrator profil and ran everything as "run as administrator" and the same time. Sounds confusing when i type it.
  18. The .bat file looks like this
  19. Always as administrator
  20. I totally agree
  21. Ok, i tried it. I export the whole regedit from 1 computer (238mb) and wanna import it into another computer. I have try ti directly import it into the regedit. I have tried to merge it And made a batch file I get the same error "cannot import c:\bat_folder\sogemaskine_reg.reg:error accessing the registry." Its the same version as the export: version 1803 (OS Build 17134.407) Any idears.
  22. Its a public library, it was done for financial reason.
  23. I can't really take one pc out of the Environment to tweak it. I would rather just fire of a short scripts, not a whole new regedit.
  24. I have about 100 computer in a workgroup where i need to enable the Users CMD, it has been disable via the regedit. (the administrator cmd is already working) To disable the cmd we used this command: In a task sequence in Sccm, when we deployed the computer. To enable the CMD im using this, in a CMD script: (in Faronics deepfreeze consol) But that does not seem to work. It does nothing in the regedit, even tried to fire of a .cmd directly on the computer, but still nothing change in the regedit. Help will be much appreciated Thank you
  25. Ok thank you,, i'll have a look at that too.
×
×
  • Create New...