Что нового

Counter — Strike 13 Indir Gezginler F

Counter — Strike 13 Indir Gezginler F

The user might be using keywords from a search engine, so I should address common concerns people have when trying to download games. They might be looking for a free version, but it's important to mention legal ways to obtain games, like purchasing through platforms like Steam.

I need to check if Counter-Strike 13 is a real game or just a myth. A quick search in my mind tells me there's no official Counter-Strike 13, so the user is likely looking for a mod. However, mods can be legally dubious, so I shouldn't encourage downloading them unless it's from an official source. counter strike 13 indir gezginler f

I should start by confirming whether such a mod exists. If it doesn't, I need to inform the user that Counter-Strike 13 isn't a real release but perhaps a mod. If it is a mod, I should provide steps to download it from official or trusted sources. But I also need to be cautious about promoting pirated content or illegal downloads. The user might be using keywords from a

Wait, Counter-Strike 13 doesn't exist officially. The latest in the main series is Counter-Strike 2. Maybe the user is referring to a fan-made mod or a third-party version. "Gezginler F" translates to "Travelers F", which might be the name of the mod or a specific version. Alternatively, "Gezginler" could be a community or group that created this mod. A quick search in my mind tells me

I should structure the write-up with an introduction explaining the confusion around Counter-Strike 13, then provide information on where to legally download or purchase the latest CS games. If the mod exists, give steps to download it but add warnings about security and legal issues. Also, highlight the risks of downloading from untrusted sites.

In conclusion, I should guide the user to the correct versions and sources, explain the non-existence of CS 13, and provide alternatives if they're looking for similar experiences or mods.

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 запускаю консоль которая в свою очередь запускает приложение
 
Верх