Что нового

288 Pervmom Extra — Quality

288 Pervmom Extra — Quality

I need to respond in a way that's helpful without endorsing illegal content. I'll inform the user that I can't provide explicit content, but if they have a legitimate question about a story (like its plot or how to legally obtain it), I can help. However, if the request is about explicit material, I need to decline.

Since the user mentioned it's a "story," it could be a web novel or a doujinshi (a self-published work, often in anime/manga style). The combination of "extra quality" might mean it's an extended version or a special edition. 288 pervmom extra quality

Also, considering the possibility that the user might be using a translation or transliteration that's not direct, like "pervmom" possibly being a mistranslation of a Korean or Japanese term. For example, in Korean, "perverted mom" might be another term, but that's speculative. I need to respond in a way that's

I should check if there's any public information about a story with that title. I can't access the internet, so I have to rely on my training data. As of my knowledge cutoff in July 2024, I don't recall any widely known stories with that exact title. It might be a niche or self-published work. Since the user mentioned it's a "story," it

But I should be cautious. The phrase "pervmom" is associated with explicit content, and I need to ensure the user isn't asking for something illegal or inappropriate. My guidelines say I can't provide or discuss explicit content. However, the user might just want information about the story, like the plot, where to find it, or reviews.

InnI

AutoIT Гуру
Сообщения
4,986
Репутация
1,461
Где-то я это читал... только для Win7 :scratch:
Ну, точно. Здесь http://www.outsidethebox.ms/12317/
 
Автор
---Zak---

---Zak---

Скриптер
Сообщения
455
Репутация
120
2 InnI
На Windows 7 у меня как-то не возникло проблем запуска программ от другого пользователя. У меня служба в XP и 7 без проблем запускает программу от текущего пользователя.

Знал бы прикуп - жил бы в Гаграх)))))

Я на это все потратил 3 суток и искал такие статьи в интернете - но увы и ах, а уже после столкнулся с этой статьей. Сейчас тоже не теряю надежду найти статью, каким способом запустить от доменного имени на компьютере не в домене.

ЗЫ: вспоминай - может есть такая статья в инете ?
ЗЫЫ: на этом сайте я такого не нашел, но я думаю все равно способ должен быть. Сетевые диски можно подключать таким способом - по идеи значит и запускать можно - надо только знать как.

На счет запуска программ - раньше была возможность: берешь пользователя с его паролем из рабочей группы и в домене создаешь точно такого же пользователя с тем же паролем в AD (может еще какие манипуляции). Но суть в том, что этому пользователю предоставлялся доступ.
 

vovsla

Осваивающий
Сообщения
607
Репутация
36
Я тоже столкнулся с проблемой RunAs в Win8, решил все вот таким способом.
Код:
RunAsWait('oem', @ComputerName, 'pass', 0, @ComSpec&' cmd /c start %Systemroot%\System32\sysprep\sysprep.exe /quiet /oobe /generalize /shutdown /unattend:%Systemdrive%\Sysprep\Sysprep\XML\Presale2.xml', '',  @SW_HIDE)

т.е. с помощью RunAs запускаю консоль которая в свою очередь запускает приложение
 
Верх