Run PoE as a limited user menu

User Tag List

Page 25 of 29 FirstFirst ... 212223242526272829 LastLast
Results 361 to 375 of 423
  1. #361
    AkaliSucks's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi the shortcut isnt working anymore i have to manually always shift click to launch as limited user

    Run PoE as a limited user
  2. #362
    Slavort's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tell me how to start POE Overlay now, it doesn’t want to start with the game now.

  3. #363
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Slavort View Post
    Tell me how to start POE Overlay now, it doesn’t want to start with the game now.
    Make sure you are running PoE as the limited user. Your overlay should be started as administrator.

  4. #364
    Slavort's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Make sure you are running PoE as the limited user. Your overlay should be started as administrator.
    Yes, right. What needs to be done to make POE Overlay run with the game? When the game is running, it does not display an overlay on top of the game, only a separate overlay window is launched. Sorry google translate.

  5. #365
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    206
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys im using this limited user trick since several years without any problems until today. I shift + right click and give my 2nd users information in i always get the error that either the username or the pw is wrong. Im using the same user same pw since several years i didnt forget the pw or so its all correct i even added a new user and stuff but still the same. Im so confused what can be the reason?! any ideas?

    It works when i choose the option to start with an microsoft account for some reason.
    Is it safe to use that method with a microsoft account so basically the same or should i not do it?
    Last edited by Rocker866; 05-09-2023 at 06:56 AM.

  6. #366
    HoriMori's Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Jul 2022
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have Win 11 and the game is on D: but it does not work.
    Script:
    SETLOCAL
    ECHO OFF
    SET run_as=C:\Windows\System32\runas.exe

    REM Name of the local user account you are having launch the EXE
    SET local_user=USERNAME

    REM Possible EXE names: PathOfExile.exe, PathOfExile_x64.exe, PathOfExileSteam.exe, PathOfExile_x64Steam.exe, PathOfExile_KG.exe, PathOfExile_x64_KG.exe
    SET exe_name=PathOfExile_x64.exe

    REM You can launch the game with additional Parameters
    SET exe_params=--nologo --waitforpreload

    REM Keep in mind because of strange reasons this one must have / instead of \
    SET exe_path=D:/Games/Path of Exiles/

    REM Make sure to change this drive letter if not on C: drive
    CD D:
    TASKLIST /fi "IMAGENAME eq %exe_name%" 2>NUL | FIND /I /N "%exe_name%">NUL
    IF NOT "%ERRORLEVEL%"=="0" START %run_as% /user:%local_user% /savecred "cmd /D cd "%exe_path%" && Start /high %exe_name% %exe_params%"


    After that only CMD console comes up and it says C:\Windows\System32\
    Not more.

  7. #367
    fearsome67's Avatar Contributor
    Reputation
    83
    Join Date
    Mar 2018
    Posts
    70
    Thanks G/R
    15/78
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AkaliSucks View Post
    hi the shortcut isnt working anymore i have to manually always shift click to launch as limited user
    Originally Posted by Rocker866 View Post
    Hey guys im using this limited user trick since several years without any problems until today. I shift + right click and give my 2nd users information in i always get the error that either the username or the pw is wrong. Im using the same user same pw since several years i didnt forget the pw or so its all correct i even added a new user and stuff but still the same. Im so confused what can be the reason?! any ideas?

    It works when i choose the option to start with an microsoft account for some reason.
    Is it safe to use that method with a microsoft account so basically the same or should i not do it?
    Why, Microsoft, why?! So I've finally found the issue: cmd console just won't accept command to change working directory and uses system32 by default. In this case our limited user has no administrator permissions so poe.exe can't start in that location. Burn in hell cmd - we will use powershell instead! Here is the new "Object" line for a shortcut:
    Code:
    C:\Windows\System32\runas.exe /user:temp /savecred "powershell -command cd E:/Games/PoE/;start Client.exe"
    Don't forget to change your path and username

  8. Thanks Hydeo99S (1 members gave Thanks to fearsome67 for this useful post)
  9. #368
    Hydeo99S's Avatar Member
    Reputation
    1
    Join Date
    Nov 2021
    Posts
    10
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fearsome67 View Post
    Why, Microsoft, why?! So I've finally found the issue: cmd console just won't accept command to change working directory and uses system32 by default. In this case our limited user has no administrator permissions so poe.exe can't start in that location. Burn in hell cmd - we will use powershell instead! Here is the new "Object" line for a shortcut:
    Code:
    C:\Windows\System32\runas.exe /user:temp /savecred "powershell -command cd E:/Games/PoE/;start Client.exe"
    Don't forget to change your path and username
    Thank you for sharing this friend, it worked wonderfully!

    How can I make it, so it also executes AHK scripts and exes located in a folder, say E:\Games\Scripts ? like 1.ahk and 2.exe

  10. #369
    EschatalogicalNinja's Avatar Member
    Reputation
    1
    Join Date
    Apr 2023
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fearsome67 View Post
    Why, Microsoft, why?! So I've finally found the issue: cmd console just won't accept command to change working directory and uses system32 by default. In this case our limited user has no administrator permissions so poe.exe can't start in that location. Burn in hell cmd - we will use powershell instead! Here is the new "Object" line for a shortcut:
    Code:
    C:\Windows\System32\runas.exe /user:temp /savecred "powershell -command cd E:/Games/PoE/;start Client.exe"
    Don't forget to change your path and username
    Do you know if you can add arguments to the client in this way? I tried with the above but powershell I think sees the arguments that you're trying to pass to PathOfExile as powershell arguments. I tried wrapping the start client.exe portion in both double and single quotes but no dice. For now it works if the arguments are omitted, I poked around online but I'm not sure what I'm searching for...

  11. #370
    fearsome67's Avatar Contributor
    Reputation
    83
    Join Date
    Mar 2018
    Posts
    70
    Thanks G/R
    15/78
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EschatalogicalNinja View Post
    Do you know if you can add arguments to the client in this way? I tried with the above but powershell I think sees the arguments that you're trying to pass to PathOfExile as powershell arguments. I tried wrapping the start client.exe portion in both double and single quotes but no dice. For now it works if the arguments are omitted, I poked around online but I'm not sure what I'm searching for...
    You can try this line instead:
    Code:
    C:\Windows\System32\runas.exe /user:temp /savecred "powershell -command cd E:/Games/PoE/;& E:/Games/PoE/Client.exe --nologo --waitforpreload"

    Originally Posted by Hydeo99S View Post
    Thank you for sharing this friend, it worked wonderfully!

    How can I make it, so it also executes AHK scripts and exes located in a folder, say E:\Games\Scripts ? like 1.ahk and 2.exe
    You can add more "start" sections separated by semicolons, like this:
    Code:
    C:\Windows\System32\runas.exe /user:temp /savecred "powershell -command cd E:/Games/PoE/;start Client.exe;start E:/Games/PoE/Scripts/2.exe;start E:/Games/PoE/Scripts/1.ahk"
    Place path in single quotes after "start" command if there are spaces, i.e.:
    Code:
    start 'E:\Games\PoB\Path of Building.exe'
    You can also use the ampersand command for parameters, but it has to be the last command in the sequence, since everything after "&" is considered as the one line:
    Code:
    C:\Windows\System32\runas.exe /user:temp /savecred "powershell -command cd E:/Games/PoE/;start E:/Games/PoE/Scripts/2.exe;start E:/Games/PoE/Scripts/1.ahk;& E:/Games/PoE/Client.exe --nologo --waitforpreload"
    Last edited by fearsome67; 08-13-2023 at 09:48 AM.

  12. #371
    c4gRi's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    28
    Thanks G/R
    6/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone help me pls? i dont know what happened, but my game wont save the settings if i do limited user method. it creates then some fucking chinese folder in the Path of Exile Folder everytime i use the method. i tried everything, dont want to reinstall my pc. thanks so much

    https://imgur.com/ljCnxyi

  13. #372
    damnket0's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the shortcut is working for me, but only asked for password the first time i used, is that correct?

  14. #373
    fearsome67's Avatar Contributor
    Reputation
    83
    Join Date
    Mar 2018
    Posts
    70
    Thanks G/R
    15/78
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by c4gRi View Post
    can anyone help me pls? i dont know what happened, but my game wont save the settings if i do limited user method. it creates then some fucking chinese folder in the Path of Exile Folder everytime i use the method. i tried everything, dont want to reinstall my pc. thanks so much

    https://imgur.com/ljCnxyi
    Try to delete current limited user from the system and create new with different name.

    Originally Posted by damnket0 View Post
    the shortcut is working for me, but only asked for password the first time i used, is that correct?
    Yup, that's how it should work

  15. #374
    damnket0's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fearsome67 View Post
    Try to delete current limited user from the system and create new with different name.



    Yup, that's how it should work
    Ok, thank you.

  16. #375
    Laiq's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i've tried everything and cant get this to work at all, nothing comes up when i try to run the shortcut or the bat file.

    Shortcut: C:\Windows\System32\runas.exe /user:Fisk /savecred "cmd /C cd "D:/Poe/" && PathOfExile_x64.exe"

    Bat: SETLOCAL
    ECHO OFF
    SET run_as=C:\Windows\System32\runas.exe

    REM Name of the local user account you are having launch the EXE
    SET local_user=Fisk

    REM Possible EXE names: PathOfExile.exe, PathOfExile_x64.exe, PathOfExileSteam.exe, PathOfExile_x64Steam.exe, PathOfExile_KG.exe, PathOfExile_x64_KG.exe
    SET exe_name=PathOfExile_x64.exe

    REM You can launch the game with additional Parameters
    SET exe_params=

    REM Keep in mind because of strange reasons this one must have / instead of \
    SET exe_path=D:/Poe/
    REM Make sure to change this drive letter if not on C: drive
    CD D:
    TASKLIST /fi "IMAGENAME eq %exe_name%" 2>NUL | FIND /I /N "%exe_name%">NUL
    IF NOT "%ERRORLEVEL%"=="0" START %run_as% /user:%local_user% /savecred "cmd /C cd "%exe_path%" && Start /high %exe_name% %exe_params%"


    What am i doing wrong? I have win 10 22h2

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 12:24 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