Run PoE as a limited user menu

Shout-Out

User Tag List

Page 4 of 28 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 406
  1. #46
    upsala's Avatar Member
    Reputation
    2
    Join Date
    Jan 2014
    Posts
    41
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by luminair View Post
    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?
    U r reading words wrong. List back and READ. Why the hell u deny access for POE folder insted folder with poe hud or other scripts?

    Run PoE as a limited user
  2. #47
    ulow1337's Avatar Member
    Reputation
    20
    Join Date
    Dec 2016
    Posts
    8
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very strange behaviour is right there in starting poe.
    Workaround I have made for myself:
    1) create "poe.bat" with contents as following (you could replace you Path of Exile path) to any handful location (as example - C:/poe.bat)
    Code:
    cd "C:\Program Files (x86)\Grinding Gear Games\Path of Exile"
    PathOfExile_x64.exe
    pause
    2) create shortcut as previous
    Code:
    C:\Windows\System32\runas.exe /user:YOURNAME /savecred "C:\poe.bat"

  3. #48
    ulow1337's Avatar Member
    Reputation
    20
    Join Date
    Dec 2016
    Posts
    8
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ahh... even easier. Somehow working directory is not getting read by the process we start.
    Make a shortcut like this (you could replace you Path of Exile path):
    object
    Code:
    C:\Windows\System32\runas.exe /user:YOURNAME /savecred "cmd /C cd \"C:/Program Files (x86)/Grinding Gear Games/Path of Exile/\" && PathOfExile.exe"
    Working directory
    Code:
    "C:\Program Files (x86)\Grinding Gear Games\Path of Exile\"

  4. #49
    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)
    Originally Posted by bcz View Post
    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"
    So i did this , how to i know if i run poe as limited user , the game start and all just not sure if im limited user

  5. #50
    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
    So i did this , how to i know if i run poe as limited user , the game start and all just not sure if im limited user
    Check which user the program is running as in the command prompt.

  6. #51
    upsala's Avatar Member
    Reputation
    2
    Join Date
    Jan 2014
    Posts
    41
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Check which user the program is running as in the command prompt.
    Hes shortcut works, process running as limited user. Same time ctrl+shift+rclick works too with no additional cmd window

  7. #52
    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)
    Originally Posted by upsala View Post
    U r reading words wrong. List back and READ. Why the hell u deny access for POE folder insted folder with poe hud or other scripts?

    Thanks for your answer, indeed I misread the Poehud folder part!

  8. #53
    Fireball's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    40
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this work for steam version?

  9. #54
    omnicrunch's Avatar Member
    Reputation
    3
    Join Date
    Nov 2013
    Posts
    43
    Thanks G/R
    8/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am getting this since 3.4 update: Screenshot by Lightshot

  10. #55
    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)
    Originally Posted by omnicrunch View Post
    I am getting this since 3.4 update: Screenshot by Lightshot
    use the shift + right click method, will solve this problem.

  11. #56
    PsiiX3's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What am I doing wrong?
    Attachment 63130

  12. #57
    Zenmai's Avatar Member CoreCoins Purchaser
    Reputation
    12
    Join Date
    Nov 2008
    Posts
    127
    Thanks G/R
    5/5
    Trade Feedback
    13 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PsiiX3 View Post
    What am I doing wrong?
    Attachment 63130
    To do so, at the very beginning of the target you should add:

    runas /user:BOT /savecred
    ... remember to replace BOT with your own newly created username.


    >> PS: The whole text should now look something like this, as an example (the path depends on where you installed the game):

    runas /user:BOT /savecred "C:\Program Files\Grinding Gear Games\Path of Exile\PathOfExile_x64.exe"

  13. #58
    TehCheat's Avatar ★ Elder ★
    Reputation
    2562
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2264
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Zenmai View Post
    To do so, at the very beginning of the target you should add:

    runas /user:BOT /savecred
    ... remember to replace BOT with your own newly created username.


    >> PS: The whole text should now look something like this, as an example (the path depends on where you installed the game):

    runas /user:BOT /savecred "C:\Program Files\Grinding Gear Games\Path of Exile\PathOfExile_x64.exe"
    That method gives me and a lot of others the same issue he posted. You have to shift-right-click + run as user on poe or create a shortcut to a batch file as shown above.

  14. #59
    ulow1337's Avatar Member
    Reputation
    20
    Join Date
    Dec 2016
    Posts
    8
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    That method gives me and a lot of others the same issue he posted. You have to shift-right-click + run as user on poe or create a shortcut to a batch file as shown above.
    Run PoE as a limited user

    Update your shortcut as I wrote before and you are ready to go without any shift+click and so on,

  15. #60
    MACROS4LIFE's Avatar Active Member
    Reputation
    48
    Join Date
    Dec 2015
    Posts
    467
    Thanks G/R
    58/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep opening PoE on my main account.... ctrl+shift+click doesn't work. ( Windows even ask me login and password for it, but still run it on my main account ( wtf ).

    .bat file doesnt work as well or I don't know how to properly make it.

    I tried literally everythign on this thread, when I open the game and press ctrl+alt+del I see the game running on my main account and the alt-limited user "disconnected".

    wtf am I doing wrong? windows 10 here

    I've being sitting here for 2 hours already and nothing. I guess I'm very stupid or something here is messed up. Maybe both.
    GH it's like cocaine, once you used, you can't forget.

Page 4 of 28 FirstFirst 12345678 ... 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 02:37 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