Run PoE as a limited user menu

User Tag List

Page 12 of 29 FirstFirst ... 8910111213141516 ... LastLast
Results 166 to 180 of 423
  1. #166
    stormy91's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    15
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting this when running poe as limited user. Anyone can explain what I did wrong?

    error.JPG

    Run PoE as a limited user
  2. #167
    gangebob's Avatar Member
    Reputation
    5
    Join Date
    Sep 2016
    Posts
    41
    Thanks G/R
    10/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    update poehud

  3. #168
    stormy91's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    15
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gangebob View Post
    update poehud
    im using the latest poehud

  4. #169
    stormy91's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    15
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stormy91 View Post
    I keep getting this when running poe as limited user. Anyone can explain what I did wrong?

    error.JPG
    anyone can help? I'll throw in a few exalts, cheers

  5. #170
    9ville's Avatar Member
    Reputation
    1
    Join Date
    Jul 2019
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think I did everything right, but I still have the old loot filter, which I did not move to the folder with the new user. Does that mean I did something wrong?
    p.s. Steam version poe.

  6. #171
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    347/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by 9ville View Post
    I think I did everything right, but I still have the old loot filter, which I did not move to the folder with the new user. Does that mean I did something wrong?
    p.s. Steam version poe.
    Your loot filter needs to exist in the C:\Users\[LIMITED_USER_NAME]\Documents\My Games\Path of Exile folder for poe to see it. For HUD to see it, you can either browse to that folder (which is kind of annoying since it should open to your non-limited user's Documents\My Games\Path of Exile folder) or you can put filters in both locations. And you have to actually use the loot filter in HUD, not just browse and select it.

  7. #172
    nafismar's Avatar Member
    Reputation
    1
    Join Date
    Jul 2019
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to do the shortcut with steam? Im lazy to check prev post
    also I saw the first page saying that steam can be open as 2nd user and poe will open as 2nd user too... could I just do with poe only? I tried and it works should be good right?
    C:\Windows\System32\runas.exe /user:School /savecred "cmd /C cd "C:\Program Files (x86)\Steam\steamapps\common\Path of Exile\PathOfExile_x64Steam.exe"
    is this correct?


    Just woke up from a stressful nap... to found out that my god damn game has been running on my main user..... this whole time! thank god no banned yet I assume FUCK!!!! cunt cunt cuntttttt
    Last edited by nafismar; 07-19-2019 at 05:34 AM.

  8. #173
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nafismar View Post
    how to do the shortcut with steam? Im lazy to check prev post
    also I saw the first page saying that steam can be open as 2nd user and poe will open as 2nd user too... could I just do with poe only? I tried and it works should be good right?
    C:\Windows\System32\runas.exe /user:School /savecred "cmd /C cd "C:\Program Files (x86)\Steam\steamapps\common\Path of Exile\PathOfExile_x64Steam.exe"
    is this correct?


    Just woke up from a stressful nap... to found out that my god damn game has been running on my main user..... this whole time! thank god no banned yet I assume FUCK!!!! cunt cunt cuntttttt
    You've gotta run steam as the limited user

  9. #174
    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)
    Mine was working fine before I formated, now after formatting it doesnt work anymore (I assume because of the spaces in the name)

    Before:
    Code:
    C:\Windows\System32\runas.exe /user:USER /savecred "cmd /C cd /d "E:\PathofExile" && PathOfExile_x64.exe"
    But the new Path is:
    Code:
    E:\Games\Path of Exile
    Last edited by omnicrunch; 07-19-2019 at 07:49 AM.

  10. #175
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    347/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by omnicrunch View Post
    Mine was working fine before I formated, now after formatting it doesnt work anymore (I assume because of the spaces in the name)

    Before:
    Code:
    C:\Windows\System32\runas.exe /user:USER /savecred "cmd /C cd /d "E:\PathofExile" && PathOfExile_x64.exe"
    But the new Path is:
    Code:
    E:\Games\Path of Exile
    Gotta point it to the correct folder.

    Code:
    C:\Windows\System32\runas.exe /user:USER /savecred "cmd /C cd /d "E:\Games\Path of Exile" && PathOfExile_x64.exe"
    You might have to escape the quotes around the path (i.e. add a backslash before each one), too.

  11. Thanks omnicrunch (1 members gave Thanks to TehCheat for this useful post)
  12. #176
    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)
    Perfect! Thank you!

    Escaping the quotes did the trick and ofc pointing to the right dir.

  13. #177
    nafismar's Avatar Member
    Reputation
    1
    Join Date
    Jul 2019
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yep got it to work

  14. #178
    Genocyber's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    108
    Thanks G/R
    111/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wrong post
    Attached Thumbnails Attached Thumbnails Run PoE as a limited user-qauecy3-png  
    Last edited by Genocyber; 07-28-2019 at 09:47 AM. Reason: fix

  15. #179
    Enneagram's Avatar Member
    Reputation
    1
    Join Date
    May 2018
    Posts
    15
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is anyone able to run more than two copies of POE at the same time? Using limited user?
    Last edited by Enneagram; 08-04-2019 at 03:30 AM.

  16. #180
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    347/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Enneagram View Post
    Is anyone able to run more than two copies of POE at the same time? Using limited user?
    You probably can open as many as you'd like as long as you have different users for each 1 or 2. I haven't tested it, though.

Page 12 of 29 FirstFirst ... 8910111213141516 ... 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 06:36 PM. 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