Run PoE as a limited user menu

Shout-Out

User Tag List

Page 3 of 28 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 406
  1. #31
    Philss's Avatar Member
    Reputation
    8
    Join Date
    Oct 2014
    Posts
    99
    Thanks G/R
    21/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just did this and created a new account , will play few hours with hud see if i get banned

    Run PoE as a limited user
  2. #32
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,996
    Thanks G/R
    294/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Philss View Post
    Just did this and created a new account , will play few hours with hud see if i get banned
    A lot of people have played multiple weeks (or more) during Incursion and the race event and nothing happened. As far as we are aware, the anti-cheat isn't even turned on at the moment. As we approach delve, it is more likely to be re-enabled.

  3. #33
    Bashor7030's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    38
    Thanks G/R
    10/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesnt work with 3.4 anymore it seems. I get the Error: "Unable to open Content.ggpk. You might have another Copy of the Game already running." Ive checked but there isnt another Copy running.

  4. #34
    Norby93's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    42
    Thanks G/R
    5/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bashor7030 View Post
    Doesnt work with 3.4 anymore it seems. I get the Error: "Unable to open Content.ggpk. You might have another Copy of the Game already running." Ive checked but there isnt another Copy running.
    same hare! is sandboxie has some solution if this method willn't work?

  5. #35
    RatMonkey's Avatar Contributor
    Reputation
    152
    Join Date
    Apr 2017
    Posts
    135
    Thanks G/R
    18/129
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I setup both steam and path of exile to run on my limited user. It seems the steam version won't run under the limited user if you shortcut the Poe .exe properly, but seems to run under the user when Steam itself is ran under the limited user. When I run PoE via steam in task manager it is running under the new "user" and creates Path of Exile stuff in the user/limiteduser/my documents/ folder. Dunno if you guys are trying to run it via steam or standalone, but it seems to work fine in steam. In queue now no issues.

  6. #36
    roska's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2017
    Posts
    220
    Thanks G/R
    42/18
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    seems they prevented hiding cheats, which only means limited user thing works in doing it. now we just need a solution to get it working again

  7. #37
    kisapl's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    32
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    game run for me without any errors as a limited user

  8. #38
    Eroder1's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    52
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think the update broke this... no longer able to run it as a "limited user" :content.ggpk is already open or some bs

  9. #39
    TehCheat's Avatar ★ Elder ★
    Reputation
    2561
    Join Date
    Oct 2013
    Posts
    1,899
    Thanks G/R
    349/2263
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    If you are having issues with this method, instead of running the shortcut, go to the poe folder and shift-right-click on the poe exe and click on "run as different user". Put in the limited user's credentials. This seems to work for others.

    GGPK modifications might also break updates/launching, so it'd be nice to hear from anyone with a modified GGPK file if they can update and/or launch poe.

  10. #40
    Norby93's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    42
    Thanks G/R
    5/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    If you are having issues with this method, instead of running the shortcut, go to the poe folder and shift-right-click on the poe exe and click on "run as different user". Put in the limited user's credentials. This seems to work for others.

    GGPK modifications might also break updates/launching, so it'd be nice to hear from anyone with a modified GGPK file if they can update and/or launch poe.
    shift+rightclick is ok. but i cant launch the hud... is it just for me?

  11. #41
    nimb777's Avatar Member
    Reputation
    6
    Join Date
    Dec 2013
    Posts
    26
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    shift-right-click on the poe exe and click on "run as different user".
    Thanks.

  12. #42
    bcz's Avatar Contributor
    Reputation
    171
    Join Date
    Apr 2008
    Posts
    172
    Thanks G/R
    8/139
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok so the problem is that the "runas.exe" program changes the current directory to System32 before starting the exe. You can see this by placing a batch file in poe directory and then try runas on it instead of poe.

    in the batch file put...
    Code:
    echo %cd%
    pause
    When you then runas on the batch file it will output "C:\Windows\System32" regardless of the directory you ran runas from.

    So that said, if you want to be able to run poe from a shortcut on your desktop or wherever, the solution is to create a batch file which changes directories and launches poe (using 'start.exe' so that the new cmd window doesnt stay open afterwards)...

    Code:
    cd "C:\Program Files (x86)\Grinding Gear Games\Path of Exile"
    start PathOfExile_x64.exe
    Now create a shortcut to the batch file and follow the same steps of editing the "target" field to include runas.exe and its parameters. You can then put that shortcut anywhere you want.
    Code:
    runas.exe /user:computer\user /savecred "C:\Program Files (x86)\Grinding Gear Games\Path of Exile\asdf.bat"

  13. #43
    OwnedForumUser's Avatar Member
    Reputation
    2
    Join Date
    Dec 2017
    Posts
    24
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will say using run as diff user does not affect it at all with errors when you modify the ggpk. runs perfectly fine

  14. #44
    stfufag's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    294
    Thanks G/R
    46/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do i have to be and play in windows under this new user account? or is it just for the poehud to run while i'm logged in with my main windows account?

  15. #45
    luminair's Avatar Member
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    36
    Thanks G/R
    16/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I made a new account, and banned the new account all access to the PoE folder, when I run the link and entered the password, I will get this following message:
    RUNAS ERROR: Unable to run - D:\PoE\PathOfExile_x64.exe
    5: Access is denied.

    What am I doing wrong?

Page 3 of 28 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [How-To] Run PoE as a limited user
    By boterang in forum PoE Bots and Programs
    Replies: 440
    Last Post: 1 Week Ago, 07:29 PM
  2. [Release] Run poe as limited, app.
    By Kirasaka in forum PoE Bots and Programs
    Replies: 80
    Last Post: 3 Weeks Ago, 09:48 AM
  3. [Guide] A more detail guide "How to Run Path of exile as a limited user"
    By LeeBee in forum PoE Bots and Programs
    Replies: 1
    Last Post: 08-18-2023, 10:57 AM
  4. Awakedned PoE Trade as limited user?
    By TacoBiter in forum Path of Exile
    Replies: 5
    Last Post: 05-30-2022, 12:26 PM
  5. Replies: 1
    Last Post: 06-27-2019, 12:24 PM
All times are GMT -5. The time now is 01:22 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search