Run PoE as a limited user menu

User Tag List

Page 4 of 28 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 419
  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. Thanks luminair (1 members gave Thanks to upsala for this useful post)
  3. #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"

  4. Thanks sickndeceived, EthEth, deomexuathe (3 members gave Thanks to ulow1337 for this useful post)
  5. #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\"

  6. Thanks loleriz, TehCheat, zetk, sickndeceived, levelmax, armory236, EthEth, deomexuathe, poetesttt, Tallia, jnz9513 (11 members gave Thanks to ulow1337 for this useful post)
  7. #49
    Philss's Avatar Member
    Reputation
    8
    Join Date
    Oct 2014
    Posts
    98
    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

  8. #50
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 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.

  9. #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

  10. #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!

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

  12. #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

  13. #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.

  14. Thanks omnicrunch (1 members gave Thanks to luminair for this useful post)
  15. #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?
    7c2f22bce42a07f0a9feac9cea1d3178.jpg

  16. #57
    Zenmai's Avatar Member CoreCoins Purchaser
    Reputation
    12
    Join Date
    Nov 2008
    Posts
    122
    Thanks G/R
    5/5
    Trade Feedback
    13 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PsiiX3 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"

  17. #58
    TehCheat's Avatar ★ Elder ★
    Reputation
    2557
    Join Date
    Oct 2013
    Posts
    1,896
    Thanks G/R
    347/2259
    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.

  18. #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,
    Last edited by ulow1337; 09-02-2018 at 11:44 AM.

  19. #60
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    459
    Thanks G/R
    58/45
    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.
    Last edited by MACROS4LIFE; 09-04-2018 at 12:29 AM.
    HUD it's like cocaine, once you used, you can't forget.

Page 4 of 28 FirstFirst 12345678 ... LastLast

Similar Threads

  1. How to run programs as vista user
    By zeulus in forum Community Chat
    Replies: 12
    Last Post: 12-23-2009, 08:24 AM
  2. [Turbo-Zombie] Run fast as Zombie
    By 41p32 in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 10-23-2008, 06:26 PM
  3. [Performance Guide] How to run WoW to the limits without OC'ing
    By Magichick in forum World of Warcraft Guides
    Replies: 18
    Last Post: 03-03-2008, 06:55 AM
  4. Run 100% as much you want
    By heke01 in forum World of Warcraft Model Editing
    Replies: 4
    Last Post: 08-09-2007, 07:01 PM
  5. Get as many limited supply Items as you want
    By Romeboat in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 11-26-2006, 06:05 PM
All times are GMT -5. The time now is 11:20 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search