Что нового

Bj - Filedot

Bj - Filedot

Filedot BJ is a relatively new technology that enables efficient and secure file sharing and data management. The term "Filedot" is a combination of "file" and "dot," which represents a connection or a link between files. The "BJ" in Filedot BJ stands for "Binary Junction," which refers to the technology's ability to create a binary link between files, enabling seamless sharing and management.

Filedot BJ operates on a decentralized network, which means that data is not stored in a central location. Instead, files are stored on a network of nodes, making it a more secure and resilient system. When a user wants to share a file using Filedot BJ, the technology creates a unique binary link between the file and the recipient's device. This link enables the recipient to access the file without having to download it, reducing the risk of data breaches and cyber attacks. filedot bj

In recent years, the world of technology has witnessed a significant transformation with the emergence of various innovative solutions. One such development that has been gaining attention is Filedot BJ, a cutting-edge technology that is poised to revolutionize the way we approach data management and file sharing. In this article, we will explore the concept of Filedot BJ, its features, benefits, and the potential impact it may have on various industries. Filedot BJ is a relatively new technology that

Filedot BJ is a cutting-edge technology that has the potential to transform the way we approach data management and file sharing. Its decentralized network, binary links, and end-to-end encryption make it a highly secure and efficient solution for individuals and organizations. While there are challenges and limitations that need to be addressed, the benefits of Filedot BJ make it an exciting development that is worth watching. As the technology continues to evolve, we can expect to see new applications and use cases emerge, leading to a more secure, efficient, and collaborative way of working. Filedot BJ operates on a decentralized network, which

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